Replaced www.fsfeurope.org with www.fsfe.org

svn path=/trunk/; revision=12575
This commit is contained in:
cri 2009-04-29 07:58:34 +00:00
parent f2fdddd342
commit 97e42212f7
3 changed files with 6 additions and 6 deletions

View File

@ -598,9 +598,9 @@ sub process {
#
foreach ($results->documentElement->getElementsByTagName("a")) {
my $href = $_->getAttribute("href");
if ($href =~ /^http:\/\/www.fsfeurope.org/) {
if ($href =~ /^http:\/\/www.fsfe.org/) {
if ($_->textContent != "Our global work") {
$href =~ s/http:\/\/www.fsfeurope.org//;
$href =~ s/http:\/\/www.fsfe.org//;
}
}
if (($href !~ /^http/) && ($href !~ /^#/)) {

View File

@ -2,7 +2,7 @@
# -----------------------------------------------------------------------------
# Web page build script
# -----------------------------------------------------------------------------
# This script is called every 5 minutes on www.fsfeurope.org to rebuild the
# This script is called every 5 minutes on www.fsfe.org to rebuild the
# HTML pages from the .xhtml, .xml and .xsl source files. Most of the work,
# however, is done by the Perl script build.pl.
# -----------------------------------------------------------------------------
@ -21,12 +21,12 @@ if [[ -n "$BUILD_STARTED" && "10#${BUILD_STARTED}" -gt 30 && ! -f ${STATUS}/${AL
Please:
- Check the build script log at http://status.fsfeurope.org/web/
- Check the build script log at http://status.fsfe.org/web/
- Fix the cause of the problem
- Kill build.pl processes older than 30 minutes
- Delete the lockfile ${STATUS}/${ALARM_LOCKFILE}
" | mail -s "www.fsfeurope.org: build.pl warning" system-hackers@fsfeurope.org
" | mail -s "www.fsfe.org: build.pl warning" system-hackers@fsfeurope.org
# This lockfile avoids sending the mail alarm more than once;
# it must be deleted when the problem is solved.

View File

@ -24,7 +24,7 @@
# Constants
# -----------------------------------------------------------------------------
srcroot="http://www.fsfeurope.org/source"
srcroot="http://www.fsfe.org/source"
cvsroot="http://savannah.gnu.org/cgi-bin/viewcvs/fsfe/fsfe"