From: <mi...@pr...> - 2004-01-31 04:09:02
|
Update of /cvsroot/gc-linux/htdocs/include/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27084/include/en Modified Files: contents.php Log Message: ... Index: contents.php =================================================================== RCS file: /cvsroot/gc-linux/htdocs/include/en/contents.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- contents.php 23 Jan 2004 14:36:19 -0000 1.2 +++ contents.php 30 Jan 2004 10:49:20 -0000 1.3 @@ -6,7 +6,7 @@ maketip('roadmap','','Where we are going...'); maketip('faq','','Frequently Asked Questions'); maketip('status','','The current status of the project as well as information on how to contribute'); -maketip('docs','','<b>All</b> official GameCube-Linux documentation'); +maketip('docs','','140 pages of GameCube documentation'); maketip('mailinglist','','There are two mailing lists:<br>Developer and CVS'); maketip('link','','Other projects related to GameCube-Linux.'); maketip('screenshots','','Screenshots and other media'); @@ -40,7 +40,7 @@ <p><a href="/docs/roadmap.html" onMouseOver="tip('roadmap');" onMouseOut="untip();">Roadmap</a></p> <p><a href="/docs/faq.html" onMouseOver="tip('faq');" onMouseOut="untip();"><b>FAQ</b></a></p> <p><a href="/docs/status.html" onMouseOver="tip('status');" onMouseOut="untip();">Status/Contribute</a></p> -<!--<p><a href="/docs/" onMouseOver="tip('docs');" onMouseOut="untip();"><b>Documentation</b></a></p> --> +<p><a href="/docs/yagcd.html" onMouseOver="tip('docs');" onMouseOut="untip();"><b>Documentation</b></a></p> <p><a href="/docs/mailinglist.html" onMouseOver="tip('mailinglist');" onMouseOut="untip();">Mailing Lists</a></p> <p><a href="/docs/links.html" onMouseOver="tip('link');" onMouseOut="untip();">Links</a></p> |