summaryrefslogtreecommitdiff
path: root/test/examples/www
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1998-07-11 12:00:00 +0000
committerrepogen <>1998-07-11 12:00:00 +0000
commit377347776f1f3d820f92151f70bec667f96d5e6b (patch)
treecdb3ba26158df33547dfe765547177afcee119d1 /test/examples/www
parent4f8c5d0f284e1f4da717aea5008915f185cd2e05 (diff)
downloadlua-github-3.1.tar.gz
Lua 3.13.1
Diffstat (limited to 'test/examples/www')
-rw-r--r--test/examples/www/README6
-rw-r--r--test/examples/www/db.lua2
2 files changed, 4 insertions, 4 deletions
diff --git a/test/examples/www/README b/test/examples/www/README
index 0c249a43..b0e1e8bd 100644
--- a/test/examples/www/README
+++ b/test/examples/www/README
@@ -1,7 +1,7 @@
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.)
+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.
diff --git a/test/examples/www/db.lua b/test/examples/www/db.lua
index 837afd29..53d78024 100644
--- a/test/examples/www/db.lua
+++ b/test/examples/www/db.lua
@@ -40,7 +40,7 @@ staff{
LOGIN="lhf",
NAME="Luiz Henrique de Figueiredo",
TITLE='D.Sc., <A HREF="http://www.impa.br">IMPA</A>, 1992',
- POSITION='Visiting Research fellow at <A HREF="http://www.lncc.br">LNCC</A>; Consultant at |TECGRAF|',
+ POSITION='Associate Researcher at <A HREF="http://www.lncc.br">LNCC</A>; Consultant at |TECGRAF|',
AREAS="Geometric modeling; Software tools",
WWW="http://www2.lncc.br/~lhf/",
}