COPYING: replace the short GPL text by the full version 2 license
[paraslash.git] / web / documentation.in.html
index 273f2fe444b3f6e233a45f0c56fc62057e73213f..47e5cd2ae1e966d8bb06527ff576058cda915328 100644 (file)
@@ -1,5 +1,5 @@
-<h3><a name="documentation">Documentation</a></h3>
-<p>
+<h1>Documentation</h1>
+<hr>
 Have a look at this
        <a href="overview.pdf">overview</a>,
 a pdf file containing a sketch which illustrates how the pieces of paraslash work
@@ -10,15 +10,29 @@ for general information (including a list of required software),
 for installation notes, and
        <a href="README.mysql.html">README.mysql</a>
 for instructions on how to use the mysql audio file selector
-shipped with paraslash.</p>
+shipped with paraslash.
 <p>
 The various commands of para_server and para_audiod are explained in
-paraslash's
-       <a href="doc/html/index.html">manual pages</a>.
+the corresponding manual pages:
+<ul>
+       <li> <a href="man/para_server.html">para_server</a>. </li>
+       <li> <a href="man/para_audiod.html">para_audiod</a>. </li>
+</ul>
+Further manual pages:
+<ul>
+       <li> <a href="man/para_audioc.html">para_audioc</a> </li>
+       <li> <a href="man/para_client.html">para_client</a> </li>
+       <li> <a href="man/para_fade.html">para_fade</a> </li>
+       <li> <a href="man/para_filter.html">para_filter</a> </li>
+       <li> <a href="man/para_gui.html">para_gui</a> </li>
+       <li> <a href="man/para_recv.html">para_recv</a> </li>
+       <li> <a href="man/para_sdl_gui.html">para_sdl_gui</a> </li>
+       <li> <a href="man/para_write.html">para_write</a> </li>
+</ul>
 </p>
 <p>
-As of version 0.2.10, the source of para_server and para_audiod is fully documented.
-Have a look at the
+As of version 0.2.10, the source code of paraslash's core programs is fully
+documented.  Have a look at the
        <a href="doxygen/html/index.html">Paraslash API Reference</a>.
 </p>
 <p> Finally, you can <a href="HTML/index.html">RTFS online</a>.