Update of /cvsroot/plib/plib/demos/simon/doc
In directory usw-pr-cvs1:/tmp/cvs-serv2811
Modified Files:
index.html
Log Message:
HTML 4.0 compliance
Index: index.html
===================================================================
RCS file: /cvsroot/plib/plib/demos/simon/doc/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.html 14 Sep 2002 19:50:29 -0000 1.1
+++ index.html 14 Sep 2002 23:50:06 -0000 1.2
@@ -1,5 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+ <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <TITLE>WELCOME TO S.I.M.O.N</TITLE>
+</HEAD>
+<BODY>
-<TITLE>WELCOME TO S.I.M.O.N</TITLE>
<H1>WELCOME TO S.I.M.O.N</H1>
<center>by Steve Baker</center>
@@ -45,12 +51,12 @@
All SIMON programs have to start with the line:
<pre>
- #include <simon.h>
+ #include >simon.h<
</pre>
...this brings in all the information the compiler needs in order for you to
-write a SIMON program. Think of it like '#include <stdio.h>' but for programs
-that are just doing 3D rendering.
+write a SIMON program. Think of it like '#include >stdio.h<' but for
+programs that are just doing 3D rendering.
<p>
Then, you have to declare an integer variable for everything in the scene
that your program needs - which includes at least the scenery and the camera.
@@ -246,3 +252,5 @@
test1 : test1.cxx ; g++ ${SIMON} -o test1 test1.cxx ${LIBS}
</pre>
+</BODY>
+</HTML>
|