[OpenSDK-cvs] website index.php,1.12,1.13
Status: Beta
Brought to you by:
nuno-lopes
|
From: Nuno L. <nun...@us...> - 2007-05-12 10:35:14
|
Update of /cvsroot/opensdk/website In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv613 Modified Files: index.php Log Message: add link to download the updated open-r toolchain (only gcc 3.3.6 for now) Index: index.php =================================================================== RCS file: /cvsroot/opensdk/website/index.php,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- index.php 6 Apr 2007 12:37:18 -0000 1.12 +++ index.php 12 May 2007 10:35:09 -0000 1.13 @@ -24,14 +24,15 @@ faster, so if you are willing to help, please write to the developer's mailing list.</p> <p>Connecting openSDK to a simulator is also supported. At this time only -<a href="http://usarsim.sf.net">USARSim</a> is supported, because it is a great +<a href="http://usarsim.sourceforge.net">USARSim</a> is supported, because it is a great simulator.</p> <p> </p> <h2>Downloading</h2> <ul> -<li><a href="http://sf.net/cvs/?group_id=162716">CVS instructions</a> (preferred way). CVS module name: openSDK</li> +<li><a href="http://sourceforge.net/cvs/?group_id=162716">CVS instructions</a> (preferred way). CVS module name: openSDK</li> <li><a href="/files/">Snapshots</a></li> +<li><a href="http://sourceforge.net/project/showfiles.php?group_id=162716&package_id=231594">OPEN-R toolchain</a> (not needed for openSDK, only for running the code on the AIBO)</li> </ul> <h2>Documentation</h2> @@ -44,10 +45,10 @@ <h2>Developer Resources</h2> <ul> <li><a href="/technotes.php">Technical Notes about OPEN-R and the openSDK implementation</a></li> -<li><a href="/doxygen">Doxygen generated documentation</a></li> -<li><a href="http://sf.net/projects/opensdk">SF.net Project Page</a></li> -<li><a href="http://lists.sf.net/lists/listinfo/opensdk-internals">Developers mailing list</a></li> -<li><a href="http://lists.sf.net/lists/listinfo/opensdk-cvs">CVS commits mailing list</a></li> +<li><a href="/doxygen/">Doxygen generated documentation</a></li> +<li><a href="http://sourceforge.net/projects/opensdk">SF.net Project Page</a></li> +<li><a href="http://lists.sourceforge.net/lists/listinfo/opensdk-internals">Developers mailing list</a></li> +<li><a href="http://lists.sourceforge.net/lists/listinfo/opensdk-cvs">CVS commits mailing list</a></li> </ul> <p> </p> |