summaryrefslogtreecommitdiff
path: root/test/examples/www/db.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples/www/db.lua')
-rw-r--r--test/examples/www/db.lua46
1 files changed, 46 insertions, 0 deletions
diff --git a/test/examples/www/db.lua b/test/examples/www/db.lua
new file mode 100644
index 00000000..837afd29
--- /dev/null
+++ b/test/examples/www/db.lua
@@ -0,0 +1,46 @@
+dofile("staff.lua")
+
+global{
+ ROOT='http://www.tecgraf.puc-rio.br',
+ EMAIL="|LOGIN|@tecgraf.puc-rio.br",
+ WWW="|ROOT|/~|LOGIN|",
+ webmast='|ROOT|/webmaster.html',
+ TECGRAF='<A HREF="http://www.tecgraf.puc-rio.br">TeCGraf</A>',
+ CS='<A HREF="http://www.inf.puc-rio.br">Computer Science Department</A>',
+ PUCRIO='<A HREF="http://www.puc-rio.br">PUC-Rio</A>',
+}
+
+staff{
+DI="inf.puc-rio.br",
+ LOGIN="roberto",
+ NAME="Roberto Ierusalimschy",
+ TITLE="D.Sc., |PUCRIO|, 1990",
+ POSITION="Associate Professor, |CS|, |PUCRIO|",
+ AREAS="Programming Languages, Object Oriented Programming",
+ EMAIL="|LOGIN|@|DI|",
+ WWW="http://www.|DI|/~|LOGIN|",
+}
+
+staff{
+PCG="http://www.graphics.cornell.edu",
+ LOGIN="celes",
+ NAME="Waldemar Celes",
+ TITLE="D.Sc., |PUCRIO|, 1995",
+ POSITION="Postdoctoral Associate at "..
+'<A HREF="|PCG|">Program of Computer Graphics</A>, '..
+'<A HREF="http://www.cornell.edu">Cornell University</A>',
+ WWW="|PCG|/~celes/",
+ AREAS="Image segmentation and 3D reconstruction; "
+.."Physical simulation and educational software;"
+.."Geometric modeling and topological data structures;"
+.."Extension languages and customizable applications"
+}
+
+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|',
+ AREAS="Geometric modeling; Software tools",
+ WWW="http://www2.lncc.br/~lhf/",
+}