Index: /OpenSceneGraph/trunk/doc/examples.html
===================================================================
--- /OpenSceneGraph/trunk/doc/examples.html (revision 1862)
+++ /OpenSceneGraph/trunk/doc/examples.html (revision 1912)
@@ -7,5 +7,5 @@
 </head>
 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000">
-<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>
+<img SRC="images/OpenSceneGraphBanner_Distribution.jpg">
 <table>
 <tr>
Index: /OpenSceneGraph/trunk/doc/introduction.html
===================================================================
--- /OpenSceneGraph/trunk/doc/introduction.html (revision 1868)
+++ /OpenSceneGraph/trunk/doc/introduction.html (revision 1912)
@@ -7,5 +7,5 @@
 </head>
 <body bgcolor="#FFFFFF">
-<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" BORDER=0 height=77 width=640>
+<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" BORDER=0>
 <table>
 <tr>
@@ -37,6 +37,6 @@
 <u>Introduction to the OpenSceneGraph</u></h2>
 Welcome to OpenSceneGraph project!
-<p>The OpenSceneGraph is an Open Source (LGPL), Cross Platform (Windows,
-Linux, Mac OSX, FreeBSD, Irix, Solaris), Standard C++ and OpenGL based
+<p>The OpenSceneGraph is an Open Source <a href="../LICENSE.txt">(OSGPL)</a>, Cross Platform (Windows,
+Linux, Mac OSX, FreeBSD, Irix, Solaris and HP-UX), Standard C++ and OpenGL based
 graphics development library. Uses range from visual simulation, games,
 virtual reality, scientific visualization and graphics research. This page
@@ -148,8 +148,10 @@
 Standard C++ and OpenGL. This has allowed the scene graph to be rapidly
 ported to a wide range of platforms - originally developed on IRIX, then
-ported to Linux, then to Windows, then FreeBSD, then Mac OSX and most recently
-Solaris! Being completely windowing system independent makes it easy for
-users to add their own window-specific libraries and applications on top.
-In the distribution there is already the osgProducer library, and in the Bazaar
+ported to Linux, then to Windows, then FreeBSD, Mac OSX, Solaris, HP-UX and 
+even a report of successful porting to PlayStation2! 
+<p>
+The core scene graph library being completely windowing system independent makes 
+it easy for users to add their own window-specific libraries and applications on top.
+In the distribution there is already the osgProducer library which integrates with <a href="http://www.andesengineering.com/Producer/">OpenProducer</a>, and in the Bazaar
 found at openscenegrph.org/download/ one can find examples of applications
 written on top of Qt, MFC, WxWindows and SDL. Users have also integrated it
@@ -167,7 +169,7 @@
 can run multi-pipe just by use a simple configuation file.</ol>
 
-All the source to the OSG is published under the GNU Lesser General Public License
-(LGPL) which allows both open source and closed source projects to use,
-modify and distribute it freely as long its usage complies with the LGPL.
+All the source to the OSG is published under the Open Scene Graph Public License
+(a relaxed version on the LGPL) which allows both open source and closed source projects to use,
+modify and distribute it freely as long its usage complies with the OSGPL.
 The project has been developed over the last four years, initiated by Don
 Burns, and then taken over by Robert Osfield who continues to lead the project
@@ -182,5 +184,5 @@
 <p>The project is currently in beta, which means the main core features are now in
 place, with a 1.0 release in second half of 2003. Despite the beta development status,
-the project has already earned the reputation the leading open source scene
+the project has already earned the reputation as the leading open source scene
 graph, and is establishing itself as a viable alternative to the commercial
 scene graphs. Numerous companies, university researchers and graphics enthusiasts
Index: /OpenSceneGraph/trunk/doc/dependencies.html
===================================================================
--- /OpenSceneGraph/trunk/doc/dependencies.html (revision 1902)
+++ /OpenSceneGraph/trunk/doc/dependencies.html (revision 1912)
@@ -7,5 +7,5 @@
 </head>
 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000">
-<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>
+<img SRC="images/OpenSceneGraphBanner_Distribution.jpg">
 <table>
 <tr>
@@ -37,7 +37,7 @@
 <a NAME="Scene graph dependencies"></a><u>Scene graph dependencies</u></h2>
 The OpenSceneGraph is composed of core scene graph libraries, plugins libraries
