diff options
Diffstat (limited to 'test/examples/www/README')
-rw-r--r-- | test/examples/www/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/examples/www/README b/test/examples/www/README new file mode 100644 index 00000000..0c249a43 --- /dev/null +++ b/test/examples/www/README @@ -0,0 +1,10 @@ +This directory contains a database for a fake web site. +Standard web page for the persons listed in db.lua are +creared automatically from template.html with staff.lua. +(See http://www.cos.ufrj.br for a real web site was created in this way.) + +To run, type lua db.lua. + +This example is meant to show the power of gsub and Lua declarative constructs, +which have been combined here into a "mail-merge" application. + |