[/]
.htaccess
app.css
app.js
archive/
documentation.wtcl
download.wtcl
examples/
feedback.wtcl
home.wtcl
img/
index.wtcl
lib/
people/
source.wtcl
viewSource.wtcl
|
File: / index.wtcl
| Lines |
Size |
Modified |
Created |
Owner |
MIME Types |
| 17 |
520 |
2010/05/23 13:31:24 |
2011/06/13 15:35:15 |
BUILTIN\Administrators |
application/x-wtcl, text/x-wtcl |
| 0001 |
<? |
| 0002 |
|
| 0003 |
include lib/page.wtcl |
| 0004 |
|
| 0005 |
::wt::examples::setTitle Wtcl |
| 0006 |
|
| 0007 |
?> |
| 0008 |
<? include lib/header.wtcl ?> |
| 0009 |
|
| 0010 |
<p>Wtcl is a Tcl module for Apache. It provides an embedded, persistent Tcl interpreter and a set of commands for developing dynamic Tcl-based Web pages.</p> |
| 0011 |
|
| 0012 |
<div id="powered"> |
| 0013 |
<a href="http://tcl.tk"><img src="/img/tclp.gif" border="0" alt="Tcl powered"></a> |
| 0014 |
<a href="http://www.apache.org"><img src="/img/apache_pb.gif" style="margin-left: 20px;" border="0" alt="Powered by apache"></a> |
| 0015 |
</div> |
| 0016 |
|
| 0017 |
<? include lib/footer.wtcl ?> |
|