From: Bruno Haible Date: Thu, 8 Nov 2001 11:05:31 +0000 (+0000) Subject: Change URL. X-Git-Tag: v0.11~317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f95c6c94efd1104a3f905a6cfbfcdfe63727cfe;p=thirdparty%2Fgettext.git Change URL. --- diff --git a/projects/ChangeLog b/projects/ChangeLog index 93360090c..f4ec55e55 100644 --- a/projects/ChangeLog +++ b/projects/ChangeLog @@ -1,3 +1,10 @@ +2001-11-08 Bruno Haible + + * 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 * KDE/trigger: Treat configure.ac like configure.in. diff --git a/projects/TP/team-address b/projects/TP/team-address index 0b9593553..5a42584c1 100755 --- a/projects/TP/team-address +++ b/projects/TP/team-address @@ -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,^.*$catalog[^<>]*[^<>]*.*\$,\\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,^.*$language[^<>]*[^<>]*.*\$,\\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