Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <title>Documentation</title> |
---|
4 | <link rel="stylesheet" href="/stylesheets/docs.css" /> |
---|
5 | </head> |
---|
6 | <body> |
---|
7 | <h1>Spiffy demonstration</h1> |
---|
8 | |
---|
9 | <p>This is a simple demonstration of |
---|
10 | <a href="http://wiki.call-cc.org/egg/spiffy">Spiffy</a>.</p> |
---|
11 | |
---|
12 | <p>Spiffy is a complete webserver written entirely in Chicken Scheme.</p> |
---|
13 | |
---|
14 | <p>For this demo, we've activated the simple directory handler which comes |
---|
15 | with Spiffy. This allows you to browse the files under |
---|
16 | <a href="/">the document root</a>. The file you're reading right |
---|
17 | now is the index.html file under <code>/docs</code>.</p> |
---|
18 | |
---|
19 | <p>There's also a simple example of a |
---|
20 | <a href="/greeting">custom request handler</a> which you |
---|
21 | won't be able to find through the directory browser (it's |
---|
22 | all virtual, baby!)</p> |
---|
23 | </body> |
---|
24 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.