Update of /cvsroot/openvrml/htdocs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29154
Modified Files:
discussion.html download.html index.php
Log Message:
Added X3D keywords to meta tags.
Index: download.html
===================================================================
RCS file: /cvsroot/openvrml/htdocs/download.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** download.html 30 Nov 2006 21:21:27 -0000 1.5
--- download.html 30 Nov 2006 23:35:09 -0000 1.6
***************
*** 4,9 ****
<head>
<title>OpenVRML - Download</title>
! <meta name="description" content="OpenVRML library for reading, viewing, and writing VRML">
! <meta name="keywords" content="OpenVRML, LibVRML97, VRML, VRML97, virtual reality, Virtual Reality Modeling Language, open source, LGPL, GNU, copyleft">
<link rel="start" href="index">
<link rel="prev" href="index">
--- 4,9 ----
<head>
<title>OpenVRML - Download</title>
! <meta name="description" content="OpenVRML library for reading, viewing, and writing VRML and X3D">
! <meta name="keywords" content="OpenVRML, LibVRML97, VRML, VRML97, virtual reality, Virtual Reality Modeling Language, X3D, Extensible 3D, open source, LGPL, GNU, copyleft">
<link rel="start" href="index">
<link rel="prev" href="index">
Index: discussion.html
===================================================================
RCS file: /cvsroot/openvrml/htdocs/discussion.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** discussion.html 3 Oct 2003 13:18:05 -0000 1.4
--- discussion.html 30 Nov 2006 23:35:09 -0000 1.5
***************
*** 4,9 ****
<head>
<title>OpenVRML - Discussion</title>
! <meta name="description" content="OpenVRML library for reading, viewing, and writing VRML">
! <meta name="keywords" content="OpenVRML, LibVRML97, VRML, VRML97, virtual reality, Virtual Reality Modeling Language, open source, LGPL, GNU, copyleft">
<link rel="start" href="index">
<link rel="prev" href="screenshots/index">
--- 4,9 ----
<head>
<title>OpenVRML - Discussion</title>
! <meta name="description" content="OpenVRML library for reading, viewing, and writing VRML and X3D">
! <meta name="keywords" content="OpenVRML, LibVRML97, VRML, VRML97, virtual reality, Virtual Reality Modeling Language, X3D, Extensible 3D, open source, LGPL, GNU, copyleft">
<link rel="start" href="index">
<link rel="prev" href="screenshots/index">
Index: index.php
===================================================================
RCS file: /cvsroot/openvrml/htdocs/index.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** index.php 30 Nov 2006 18:00:06 -0000 1.32
--- index.php 30 Nov 2006 23:35:09 -0000 1.33
***************
*** 5,10 ****
<head>
<title>OpenVRML</title>
! <meta name="description" content="OpenVRML library for reading, viewing, and writing VRML">
! <meta name="keywords" content="OpenVRML, LibVRML97, VRML, VRML97, virtual reality, Virtual Reality Modeling Language, open source, LGPL, GNU, copyleft">
<link rel="next" href="download">
<link rel="stylesheet" media="nn4dummy, screen" href="openvrml.css">
--- 5,10 ----
<head>
<title>OpenVRML</title>
! <meta name="description" content="OpenVRML library for reading, viewing, and writing VRML and X3D">
! <meta name="keywords" content="OpenVRML, LibVRML97, VRML, VRML97, virtual reality, Virtual Reality Modeling Language, X3D, Extensible 3D, open source, LGPL, GNU, copyleft">
<link rel="next" href="download">
<link rel="stylesheet" media="nn4dummy, screen" href="openvrml.css">
|