								-*-text-*-

This directory holds some small Sizzle scripts which I have written
for everydays usage.  I hope they will be instructive and useful.

Also an example C program is included which demonstrates how to use
Sizzle for initialization file parsing.

ChangeLog       Change log for the examples directory.
Makefile.am	Automake input file.
Makefile.in     Autoconf input file.
README		This file.

cgi-test.cgi	CGI script for demonstration.
daemon.scm	Simple networking daemon, taken from the Guile mailing list.
hello.scm	The famous ``Hello World!'' for Sizzle.  Demonstrates
		the getopt-long module for parsing command line options.

boo.scmtml	Example input for `html-pp.scm'
html-pp.scm	Example HTML-preprocessor.

example.c	C file for demonstrating Scheme/C-variable binding.
startup.scm	Startup file for the above C program.
example.dsp	M$VC project file for the example C program.

webserver.scm	Webserver written in Scheme.
http.scm        Support code for the webserver.
fileaccess.scm  Support code for the webserver.
servlets.scm	File for including user servlets for the webserver.

chatserver.scm  Simple chatserver, also written in Scheme.  Start it
		and connect with `telnet <hostname> 5476'.