aboutsummaryrefslogtreecommitdiffstats
path: root/templates/de/headfoot.html
diff options
context:
space:
mode:
author <>2003-01-02 05:25:50 +0000
committer <>2003-01-02 05:25:50 +0000
commitb132a73f15e432eaf43310fce9196ca0c0651465 (patch)
treec15f816ba7c4de99fef510e3bd75af0890d47441 /templates/de/headfoot.html
downloadmailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.gz
mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.xz
mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.zip
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/de/headfoot.html')
-rw-r--r--templates/de/headfoot.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/templates/de/headfoot.html b/templates/de/headfoot.html
new file mode 100644
index 00000000..4e8d1b0d
--- /dev/null
+++ b/templates/de/headfoot.html
@@ -0,0 +1,32 @@
+<!-- updated to en 2.1 -->
+Dieser Text kann sogenannte
+<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python
+format strings</a> nach dem Muster <b><code>%(attribut)s</code></b>
+enthalten, die durch listenspezifische Werte ersetzt werden.
+
+Mögliche derartige "Attribute" sind:
+
+<ul>
+ <li><b><code>real_name</code></b> - Der "hübsche" Name der Liste;
+üblicherweise der Listenname in Groß-/Kleinschreibung.
+
+ <li><b><code>list_name</code></b> - Der Name der Liste für diverse URLs,
+wo die Groß-/Kleinschreibung wichtig ist (aus Gründen der
+Abwärtskompatibilität funktioniert auch <code>_internal_name</code>).
+
+ <li><b><code>host_name</code></b> - Der FQDN (fully qualified domain
+name) des Listservers.
+
+ <li><b><code>web_page_url</code></b> - Die Basis-URL für Mailman. Daran
+wird zB <em><code>listinfo/%(internal_name)s</code></em> angehängt, um die
+URL der Infoseite der Liste zu erhalten.
+
+ <li><b><code>description</code></b> - Eine kurze Beschreibung der
+Mailingsliste.
+
+ <li><b><code>info</code></b> - Die ausführliche Beschreibung der
+Mailingliste.
+
+ <li><b><code>cgiext</code></b> - Die Dateinamenerweiterung für CGI
+scripts.
+</ul> \ No newline at end of file