stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/doc development.html index.html insta...


From: Ingo Ruhnke
Subject: [Stratagus-CVS] stratagus/doc development.html index.html insta...
Date: Wed, 03 Sep 2003 07:46:49 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Ingo Ruhnke <address@hidden>    03/09/03 07:46:49

Modified files:
        doc            : development.html index.html install.html 
                         todo.html 

Log message:
        - fixed a bunch of broken links to sourceforge

Patches:
Index: stratagus/doc/development.html
diff -u stratagus/doc/development.html:1.56 stratagus/doc/development.html:1.57
--- stratagus/doc/development.html:1.56 Thu Jul  3 13:08:06 2003
+++ stratagus/doc/development.html      Wed Sep  3 07:46:48 2003
@@ -2,7 +2,7 @@
 <html>
 <head>
 <!--
-----   $Id: development.html,v 1.56 2003/07/03 17:08:06 ingo Exp $
+----   $Id: development.html,v 1.57 2003/09/03 11:46:48 grumbel Exp $
 
 ----   (c) Copyright 2001-2003 by Lutz Sammer and Nehal Mistry
 
@@ -34,9 +34,9 @@
 <h2>Mailing list</h2>
 
 If you want to help with development for Stratagus you should 
-<a 
href="http://lists.sourceforge.net/mailman/listinfo/stratagus-hackers";>join</a> 
-the stratagus-hackers mailing list.<br> You may also want to look at the 
-<a 
href="http://sourceforge.net/mailarchive/forum.php?forum_id=6268";>archives.</a>
+<a href="http://mail.nongnu.org/mailman/listinfo/stratagus-devel/";>join</a> 
+the stratagus-devel mailing list.<br> You may also want to look at the 
+<a href="http://mail.nongnu.org/archive/html/stratagus-devel/";>archives.</a>
 
 <h2>IRC - Internet Relay Chat</h2>
 
@@ -46,10 +46,12 @@
 
 <h2>Bugs and tasks</h2>
 
-You can find 
-<a href="http://sourceforge.net/tracker/?group_id=1965&amp;atid=101965";>known 
bugs</a> 
-and <a href="http://sourceforge.net/pm/?group_id=1965";>planned tasks</a> on 
the 
-<a href="http://sourceforge.net/tracker/?group_id=1965";>sourceforge 
tracker</a>.<p>
+You can find <a
+href="http://savannah.nongnu.org/bugs/?group=stratagus";>known bugs</a>
+and <a href="http://savannah.nongnu.org/pm/?group=stratagus";>planned
+tasks</a> on the <a
+href="http://savannah.nongnu.org/projects/stratagus/";>Savannah pages
+of Stratagus</a>.<p>
 
 Before starting on a bug or task, please ask on the mailing list or in the 
 IRC channel whether anybody else is already working on it.
@@ -58,10 +60,10 @@
 
 <h3>Installing CVS client</h3>
 
-If you want to help develop, it is the best that you use CVS. To do so, first
-you need CVS for your system. Sourceforge has a guide that will 
-help you get started, you can go to section '<b>F</b>' of their 
-<a href="http://sourceforge.net/docman/?group_id=1";>documentation page</a>.<p>
+If you want to help develop, it is the best that you use CVS. To do
+so, first you need CVS for your system. Savannah has a <a
+href="http://savannah.nongnu.org/cvs/?group=stratagus";>guide</a> that
+will help you get started.
 
 <h3>Getting Stratagus from CVS</h3>
 
@@ -85,15 +87,15 @@
 <h4>How do I access to these modules?</h4>
 
 The instructions for accessing the modules are on the 
-<a href="http://sourceforge.net/cvs/?group_id=1965";>project cvs</a> page.<br> 
+<a href="http://savannah.nongnu.org/cvs/?group=stratagus";>project cvs</a> 
page.<br> 
 NOTE: it is highly recommended that you use the -z3 flag, this compresses 
 the data and therefore speeds the transfer up.<p>
 
 For example:<p>
 
-cvs -d:pserver:address@hidden:/cvsroot/stratagus login<br>
+cvs -d:pserver:address@hidden:/cvsroot/stratagus login<br />
 <i>"When prompted for a password for anonymous, simply press the Enter 
