aboutsummaryrefslogtreecommitdiffstats
path: root/catalan/mirror
diff options
context:
space:
mode:
authorJordi Mallach <jordi>2002-02-06 19:26:52 +0000
committerJordi Mallach <jordi>2002-02-06 19:26:52 +0000
commit7b32dda118f32dc4feb7080ead38650155511fed (patch)
tree33b08a9ceb319767b9a56ee6c34a7bcd0dfd7cfa /catalan/mirror
parentdd008d1babe0f5da2ec8f958edd6952c1c97c2da (diff)
Updates to outdated pages, and new pages from Antoni Bella in releases/woody/ and mirror/.
CVS version numbers catalan/donations.wml: 1.7 -> 1.8 catalan/intro/about.wml: 1.3 -> 1.4 catalan/mirror/Makefile: INITIAL -> 1.1 catalan/mirror/official_sponsors.wml: INITIAL -> 1.1 catalan/misc/equipment_donations.wml: INITIAL -> 1.1 catalan/misc/related_links.wml: 1.5 -> 1.6 catalan/releases/potato/index.wml: 1.3 -> 1.4 catalan/releases/woody/credits.wml: INITIAL -> 1.1 catalan/releases/woody/errata.wml: INITIAL -> 1.1 catalan/releases/woody/installmanual.wml: INITIAL -> 1.1 catalan/releases/woody/releasenotes.wml: INITIAL -> 1.1 catalan/releases/woody/reportingbugs.wml: INITIAL -> 1.1
Diffstat (limited to 'catalan/mirror')
-rw-r--r--catalan/mirror/Makefile53
-rw-r--r--catalan/mirror/official_sponsors.wml17
2 files changed, 70 insertions, 0 deletions
diff --git a/catalan/mirror/Makefile b/catalan/mirror/Makefile
new file mode 100644
index 00000000000..012b2a92545
--- /dev/null
+++ b/catalan/mirror/Makefile
@@ -0,0 +1,53 @@
+# This Makefile should need no changes from webwml/english/mirror/Makefile
+# Please send a message to debian-www if you need to modify anything
+# so the problem can be fixed.
+
+WMLBASE=..
+CUR_DIR=mirror
+SUBS=
+
+include $(WMLBASE)/Make.lang
+
+
+submit.$(LANGUAGE).html: submit.wml $(ENGLISHDIR)/mirror/countries.data \
+ $(TEMPLDIR)/countries.wml
+webmirror.$(LANGUAGE).html: webmirror.wml $(TEMPLDIR)/template.wml \
+ $(ENGLISHSRCDIR)/mirror/webmirrors.data
+official_sponsors.$(LANGUAGE).html: official_sponsors.wml \
+ $(TEMPLDIR)/template.wml $(ENGLISHDIR)/mirror/official_sponsors.list
+ftpmirror.$(LANGUAGE).html: ftpmirror.wml $(TEMPLDIR)/template.wml \
+ $(TEMPLDIR)/toc.wml
+
+# there only needs to be one version of the following so
+# the non-english directories shouldn't try to install them
+ifeq "$(LANGUAGE)" "en"
+
+# Note: the masterlist file is kept private since it contains e-mail addresses
+mirrorstuff := ftpsync ftpsync.conf websync websync.conf \
+ identity.pub.master.ftp identity.pub.master.web \
+ anonftpsync \
+ ftpsync-non-US ftpsync-non-US.conf identity.pub.non-US.ftp
+destmirrorstuff := $(patsubst %,$(HTMLDIR)/%,$(mirrorstuff))
+
+install:: $(destmirrorstuff)
+
+$(destmirrorstuff): $(HTMLDIR)/%: %
+ install -m 664 -p $< $(HTMLDIR)
+
+cleandest::
+ rm -f $(destmirrorstuff)
+
+.PHONY: text html full nonus
+text: mirror_list.pl Mirrors.masterlist
+ @./mirror_list.pl -m Mirrors.masterlist -t text
+html: mirror_list.pl Mirrors.masterlist
+ @./mirror_list.pl -m Mirrors.masterlist -t html
+full: mirror_list.pl Mirrors.masterlist
+ @./mirror_list.pl -m Mirrors.masterlist -t methods
+nonus: mirror_list.pl Mirrors.masterlist
+ @./mirror_list.pl -m Mirrors.masterlist -t nonus
+
+$(ENGLISHDIR)/mirror/official_sponsors.list: \
+ $(ENGLISHDIR)/mirror/mirror_list.pl $(ENGLISHDIR)/mirror/Mirrors.masterlist
+ ./mirror_list.pl -m Mirrors.masterlist -t sponsors > $@
+endif
diff --git a/catalan/mirror/official_sponsors.wml b/catalan/mirror/official_sponsors.wml
new file mode 100644
index 00000000000..a2cdaae5e7b
--- /dev/null
+++ b/catalan/mirror/official_sponsors.wml
@@ -0,0 +1,17 @@
+#use wml::debian::template title="Esponsors de les rèpliques oficials de Debian" BARETITLE=true
+#use wml::debian::translation-check translation="1.1"
+
+<h2>Rèpliques de l'arxiu FTP de Debian</h2>
+
+<table border="0" align="center" width="100%">
+<tr>
+ <th>Pais</th>
+ <th>Lloc</th>
+ <th>Esponsors</th>
+</tr>
+
+#include "$(ENGLISHDIR)/mirror/official_sponsors.list"
+
+<hrline>
+
+<p><a href="official">Més informació a sobre de les rèpliques oficials</a></p>

© 2014-2024 Faster IT GmbH | imprint | privacy policy