-and demo programs. The core scene graph libraries (osg, osgDB, osgUtil)
+and demo programs. The core scene graph libraries (osg, osgDB, osgUtil, osgText, osgParticle, osgSim)
 are only dependent upon OpenGL and Standard C++ so should compile straight
-out of the box on most systems. To run the demos one will also need to
+out of the box on most systems. To run the examples one will also need to
 compile osgProducer which adds the dependency of Producer, and if true type text
 is required then the freetype library will be required. The plugins which
@@ -73,14 +73,14 @@
 
 <ul>
-<li>
-src/osgText - The osgText library supports true type fonts via the freetype
-library.</li>
-
-<ul><i><a href="http://www.freetype.org/">http://www.freetype.org/</a></i></ul>
 
 <li>
 src/osgProducer - The osgProducer library depends upon, you guessed it, Producer...</li>
 
-<ul><i><a href="http://www.andesengineering.com/Producer">"http://www.andesengineering.com/Producer</a></i></ul>
+<ul><i><a href="http://www.andesengineering.com/Producer">http://www.andesengineering.com/Producer</a></i></ul>
+<br>
+The examples which are included with the distribution depend upon osgProducer (and hence Producer)
+but if you don't need the examples or osgProducer you need to compile them, and can remove
+references to osgProducer and the examples by editing your VisualStudio workspace files or
+Make/makedirdefs approrpiately.
 </ul>
 
@@ -96,5 +96,15 @@
 them at all. Its best to try out a straight compile of the osg, if you
 get missing includes/libs errors then chase up the below.
+<br>
 <ul>
+
+<br>
+<li>
+src/osgPlugins/freetype - The osgText library supports true type fonts via the freetype
+library.</li>
+
+<ul><i><a href="http://www.freetype.org/">http://www.freetype.org/</a></i></ul>
+<br>
+
 <li>
 src/osgPlugins/pfb</li>
@@ -107,4 +117,5 @@
 <ul><i><a href="http://www.sgi.com/">http://www.sgi.com/</a></i></ul>
 
+<br>
 <li>
 src/osgPlugins/png</li>
@@ -116,4 +127,5 @@
 <br><i><a href="http://www.info-zip.org/pub/infozip/zlib/">http://www.info-zip.org/pub/infozip/zlib/</a></i></ul>
 
+<br>
 <li>
 src/osgPlugins/gif</li>
@@ -126,4 +138,5 @@
 <ul><i><a href="ftp://prtr-13.ucsc.edu/pub/libungif/">ftp://prtr-13.ucsc.edu/pub/libungif/</a></i></ul>
 
+<br>
 <li>
 src/osgPlugins/jpeg</li>
@@ -134,4 +147,5 @@
 <ul><i><a href="http://www.ijg.org/">http://www.ijg.org/</a></i></ul>
 
+<br>
 <li>
 src/osgPlugins/tiff</li>
@@ -142,4 +156,5 @@
 <ul><i><a href="http://www.libtiff.org">http://www.libtiff.org</a></i></ul>
 
+<br>
 <li>
 src/osgPlugins/zip</li>
@@ -150,4 +165,5 @@
 <ul><i><a href="http://www.freesoftware.com/pub/infozip/">http://www.freesoftware.com/pub/infozip/</a></i></ul>
 
+<br>
 <li>
 src/osgPlugins/tgz</li>
@@ -159,4 +175,5 @@
 <br><a href="ftp://prep.ai.mit.edu/pub/gnu/tar/">ftp://prep.ai.mit.edu/pub/gnu/tar/</a></ul>
 
+<br>
 <li>
 src/osgPlugins/osgtgz</li>
Index: /OpenSceneGraph/trunk/doc/plan.html
===================================================================
--- /OpenSceneGraph/trunk/doc/plan.html (revision 1868)
+++ /OpenSceneGraph/trunk/doc/plan.html (revision 1912)
@@ -7,5 +7,5 @@
 </head>
 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000">
-<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>
+<img SRC="images/OpenSceneGraphBanner_Distribution.jpg">
 <table>
 <tr>
Index: /OpenSceneGraph/trunk/doc/contents.html
===================================================================
--- /OpenSceneGraph/trunk/doc/contents.html (revision 1862)
+++ /OpenSceneGraph/trunk/doc/contents.html (revision 1912)
@@ -7,5 +7,5 @@
 </head>
 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000">
