diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index c97048b..d9a1ab1 100644 --- a/www/index.html +++ b/www/index.html @@ -27,6 +27,8 @@ interface to the OpenAL audio library. <h4> Documentation and Source Code </h4> +<P> + The source code for GlueGen can be obtained via CVS: <pre> cvs co -d :pserver:[email protected]:/cvs co gluegen @@ -36,8 +38,12 @@ The preliminary <a href="https://gluegen.dev.java.net/unbranded-source/browse/*checkout*/gluegen/doc/manual/index.html?rev=HEAD&content-type=text/html">GlueGen manual</a> is also on-line. +</P> + <h4> Community </h4> +<P> + The GlueGen <a href="https://gluegen.dev.java.net/servlets/ProjectForumView">discussion forum</a> and <a @@ -45,5 +51,7 @@ href="https://gluegen.dev.java.net/servlets/ProjectMailingListList">mailing lists</a> are available for discussions on how to use and develop the tool. +</P> + </body> </html> |