Revision: 1260
http://ggt.svn.sourceforge.net/ggt/?rev=1260&view=rev
Author: patrickh
Date: 2010-09-19 20:10:24 +0000 (Sun, 19 Sep 2010)
Log Message:
-----------
Updated for the latest documentation renderings.
Modified Paths:
--------------
trunk/docs/sourceforge.site/index.html
Modified: trunk/docs/sourceforge.site/index.html
===================================================================
--- trunk/docs/sourceforge.site/index.html 2010-09-19 19:50:40 UTC (rev 1259)
+++ trunk/docs/sourceforge.site/index.html 2010-09-19 20:10:24 UTC (rev 1260)
@@ -32,38 +32,32 @@
graphics project.
<ul>
- <li> <a href="http://www.sf.net/projects/ggt">Project info,
+ <li> <a href="http://sourceforge.net/projects/ggt">Project info,
Downloads, Mailing Lists, Bugs...</a>
<li> Generic programming tools provided by the GGT:
<h2>Graphics Math Template Library (GMTL)</h2>
<ul>
- <li> <b>Programmer's Guide</b> [<a href=
- "http://prdownloads.sourceforge.net/ggt/gmtlProgrammersGuide-0.0.5.pdf">pdf</a>]<BR>
+ <li> <b>Programmer's Guide</b>
+ [<a href="gmtlProgrammersGuide-0.6.1.pdf">PDF</a> |
+ <a href="gmtlProgrammersGuide-0.6.1-html/index.html">HTML</a>]<BR>
An in-depth guide to GMTL. Teaches you the philosophy and thinking behind GMTL so
you can understand how to use it. After reading this, read the reference manual
for API specifics.
- <li> <b>Reference Manual</b> [<a href="html/main.html">html-notree</a> | <a href="html/index.html">html-tree</a>
- | <a href=
- "http://prdownloads.sourceforge.net/ggt/gmtlReferenceGuide-0.0.5.pdf">pdf</a>]<BR>
+ <li> <b>Reference Manual</b>
+ [<a href="gmtlReferenceGuide-0.6.1-html/main.html">html-notree</a> |
+ <a href="gmtlReferenceGuide-0.6.1-html/index.html">html-tree</a> |
+ <a href="gmtlReferenceGuide-0.6.1.pdf">PDF</a>]<BR>
A quick reference for class and function prototypes.
Use this after understanding the Programmer's Guide.
We generated this document directly from the GMTL header files with
the <a href="http://www.doxygen.com">d</a>oxygen tool.
<li> <b>Browse Source Code</b> [<a
-href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl">cvs</a>]<BR>
+href="http://ggt.svn.sourceforge.net/viewvc/ggt/trunk/">SVN</a>]<BR>
Curious how we implemented something, but don't want to check out the code?
Need to track down which revision a bug happened? Here's the source for your reading pleasure.
</ul>
- <h2>Scenegraph Adapter (SGA)</h2>
- <ul>
- <li>
- <b>Browse Source Code</b> [<a
-href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/SGA/sga">cvs</a>]<BR>
- Curious how we implemented something, but don't want to check out the code?
- Need to track down which revision a bug happened? Here's the source for your reading pleasure.
- </ul>
</ul>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|