diff options
Diffstat (limited to 'test/examples/www')
| -rw-r--r-- | test/examples/www/README | 6 | ||||
| -rw-r--r-- | test/examples/www/db.lua | 2 |
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/", } |
