This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs][Committed] translations.html


* Tobias Burnus (burnus@net-b.de) [20070730 15:18]:

> The links at http://gcc.gnu.org/translation.html are all outdated.

Thanks for the info.

> The attached patch corrects most of them, however, I could not find out how
> "Send a message to translation@iro.umontreal.ca, whose subject is
> "gcc-version-bdate.pot" should look like.

I used your patch and also changed the address as stated in
http://translationproject.org/html/maintainers.html and have checked in the
changes as these were obvious erros.

2007-08-01  Philipp Thomas <pth@suse.de>
	* htdocs/translation.html: Update the outdated links and e-mail 
	address of the translation project, based on a Patch by Tobias
	Burnus <burnus@net-b.de>.

Index: htdocs/translation.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/translation.html,v
retrieving revision 1.9
diff -u -p -r1.9 translation.html
--- htdocs/translation.html	18 Mar 2007 17:31:40 -0000	1.9
+++ htdocs/translation.html	1 Aug 2007 14:19:23 -0000
@@ -8,7 +8,7 @@
 <h1>GCC and the Translation Project</h1>
 
 <p>This page documents how GCC development interacts with the <a
-href="http://www.iro.umontreal.ca/translation/";>Translation
+href="http://translationproject.org/html/welcome.html";>Translation
 Project</a>.</p>
 
 <h2 id="regen"><code>gcc.pot</code> regeneration</h2>
@@ -52,9 +52,9 @@ releases to the Translation Project.</p>
 
 <p>In preparation for the first release from a new release branch, a
 <code>.pot</code> file for a snapshot should be <a
-href="http://www.iro.umontreal.ca/translation/HTML/maintainers.html";>manually
+href="http://translationproject.org/html/maintainers.html";>manually
 submitted</a>.  Send a message to <a
-href="mailto:translation@iro.umontreal.ca";>translation@iro.umontreal.ca</a>,
+href="mailto:coordinator@translationproject.org";>coordinator@translationproject.org</a>,
 whose subject is "gcc-<i>version</i>-b<i>date</i>.pot" (the "b" format
 gets it ordered correctly before the release proper) and whose body
 contains the URL of the snapshot <code>.tar.bz2</code> file.  You need
@@ -76,10 +76,10 @@ before each release, a check should be m
 most recent <code>.po</code> file for each language should be
 committed to mainline and branch.  The current <code>.po</code> files
 for GCC may be found <a
-  href="http://www.iro.umontreal.ca/translation/registry.cgi?domain=gcc";>at
+  href="http://translationproject.org/domain/gcc.html";>at
 the Translation Project site</a>.  cpplib <code>.po</code> files
 may also be found <a
-  href="http://www.iro.umontreal.ca/translation/registry.cgi?domain=cpplib";>there</a>.</p>
+  href="http://translationproject.org/domain/cpplib.html";>there</a>.</p>
 
 <h2 id="maintain"><code>.po</code> file maintenance</h2>
 
@@ -87,7 +87,7 @@ may also be found <a
 to them must not go directly into GCC; they need to be sent to the
 respective language team, indicated by the Language-Team entry in the
 <code>.po</code> file or <a
-href="http://www.iro.umontreal.ca/translation/registry.cgi?team=index";>the
+href="http://translationproject.org/team/index.html";>the
 list of language teams</a>.  Bug reports about a translation should be
 forwarded to the translation team.</p>
 

Philipp


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]