key."</i><br>
-cvs -z3 -d:pserver:address@hidden:/cvsroot/stratagus co stratagus<p>
+cvs -z3 -d:pserver:address@hidden:/cvsroot/stratagus co stratagus<br />
 
 This is done only once. To update your CVS directory, go into 
 the module directory and type 'cvs -z3 -q update -dP'.<p>
@@ -106,7 +108,7 @@
 Please note CVS is always the latest and it is easier for you to keep
 up to date. But if for some reason you cannot get the source via CVS, 
 you find can regular snapshots of Stratagus 
-<a href="http://stratagus.sourceforge.net/snapshots";>here</a>.
+<a href="http://savannah.nongnu.org/files/?group=stratagus";>here</a>.
 
 <h3>Compiling Stratagus</h3>
 
@@ -191,7 +193,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: development.html,v 1.56 2003/07/03 17:08:06 ingo Exp $
+//      $Id: development.html,v 1.57 2003/09/03 11:46:48 grumbel Exp $
 
 //@{
 
@@ -251,7 +253,7 @@
     <li>cvs -q update -d
     <li>cvs -q diff -u &gt; your-nickname.diff
     <li>upload 'your-nickname.diff' to the
-    <a 
href="http://sourceforge.net/tracker/?group_id=1965&amp;atid=301965";>patch 
tracker</a>.
+    <a href=http://savannah.nongnu.org/patch/?group=stratagus";>patch 
tracker</a>.
 </ul>
 
 <h2>Building FcMP</h2>
Index: stratagus/doc/index.html
diff -u stratagus/doc/index.html:1.11 stratagus/doc/index.html:1.12
--- stratagus/doc/index.html:1.11       Thu Jul  3 13:08:06 2003
+++ stratagus/doc/index.html    Wed Sep  3 07:46:49 2003
@@ -2,7 +2,7 @@
 <html>
 <head>
 <!--
-----   $Id: index.html,v 1.11 2003/07/03 17:08:06 ingo Exp $
+----   $Id: index.html,v 1.12 2003/09/03 11:46:49 grumbel Exp $
 
 ----   (c) Copyright 2003 by Nehal Mistry
 
@@ -38,10 +38,10 @@
     BSD, BeOS, MacOS/X, MacOS/Darwin and MS Windows.
     <p>
     The newest version of Stratagus can always be found here: 
-    <a 
href="http://stratagus.sourceforge.net";>http://stratagus.sourceforge.net</a>
+    <a href="http://www.stratagus.org";>http://www.stratagus.org</a>
     <p>
-    Our sourceforge project page is: <a 
href="http://sourceforge.net/projects/stratagus";>
-    http://sourceforge.net/projects/stratagus</a>
+      Our Savannah project page is: <a
+      
href="http://savannah.nongnu.org/projects/stratagus/";>http://savannah.nongnu.org/projects/stratagus/</a>
 
     <h2>Installation</h2>
 
@@ -66,17 +66,18 @@
 
     This file contains the old known bugs and what we haved planned in the
     future: <a href="todo.html">todo.html (old)</a><p>
-    Also look at the complete list of 
-    <a href="http://sourceforge.net/tracker/?group_id=1965&amp;atid=101965";>
-    known bugs</a> and 
-    <a 
href="http://sourceforge.net/pm/task.php?group_project_id=1539&amp;group_id=1965&amp;func=browse";>
-    planned tasks</a>
+
+    Also look at the complete list of
+    <a href="http://savannah.nongnu.org/bugs/?group=stratagus";>
+    known bugs</a> and <a
+    href="http://savannah.nongnu.org/pm/?group=stratagus";>planned
+    tasks</a>
 
     <h2>Problems</h2>
 
     If you have problems compiling, installing or playing Stratagus, read 
     <a href="faq.html">faq.html</a> and try our 
-    <a 
href="http://sourceforge.net/tracker/?atid=201965&amp;group_id=1965&amp;func=browse";>support
 tracker</a> 
+    <a href="http://savannah.nongnu.org/support/?group=stratagus";>support 
tracker</a> 
 
     <h2>Copyrights</h2>
 
Index: stratagus/doc/install.html
diff -u stratagus/doc/install.html:1.57 stratagus/doc/install.html:1.58
--- stratagus/doc/install.html:1.57     Thu Jul  3 13:08:07 2003
+++ stratagus/doc/install.html  Wed Sep  3 07:46:49 2003
@@ -2,7 +2,7 @@
 <html>
 <head>
 <!--
