]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Change URL.
authorBruno Haible <bruno@clisp.org>
Thu, 8 Nov 2001 11:05:31 +0000 (11:05 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:55:16 +0000 (22:55 +0200)
projects/ChangeLog
projects/TP/team-address

index 93360090c91c1939bfc19e73f444ab1d9a3530db..f4ec55e558bba11057567c17e5cd0c93c9e497bc 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-08  Bruno Haible  <haible@clisp.cons.org>
+
+       * TP/team-address: Show URL
+       http://www.iro.umontreal.ca/contrib/po/HTML/teams.html
+       instead of
+       http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=index
+
 2001-10-27  Bruno Haible  <haible@clisp.cons.org>
 
        * KDE/trigger: Treat configure.ac like configure.in.
index 0b9593553575ca919f68915e32c07bbb9db4bd3d..5a42584c15596a5395f754297dd4443486547a8e 100755 (executable)
@@ -18,7 +18,7 @@ if test -n "$address"; then
   esac
   (echo "Please visit your translation team's homepage at"
    echo "  "`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$catalog</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
-   echo "  $url"
+   echo "  http://www.iro.umontreal.ca/contrib/po/HTML/teams.html"
    echo "  http://www.iro.umontreal.ca/contrib/po/HTML/translators.html"
    echo "  http://www.iro.umontreal.ca/contrib/po/HTML/index.html"
    echo "and consider joining your translation team's mailing list"
@@ -38,14 +38,14 @@ if test -n "$address"; then
    echo
    echo "Please visit the existing translation team's homepage at"
    echo "  "`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$language</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
-   echo "  $url"
+   echo "  http://www.iro.umontreal.ca/contrib/po/HTML/teams.html"
    echo "  http://www.iro.umontreal.ca/contrib/po/HTML/translators.html"
    echo "  http://www.iro.umontreal.ca/contrib/po/HTML/index.html"
    echo "and consider joining the translation team's mailing list"
    echo "  $address"
    echo
    echo "If you want to create a new translation team for $catalog, please visit"
-   echo "  $url"
+   echo "  http://www.iro.umontreal.ca/contrib/po/HTML/teams.html"
    echo "  http://www.iro.umontreal.ca/contrib/po/HTML/leaders.html"
    echo "  http://www.iro.umontreal.ca/contrib/po/HTML/index.html"
   ) 1>&2
@@ -54,7 +54,7 @@ if test -n "$address"; then
 fi
 (echo "A translation team for your language ($language) does not exist yet."
  echo "If you want to create a new translation team for $language"`test "$catalog" = "$language" || echo " or $catalog"`", please visit"
- echo "  $url"
+ echo "  http://www.iro.umontreal.ca/contrib/po/HTML/teams.html"
  echo "  http://www.iro.umontreal.ca/contrib/po/HTML/leaders.html"
  echo "  http://www.iro.umontreal.ca/contrib/po/HTML/index.html"
 ) 1>&2