Complete.Org: Mailing Lists: Archives: freeciv-data: December 2004:
[freeciv-data] Re: [Freeciv-Dev] (PR#11060) wrong link in help
Home

[freeciv-data] Re: [Freeciv-Dev] (PR#11060) wrong link in help

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: chrisk@xxxxxxxxx
Cc: freeciv-data@xxxxxxxxxxx
Subject: [freeciv-data] Re: [Freeciv-Dev] (PR#11060) wrong link in help
From: "Marko Lindqvist" <marko.lindqvist@xxxxxxxxxxx>
Date: Sun, 5 Dec 2004 09:35:18 -0800
Reply-to: freeciv-data@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=11060 >

Christian Knoke wrote:
> 
> #: data/helpdata.txt

  ...

> 
> http://www.freeciv.org/cgi-bin/bugs
> 
> The requested URL /cgi-bin/bugs was not found on this server.

  This patch updates all broken URLs in helpdata.txt and english files 
in doc/. Includes couple of other misc updates as well.


  - ML

diff -Nurd -X.diff_ignore freeciv/data/helpdata.txt freeciv/data/helpdata.txt
--- freeciv/data/helpdata.txt   2004-12-05 16:21:02.789412500 +0200
+++ freeciv/data/helpdata.txt   2004-12-05 19:26:25.878586500 +0200
@@ -57,9 +57,9 @@
 If you find any bugs, then please send us a bug report.  This is \
 best done by visiting the Freeciv Bug Tracking System, at:\
 \n\n\
-  http://www.freeciv.org/cgi-bin/bugs\
+  http://rt.freeciv.org/\
 \n\n\
-or by sending email to:  bugs@xxxxxxxxxxxxxxx\
+or by sending email to:  bugs@xxxxxxxxxxx\
 "), _("\
 For more information about submitting bug reports see the file BUGS \
 in the Freeciv distribution.  For more information in general, \
@@ -387,7 +387,7 @@
 If you would like to add a localization (translation) for your \
 language, please see the instructions at:\
 \n\n\
-  http://www.freeciv.org/l10n.phtml\
+  http://www.freeciv.org/index.php/Localization\
 \n\n\
 (Check here first to see if a localization is already in progress \
 for your language.)\
@@ -406,7 +406,7 @@
 If the server is started with the -m flag, it will report to \
 the metaserver,\
 "), "\
-  http://meta.freeciv.org/metaserver/\
+  http://meta.freeciv.org/metaserver.phtml\
 ", _("\
 The client can fetch this page, too: use the Metaserver button \
 in the connection dialog.  If it never shows any results, check \
@@ -522,7 +522,6 @@
 player named 'foo'; player names can be abbreviated.\
 "), _("\
   - Messages starting with '/' are interpreted as server commands \
-(if the server is recent enough; regular 1.8.0 servers are not) \
 and executed, if you have the required access rights.\
 ")
 
diff -Nurd -X.diff_ignore freeciv/doc/BUGS freeciv/doc/BUGS
--- freeciv/doc/BUGS    2004-12-05 16:21:16.349232500 +0200
+++ freeciv/doc/BUGS    2004-12-05 18:13:48.391464500 +0200
@@ -2,7 +2,7 @@
 BUGS
 ====
 
-Freeciv 1.14.0 is a "stable" release and is considered bug-free enough
+Freeciv 2.0.0 is a "stable" release and is considered bug-free enough
 for everyday use.  However if you do find a bug, we would really like to
 know, so that we can fix it.  This file lists known bugs in this release,
 and gives information about reporting new bugs.
@@ -76,8 +76,8 @@
 ================
 
 (If it is a bug in a translation, it should be mailed to the Primary
-Contact for the language.  See <http://www.freeciv.org/l10n.phtml> for
-the names and addresses of these people.)
+Contact for the language.  See <http://www.freeciv.org/index.php/Localization>
+for the names and addresses of these people.)
 
 Here's what to do:
 
diff -Nurd -X.diff_ignore freeciv/doc/CodingStyle freeciv/doc/CodingStyle
--- freeciv/doc/CodingStyle     2004-12-05 16:21:16.364818500 +0200
+++ freeciv/doc/CodingStyle     2004-12-05 18:15:53.500286500 +0200
@@ -214,7 +214,8 @@
   use gcc.
 
 - If you send patches, use "diff -u" (or "diff -r -u", or "cvs diff -u").
-  For further information, see <http://www.freeciv.org/contribute.html>.
+  For further information, see
+  <http://www.freeciv.org/index.php/How_to_Contribute>.
   Also, name patch files descriptively (e.g. "fix-foo-bug-0.diff" is good,
   but "freeciv.diff" is not).
 
diff -Nurd -X.diff_ignore freeciv/doc/HACKING freeciv/doc/HACKING
--- freeciv/doc/HACKING 2004-12-05 16:21:19.294986500 +0200
+++ freeciv/doc/HACKING 2004-12-05 18:19:11.317798500 +0200
@@ -1024,8 +1024,8 @@
 See CodingStyle in this directory.
 
 - If you send patches, use "diff -u" (or "diff -r -u").  For further
-  information, see <http://www.freeciv.org/contribute.html>.  Also,
-  name patch files descriptively (e.g. "fix-foo-bug-0.diff" is good,
+  information, see <http://www.freeciv.org/index.php/How_to_Contribute>.
+  Also, name patch files descriptively (e.g. "fix-foo-bug-0.diff" is good,
   but "freeciv.diff" is not).
 
 - When doing a "diff" for a patch, be sure to exclude unnecessary files
diff -Nurd -X.diff_ignore freeciv/doc/README freeciv/doc/README
--- freeciv/doc/README  2004-12-05 16:21:23.097970500 +0200
+++ freeciv/doc/README  2004-12-05 18:11:13.482210500 +0200
@@ -325,8 +325,7 @@
 concepts and rules of the game, see the Freeciv manual, available
 at the web pages at:
 
-  http://www.freeciv.org/manual/
-
+  http://www.freeciv.org/index.php/Manual
 
 Ending the game:
 ================
diff -Nurd -X.diff_ignore freeciv/doc/README.AI freeciv/doc/README.AI
--- freeciv/doc/README.AI       2004-12-05 16:21:23.144728500 +0200
+++ freeciv/doc/README.AI       2004-12-05 18:47:25.983578500 +0200
@@ -50,7 +50,7 @@
 AI development has its own mailing list. Send questions to
 freeciv-ai@xxxxxxxxxxx, or go to 
 
-  http://www.freeciv.org/mailinglists.html
+  http://www.freeciv.org/index.php/Community_Forums
 
 to read the archives or to join up.
 

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