-----   $Id: install.html,v 1.57 2003/07/03 17:08:07 ingo Exp $
+----   $Id: install.html,v 1.58 2003/09/03 11:46:49 grumbel Exp $
 
 ----   (c) Copyright 2002-2003 by Nehal Mistry.
 
@@ -83,7 +83,7 @@
 
        <ul>
            <li>Download the source from 
-           <a 
href="http://stratagus.sourceforge.net/download.html";>here</a>.<br>
+           <a 
href="http://www.nongnu.org/stratagus/download.html";>here</a>.<br>
            <font color="red">NOTE: both the tar.gz and zip files are the same, 
            we provide both formats for convenience.</font><p>
 
@@ -105,7 +105,7 @@
                <li>Extract the VC++ project and workspace files from 
stratagus\contrib\msvc.zip 
                into the root stratagus directory.</li>
 
-               <li><a 
href="http://stratagus.sourceforge.net/snapshots/msvc-libs.zip";>
+               <li><a href="http://savannah.nongnu.org/files/?group=stratagus";>
                Download</a> the VC++ libraries and extract them into the root
                stratagus directory.
 
@@ -121,8 +121,8 @@
                CE support for Visual C++ or Visual Studio isn't supported yet. 
                If you know how to compile with this, please inform us.
                <li>You also need the 
-               <a 
href="http://stratagus.sourceforge.net/snapshots/win-ce/Stratagus%20CE.vcp.gz";>emVC++
 project</a> and
-               <a 
href="http://stratagus.sourceforge.net/snapshots/win-ce/Stratagus%20CE.vcw.gz";>emVC++
 workbench</a> for Stratagus.<p>
+               <a 
href="http://savannah.nongnu.org/files/?group=stratagus";>emVC++ project</a> and
+               <a 
href="http://savannah.nongnu.org/files/?group=stratagus";>emVC++ workbench</a> 
for Stratagus.<p>
            </ul>
        </ul>
 
Index: stratagus/doc/todo.html
diff -u stratagus/doc/todo.html:1.66 stratagus/doc/todo.html:1.67
--- stratagus/doc/todo.html:1.66        Thu Jul  3 13:40:05 2003
+++ stratagus/doc/todo.html     Wed Sep  3 07:46:49 2003
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html><head>
 <!--
-----   $Id: todo.html,v 1.66 2003/07/03 17:40:05 ingo Exp $
+----   $Id: todo.html,v 1.67 2003/09/03 11:46:49 grumbel Exp $
 
 ----   (c) Copyright 2001-2003 by Lutz Sammer
 
@@ -40,16 +40,16 @@
 
 <h2>Note:</h2>
 
-<a href="http://sourceforge.net/pm/?group_id=1965";>
+<a href="http://savannah.nongnu.org/pm/?group=stratagus";>
 You can find a more up to date list of the planned tasks here:
-    http://sourceforge.net/pm/?group_id=1965</a>
+http://savannah.nongnu.org/pm/?group=stratagus</a>
 <p>
-<a 
href="http://sourceforge.net/tracker/?atid=351965&group_id=1965&func=browse";>Look
 at already submitted feature requests here:
-http://sourceforge.net/tracker/?atid=351965&group_id=1965&func=browse
+<a href="http://savannah.nongnu.org/bugs/?group=stratagus";>Look at already 
submitted feature requests here:
+http://savannah.nongnu.org/bugs/?group=stratagus
 </a>
 <p>
-<a 
href="http://sourceforge.net/tracker/?func=add&group_id=1965&atid=351965";>You 
can submit your own ideas and feature requests here:
-http://sourceforge.net/tracker/?func=add&group_id=1965&atid=351965
+<a href="http://savannah.nongnu.org/bugs/?group=stratagus";>You can submit your 
own ideas and feature requests here:
+http://savannah.nongnu.org/bugs/?group=stratagus
 </a>
 
 <h2> This should be done for the next release (1.19):</h2>
@@ -254,7 +254,7 @@
 </ul>
 
 <hr>
-Last changed: $Id: todo.html,v 1.66 2003/07/03 17:40:05 ingo Exp $<br>
+Last changed: $Id: todo.html,v 1.67 2003/09/03 11:46:49 grumbel Exp $<br>
 All trademarks and copyrights on this page are owned by their respective 
owners.
 <address><a href="http://stratagus.org";>The Stratagus Project</a>
 </address></body></html>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]