Fixed broken links.
svn path=/trunk/; revision=3123
This commit is contained in:
parent
bfa90a5e4a
commit
f8ad8de678
179
Makefile
179
Makefile
@ -1,179 +0,0 @@
|
||||
# Authors: Loic Dachary <loic@gnu.org> and Jaime Villate <villate@gnu.org>
|
||||
#
|
||||
# XML/XSLT processor (validator)
|
||||
# -------------------------
|
||||
#
|
||||
# sablotron (sabcmd)
|
||||
# apt-get install sablotron
|
||||
#
|
||||
# libxslt + libxml2 (xsltproc)
|
||||
# http://www.xmlsoft.org/
|
||||
#
|
||||
# XML validator
|
||||
# -------------
|
||||
# apt-get install rxp
|
||||
# or
|
||||
# ftp://ftp.cogsci.ed.ac.uk/pub/richard/rxp-1.2.3.tar.gz
|
||||
#
|
||||
TMP=/home/fsfe/tmp/
|
||||
DEST=/home/www/
|
||||
|
||||
|
||||
# branch tag name for the stable version of the site and only its patches
|
||||
STABLEBRANCH = BS_20010825
|
||||
|
||||
XSLTPROC = sabcmd
|
||||
|
||||
FSFFRANCE = http://france.fsfeurope.org
|
||||
FSFEUROPE = http://www.fsfeurope.org
|
||||
FSF = http://www.fsf.org
|
||||
GNU = http://www.gnu.org
|
||||
|
||||
ECHO = echo
|
||||
SSH = ssh
|
||||
|
||||
XSLTOPTS = \
|
||||
'$$fsffrance=$(FSFFRANCE)' \
|
||||
'$$fsf=$(FSF)' \
|
||||
'$$gnu=$(GNU)'
|
||||
|
||||
ENPAGESOLD = $(shell find * -path 'fr' -prune -o -regex '[^\.]*\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
ENPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.en\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
FRPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.fr\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
DEPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.de\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
PTPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.pt\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
ITPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.it\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
ESPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.es\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
CSPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.cs\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
LANGFILES = $(shell find * -path 'fr' -prune -o -regex '.*\.lang' -print)
|
||||
|
||||
# temporary, added by mad@april.org
|
||||
NEWS = news/news.fr.html news/news.en.html news/news.pt.html
|
||||
|
||||
all: $(ENPAGESOLD) $(ENPAGES) $(FRPAGES) $(DEPAGES) $(PTPAGES) $(ITPAGES) $(ESPAGES) $(CSPAGES)
|
||||
|
||||
swpat/patents.en.html: swpat/patents-agenda.en.xml
|
||||
|
||||
$(ENPAGESOLD): %.html: %.xhtml fsfe.xsl navigation.en.xsl %.lang
|
||||
@$(ECHO) "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
langlinks="`./tools/translate.sh $$base en`" ; \
|
||||
$(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase '$$path='$$path '$$langlinks='"$$langlinks" > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/by/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \
|
||||
rm -f $$base.html-temp
|
||||
|
||||
$(ENPAGES): %.en.html: %.en.xhtml fsfe.xsl navigation.en.xsl %.lang
|
||||
@$(ECHO) "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).en.xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
langlinks="`./tools/translate.sh $$base en`" ; \
|
||||
$(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase.en '$$path='$$path '$$langlinks='"$$langlinks" > $$base.en.html-temp && (cat $$base.en.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/by/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.en.html) ; \
|
||||
rm -f $$base.en.html-temp
|
||||
|
||||
$(FRPAGES): %.fr.html: %.fr.xhtml fsfe.xsl navigation.fr.xsl %.lang
|
||||
@$(ECHO) "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).fr.xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
langlinks="`./tools/translate.sh $$base fr`" ; \
|
||||
$(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase.fr '$$path='$$path '$$langlinks='"$$langlinks" > $$base.fr.html-temp && (cat $$base.fr.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/par/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.fr.html) ; \
|
||||
rm -f $$base.fr.html-temp
|
||||
|
||||
$(DEPAGES): %.de.html: %.de.xhtml fsfe.xsl navigation.de.xsl %.lang
|
||||
@$(ECHO) "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).de.xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
langlinks="`./tools/translate.sh $$base de`" ; \
|
||||
$(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase.de '$$path='$$path '$$langlinks='"$$langlinks" > $$base.de.html-temp && (cat $$base.de.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/von/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.de.html) ; \
|
||||
rm -f $$base.de.html-temp
|
||||
|
||||
$(PTPAGES): %.pt.html: %.pt.xhtml fsfe.xsl navigation.pt.xsl %.lang
|
||||
@$(ECHO) "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).pt.xhtml'` ; \
|
||||
filebase=`basename "$$base"` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
langlinks="`./tools/translate.sh $$base pt`" ; \
|
||||
$(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase.pt '$$path='$$path '$$langlinks='"$$langlinks" > $$base.pt.html-temp && (cat $$base.pt.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/por/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.pt.html) ; \
|
||||
rm -f $$base.pt.html-temp
|
||||
|
||||
$(ITPAGES): %.it.html: %.it.xhtml fsfe.xsl navigation.it.xsl %.lang
|
||||
@$(ECHO) "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).it.xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
langlinks="`./tools/translate.sh $$base it`" ; \
|
||||
$(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase.it '$$path='$$path '$$langlinks='"$$langlinks" > $$base.it.html-temp && (cat $$base.it.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/, da/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.it.html) ; \
|
||||
rm -f $$base.it.html-temp
|
||||
|
||||
$(ESPAGES): %.es.html: %.es.xhtml fsfe.xsl navigation.es.xsl %.lang
|
||||
@$(ECHO) "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).es.xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
langlinks="`./tools/translate.sh $$base es`" ; \
|
||||
$(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase.es '$$path='$$path '$$langlinks='"$$langlinks" > $$base.es.html-temp && (cat $$base.es.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/por/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.es.html) ; \
|
||||
rm -f $$base.es.html-temp
|
||||
|
||||
$(CSPAGES): %.cs.html: %.cs.xhtml fsfe.cs.xsl navigation.cs.xsl %.lang
|
||||
@$(ECHO) "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).cs.xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ;\
|
||||
langlinks="`./tools/translate.sh $$base cs`" ; \
|
||||
$(XSLTPROC) fsfe.cs.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase.cs '$$path='$$path '$$langlinks='"$$langlinks" > $$base.cs.html-temp && (cat $$base.cs.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/od/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.cs.html) ; \
|
||||
rm -f $$base.cs.html-temp
|
||||
|
||||
%lang:
|
||||
@$(ECHO) "Building $@ ..."; \
|
||||
path=$@ ; \
|
||||
base=`expr $$path : '\(.*\).lang'` ; \
|
||||
./tools/translate.sh $$base > /dev/null
|
||||
|
||||
|
||||
# remove html files for which an xhtml version exists (exclude fr/)
|
||||
clean:
|
||||
rm -f $(ENPAGES) $(FRPAGES) $(DEPAGES) $(PTPAGES) $(ITPAGES) $(ESPAGES) $(CSPAGES) $(LANGFILES)
|
||||
|
||||
sync:
|
||||
$(SSH) -l www france.fsfeurope.org 'cd fsfe ; cvs -z3 -q update -I "*.html" -d ; ../bin/nightly'
|
||||
|
||||
#
|
||||
# Attempt to install a beta web site (talk to oberger@gnu.org + greve@gnu.org)
|
||||
#
|
||||
syncall:
|
||||
@echo "Updating stable version : $(STABLEBRANCH)"
|
||||
$(MAKE) sync
|
||||
$(SSH) -l www france.fsfeurope.org 'cd fsfe/server/testbeta ; cvs -z3 -q update -I "*.html" -d -r $(STABLEBRANCH) ; ../../../bin/nightly'
|
||||
@echo "Updating beta version :"
|
||||
$(SSH) -l www france.fsfeurope.org 'cd fsfe/server/test/fsfe/server/testbeta ; cvs -z3 -q update -I "*.html" -d -A ; ../../../../../../bin/nightly'
|
||||
|
||||
|
||||
new:
|
||||
@tools/build.sh
|
@ -1,107 +0,0 @@
|
||||
# Authors: Loic Dachary <loic@gnu.org> and Jaime Villate <villate@gnu.org>
|
||||
#
|
||||
# XML/XSLT processor (validator)
|
||||
# -------------------------
|
||||
#
|
||||
# sablotron (sabcmd)
|
||||
# apt-get install sablotron
|
||||
#
|
||||
# libxslt + libxml2 (xsltproc)
|
||||
# http://www.xmlsoft.org/
|
||||
#
|
||||
XSLTPROC = xsltproc
|
||||
|
||||
FSFFRANCE = http://france.fsfeurope.org
|
||||
FSFEUROPE = . # http://www.fsfeurope.org
|
||||
FSF = http://www.fsf.org
|
||||
GNU = http://www.gnu.org
|
||||
|
||||
XSLTOPTS = \
|
||||
--param fsffrance "'$(FSFFRANCE)'" \
|
||||
--param fsf "'$(FSF)'" \
|
||||
--param gnu "'$(GNU)'"
|
||||
|
||||
ENPAGES = $(shell find * -path 'fr' -prune -o -regex '[^\.]*\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
FRPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.fr\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
DEPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.de\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
PTPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.pt\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
ITPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.it\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
ESPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.es\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
# temporary, added by mad@april.org
|
||||
NEWS = news/news.fr.html news/news.en.html news/news.pt.html
|
||||
|
||||
all: $(ENPAGES) $(FRPAGES) $(DEPAGES) $(PTPAGES) $(ITPAGES) $(ESPAGES)
|
||||
|
||||
swpat/patents.en.html: swpat/patents-agenda.en.xml
|
||||
|
||||
$(ENPAGES): %.html: %.xhtml fsfe.xsl navigation.en.xsl
|
||||
@echo "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
$(XSLTPROC) $(XSLTOPTS) --param fsfeurope "'$$root'" --param filebase "'$$filebase'" fsfe.xsl $$path > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/por/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \
|
||||
rm -f $$base.html-temp
|
||||
|
||||
$(FRPAGES): %.html: %.xhtml fsfe.xsl navigation.fr.xsl
|
||||
@echo "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
$(XSLTPROC) $(XSLTOPTS) --param fsfeurope "'$$root'" --param filebase "'$$filebase'" fsfe.xsl $$path > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/por/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \
|
||||
rm -f $$base.html-temp
|
||||
|
||||
$(DEPAGES): %.html: %.xhtml fsfe.xsl navigation.de.xsl
|
||||
@echo "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
$(XSLTPROC) $(XSLTOPTS) --param fsfeurope "'$$root'" --param filebase "'$$filebase'" fsfe.xsl $$path > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/por/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \
|
||||
rm -f $$base.html-temp
|
||||
|
||||
$(PTPAGES): %.html: %.xhtml fsfe.xsl navigation.pt.xsl
|
||||
@echo "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
$(XSLTPROC) $(XSLTOPTS) --param fsfeurope "'$$root'" --param filebase "'$$filebase'" fsfe.xsl $$path > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/por/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \
|
||||
rm -f $$base.html-temp
|
||||
|
||||
$(ITPAGES): %.html: %.xhtml fsfe.xsl navigation.it.xsl
|
||||
@echo "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
$(XSLTPROC) $(XSLTOPTS) --param fsfeurope "'$$root'" --param filebase "'$$filebase'" fsfe.xsl $$path > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/por/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \
|
||||
rm -f $$base.html-temp
|
||||
|
||||
$(ESPAGES): %.html: %.xhtml fsfe.xsl navigation.es.xsl
|
||||
@echo "Building $@ ..."; \
|
||||
path=$< ; \
|
||||
base=`expr $$path : '\(.*\).xhtml'` ; \
|
||||
filebase=`basename $$base` ; \
|
||||
dir=`dirname $$path` ; \
|
||||
root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \
|
||||
$(XSLTPROC) $(XSLTOPTS) --param fsfeurope "'$$root'" --param filebase "'$$filebase'" fsfe.xsl $$path > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; (s/Date://, s/Author:/por/, s/\$$//g) if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \
|
||||
rm -f $$base.html-temp
|
||||
|
||||
# remove html files for which an xhtml version exists (exclude fr/)
|
||||
clean:
|
||||
rm -f $(ENPAGES) $(FRPAGES) $(DEPAGES) $(PTPAGES) $(ITPAGES) $(ESPAGES)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
thankgnus-2003.html thankgnus.html
|
||||
thankgnus-2003.de.html thankgnus.de.html
|
||||
thankgnus-2003.it.html thankgnus.it.html
|
||||
donate-2002.html donate.html
|
||||
thankgnus-2003.en.html thankgnus.html
|
||||
thankgnus-2003.en.html thankgnus.en.html
|
||||
donate-2002.en.html donate.html
|
||||
donate-2002.en.html donate.en.html
|
||||
donate-2002.de.html donate.de.html
|
||||
donate-2002.cs.html donate.cs.html
|
||||
donate-2002.it.html donate.it.html
|
||||
|
@ -24,7 +24,7 @@
|
||||
<xsl:value-of select="body" />
|
||||
<xsl:variable name="link"><xsl:value-of select="link" /></xsl:variable>
|
||||
<xsl:if test="$link!=''">
|
||||
[<a href="$link"><xsl:value-of select="/html/text[@id='more']" />]</a>
|
||||
[<a href="{link}"><xsl:value-of select="/html/text[@id='more']" />]</a>
|
||||
</xsl:if>
|
||||
</p>
|
||||
</xsl:for-each>
|
||||
|
@ -5,6 +5,6 @@
|
||||
<title>FSF Geographical Positioning System</title>
|
||||
<description>
|
||||
</description>
|
||||
<link>/projects/coposys/coposys.html</link>
|
||||
<link>/projects/coposys/index.html</link>
|
||||
</project>
|
||||
</projectset>
|
||||
|
@ -74,7 +74,7 @@
|
||||
Das <a href="http://sourceforge.net/projects/osie">Open Source in Education</a> Projekt (OSiE)
|
||||
unterstützt und befürwortet den Einsatz von GNU/Linux-Systemen in Großbritannien.
|
||||
Wir weisen darauf hin, dass die OSiE den Begriff "Open Source" verwendet, den wir aus
|
||||
<a href="../documents/whyfs.de.html">verschiedenen Gründen</a> ablehnen.
|
||||
<a href="/documents/whyfs.de.html">verschiedenen Gründen</a> ablehnen.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
@ -91,7 +91,7 @@
|
||||
Die <a href="http://www.laka.lv/">Latvian Open Source Association</a> (LAKA) hilft auch
|
||||
Schulen und fördert den Einsatz von GNU/Linux in Schulen.<br/>
|
||||
Wir weisen darauf hin, dass die OSiE den Begriff "Open Source" verwendet, den wir aus
|
||||
<a href="../documents/whyfs.de.html">verschiedenen Gründen</a> ablehnen.
|
||||
<a href="/documents/whyfs.de.html">verschiedenen Gründen</a> ablehnen.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
||||
Le projet <a href="http://sourceforge.net/projects/osie">Open Source in Education</a>
|
||||
(OSiE) supporte et préconise l'utilisation des systèmes GNU/Linux en Grande-Bretagne.<br/>
|
||||
Veuillez noter qu'OSiE utilise le terme "Open Source", que nous évitons pour
|
||||
<a href="../documents/whyfs.en.html">de multiples raisons</a>.
|
||||
<a href="/documents/whyfs.en.html">de multiples raisons</a>.
|
||||
</li>
|
||||
<li> Le <a href="http://fsub.schule.de/">Freie Software und Bildung e.V.</a>
|
||||
(FSuB e.V., association pour le Logiciel Libre et l'Éducation) promeut l'utilisation
|
||||
@ -90,7 +90,7 @@
|
||||
href="http://www.laka.lv/">Association lituanienne pour l'Open Source</a> (LAKA)
|
||||
aide aussi les écoles et y promeut l'utilisation de GNU/Linux.
|
||||
Veuillez noter qu'OSiE utilise le terme "Open Source", que nous évitons pour
|
||||
<a href="../documents/whyfs.en.html">de multiples raisons</a>.
|
||||
<a href="/documents/whyfs.en.html">de multiples raisons</a>.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
||||
The <a href="http://sourceforge.net/projects/osie">Open Source in Education</a>
|
||||
Project (OSiE) supports and advocates the use of GNU/Linux systems in the UK.<br/>
|
||||
Please note that OSiE uses the term "Open Source" which we avoid for
|
||||
<a href="../documents/whyfs.en.html">various reasons</a>.
|
||||
<a href="/documents/whyfs.en.html">various reasons</a>.
|
||||
</li>
|
||||
<li>
|
||||
The <a href="http://fsub.schule.de/">Freie Software und Bildung e.V.</a>
|
||||
@ -90,11 +90,11 @@
|
||||
The <a href="http://www.laka.lv/">Latvian Open Source Association</a> (LAKA) also helps
|
||||
schools and promotes the use of GNU/Linux in schools.<br/>
|
||||
Please note that LAKA uses the term "Open Source" which we avoid for
|
||||
<a href="../documents/whyfs.en.html">various reasons</a>.
|
||||
<a href="/documents/whyfs.en.html">various reasons</a>.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a href="column"></a>
|
||||
<a name="column"></a>
|
||||
<h3>Column</h3>
|
||||
|
||||
<p>
|
||||
@ -102,7 +102,7 @@
|
||||
the FSF Europe explicitly and actively supports under its roof.
|
||||
</p>
|
||||
|
||||
<a href="contact"></a>
|
||||
<a name="contact"></a>
|
||||
<h3>Contact</h3>
|
||||
|
||||
<p>
|
||||
|
@ -380,8 +380,14 @@ while (my ($file, $langs) = each %bases) {
|
||||
# In post-processing, we replace links pointing back to ourselves
|
||||
# so that they point to the correct language.
|
||||
#
|
||||
foreach ($results->documentElement->getElementsByTagName("a")) {
|
||||
my @hrefs = $results->documentElement->getElementsByTagName("a");
|
||||
push(@hrefs, $results->documentElement->getElementsByTagName("A"));
|
||||
|
||||
foreach (@hrefs) {
|
||||
my $href = $_->getAttribute("href");
|
||||
if ($href =~ /^http:\/\/www.fsfeurope.org/) {
|
||||
$href =~ s/http:\/\/www.fsfeurope.org//;
|
||||
}
|
||||
if ($href !~ /^http/) {
|
||||
if ($href !~ /\.html$/) {
|
||||
if (-d $opts{i}."/$href") {
|
||||
|
@ -13,9 +13,8 @@
|
||||
<menu id="menu/donate">/help/donate.html</menu>
|
||||
<menu id="menu/order">/order/order.html</menu>
|
||||
<menu id="menu/contact">/contact/contact.html</menu>
|
||||
<menu id="menu/thankgnus">/help/thankgnus-2003.html</menu>
|
||||
<menu id="menu/thankgnus">/help/thankgnus.html</menu>
|
||||
<menu id="menu/press">/press/</menu>
|
||||
<menu id="menu/news">/news/news.html</menu>
|
||||
<menu id="menu/associates">/associates/associates.html</menu>
|
||||
</menuset>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user