Update of /cvsroot/openvrml/htdocs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11685
Modified Files:
index.php
Log Message:
Removed obsolete references to Lookat.
Index: index.php
===================================================================
RCS file: /cvsroot/openvrml/htdocs/index.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** index.php 3 Oct 2003 13:18:05 -0000 1.30
--- index.php 30 Nov 2006 17:31:35 -0000 1.31
***************
*** 58,62 ****
<div class="body">
<h1><img src="logo" width="380" height="72" alt="OpenVRML"></h1>
! <p>OpenVRML is a <a href="http://www.gnu.org/philosophy/free-sw.html" title="What is Free Software?">free</a> cross-platform runtime for <a href="http://web3d.org/technicalinfo/specifications/vrml97/index.htm"><acronym title="Virtual Reality Modeling Language">VRML</acronym></a> available under the <a href="http://www.gnu.org/copyleft/lesser.html">GNU Lesser General Public License</a>. The basic OpenVRML distribution includes libraries you can use to add VRML support to an application, and Lookat, a simple stand-alone VRML browser.</p>
<hr>
<table class="sfdata">
--- 58,62 ----
<div class="body">
<h1><img src="logo" width="380" height="72" alt="OpenVRML"></h1>
! <p>OpenVRML is a <a href="http://www.gnu.org/philosophy/free-sw.html" title="What is Free Software?">free</a> cross-platform runtime for <a href="http://web3d.org/technicalinfo/specifications/vrml97/index.htm"><acronym title="Virtual Reality Modeling Language">VRML</acronym></a> and <a href="http://web3d.org/about/overview/" title="What is X3D?">X3D</a> available under the <a href="http://www.gnu.org/copyleft/lesser.html">GNU Lesser General Public License</a>. The OpenVRML distribution includes libraries you can use to add VRML/X3D support to an application. On platforms where <a href="http://gtk.org" title="GTK+ - The GIMP Toolkit">GTK+</a> is available, OpenVRML also provides a plug-in to render VRML/X3D worlds in Web browsers.</p>
<hr>
<table class="sfdata">
|