summaryrefslogtreecommitdiff
path: root/test/examples/www/README
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples/www/README')
-rw-r--r--test/examples/www/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/examples/www/README b/test/examples/www/README
deleted file mode 100644
index b0e1e8bd..00000000
--- a/test/examples/www/README
+++ /dev/null
@@ -1,10 +0,0 @@
-This directory contains a database for a fake web site.
-Standard web page for the persons listed in db.lua are created
-automatically from template.html with staff.lua.
-(See http://www.cos.ufrj.br for a real web site 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.
-