Update of /cvsroot/plib/plib/doc/sg
In directory usw-pr-cvs1:/tmp/cvs-serv5787
Modified Files:
index.html
Log Message:
Fixed typo; Added keywords, description and "Valid HTML 4.0" image
Index: index.html
===================================================================
RCS file: /cvsroot/plib/plib/doc/sg/index.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- index.html 25 Jan 2002 16:28:00 -0000 1.9
+++ index.html 24 Mar 2002 01:57:13 -0000 1.10
@@ -2,6 +2,8 @@
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <META name="keywords" content="SG, PLIB, OpenGL, simple, geometry, library, portable, matrix, quaternion, vector, math, Baker, Steve">
+ <META name="description" content="The PLIB Simple Geometry (SG) Library is simple set of matrix, quaternion and vector math functions that are useful for all sorts of OpenGL applications.">
<TITLE>A Simple Geometry library for OpenGL.</TITLE>
</HEAD>
<BODY text="#B5A642" link="#8FFF8F" vlink="#18A515" alink="#20336B"
@@ -23,7 +25,7 @@
Simple Geometry (SG) is simple set of matrix, quaternion and vector
math functions that were originally written to support the SSG
(Simple Scene Graph) API - but which are rather useful
-for all sorts of OpenGL applications,
+for all sorts of OpenGL applications.
<p>
SG is now a part of <A HREF="../index.html">PLIB</A>.
<p>
@@ -801,11 +803,17 @@
Thanks to <A HREF="mailto:kev...@ya...">Kevin Thompson</A>
who kindly donated the original Quaternion code.
<hr>
+<table>
+<tr>
+<td>
+<a href="http://validator.w3.org/check/referer"><img border="0" src="../valid-html40.png" alt="Valid HTML 4.0!" height="31" width="88"></a>
+<td>
<ADDRESS>
<A HREF="http://www.sjbaker.org">
Steve J. Baker.</A>
<<A HREF="mailto:sjb...@ai...">sjb...@ai...</A>>
</ADDRESS>
+</table>
</BODY>
</HTML>
|