-<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>
+<img SRC="images/OpenSceneGraphBanner_Distribution.jpg">
 
 <table>
Index: /OpenSceneGraph/trunk/doc/stereo.html
===================================================================
--- /OpenSceneGraph/trunk/doc/stereo.html (revision 1862)
+++ /OpenSceneGraph/trunk/doc/stereo.html (revision 1912)
@@ -7,5 +7,5 @@
 </head>
 <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
-<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>
+<img SRC="images/OpenSceneGraphBanner_Distribution.jpg">
 <table>
 <tr>
Index: /OpenSceneGraph/trunk/doc/install.html
===================================================================
--- /OpenSceneGraph/trunk/doc/install.html (revision 1868)
+++ /OpenSceneGraph/trunk/doc/install.html (revision 1912)
@@ -7,5 +7,5 @@
 </head>
 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000">
-<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>
+<img SRC="images/OpenSceneGraphBanner_Distribution.jpg">
 <table>
 <tr>
Index: /OpenSceneGraph/trunk/doc/index.html
===================================================================
--- /OpenSceneGraph/trunk/doc/index.html (revision 1862)
+++ /OpenSceneGraph/trunk/doc/index.html (revision 1912)
@@ -7,5 +7,6 @@
 </head>
 <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
-<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>
+
+<img SRC="images/OpenSceneGraphBanner_Distribution.jpg">
 <table>
 <tr>
Index: /OpenSceneGraph/trunk/doc/data.html
===================================================================
--- /OpenSceneGraph/trunk/doc/data.html (revision 1908)
+++ /OpenSceneGraph/trunk/doc/data.html (revision 1912)
@@ -7,5 +7,5 @@
 </head>
 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000">
-<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>
+<img SRC="images/OpenSceneGraphBanner_Distribution.jpg">
 
 <table>
Index: /OpenSceneGraph/trunk/doc/documentation.html
===================================================================
--- /OpenSceneGraph/trunk/doc/documentation.html (revision 1862)
+++ /OpenSceneGraph/trunk/doc/documentation.html (revision 1912)
@@ -1,3 +1,3 @@
-d<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
 <html>
 <head>
@@ -8,20 +8,29 @@
 <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
 
-<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>
+<img SRC="images/OpenSceneGraphBanner_Distribution.jpg">
+<table>
+<tr>
+<td><a href="index.html">Index</a></td>
 
-<table>
-  <tr>
-    <td><a href="index.html">Index</a>  </td>
-    <td><a href="introduction.html">Introduction</a>  </td>
-    <td><a href="contents.html">Contents</a>  </td>
-    <td><a href="install.html">Install</a>  </td>
-    <td><a href="dependencies.html">Dependencies</a>  </td>
-    <td><a href="examples.html">examples</a>  </td>
-    <td><a href="data.html">Data</a>  </td>
-    <td><a href="osgviewer.html">Viewer</a>  </td>
-    <td><a href="stereo.html">Stereo</a>  </td>
-    <td><a href="plan.html">Plan</a>  </td>
-    <td><a href="documentation.html">Reference Guides</a>  </td>
-  </tr>
+<td><a href="introduction.html">Introduction</a></td>
+
+<td><a href="contents.html">Contents</a></td>
+
+<td><a href="install.html">Install</a></td>
+
+<td><a href="dependencies.html">Dependencies</a></td>
+
+<td><a href="examples.html">examples</a></td>
+
+<td><a href="data.html">Data</a></td>
+
+<td><a href="osgviewer.html">Viewer</a></td>
+
+<td><a href="stereo.html">Stereo</a></td>
+
+<td><a href="plan.html">Plan</a></td>
+
+<td><a href="documentation.html">Reference Guides</a></td>
+</tr>
 </table>
 
Index: /OpenSceneGraph/trunk/doc/osgviewer.html
===================================================================
--- /OpenSceneGraph/trunk/doc/osgviewer.html (revision 1862)
+++ /OpenSceneGraph/trunk/doc/osgviewer.html (revision 1912)
@@ -8,5 +8,5 @@
 <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
 
-<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>
+<img SRC="images/OpenSceneGraphBanner_Distribution.jpg">
 
 <table>
