summaryrefslogtreecommitdiff
path: root/templates/pl
diff options
context:
space:
mode:
authorbwarsaw2003-04-19 22:13:23 +0000
committerbwarsaw2003-04-19 22:13:23 +0000
commit191f5637c05420e2c48498cdfecdb4a0cac64189 (patch)
treee532543d620ee0f9b312e9eec7d74886d4ffc853 /templates/pl
parent643ebf16a85411e46481de986f2fe998e77f276f (diff)
downloadmailman-191f5637c05420e2c48498cdfecdb4a0cac64189.tar.gz
mailman-191f5637c05420e2c48498cdfecdb4a0cac64189.tar.zst
mailman-191f5637c05420e2c48498cdfecdb4a0cac64189.zip
GetConfigInfo(): Finally! Added the user_* substitutions for when
personalization is enabled to the msg_header and msg_footer details. Also, updated the i18n headfoot.html templates as best I could. I removed the <code> markup around the variable names and removed all references to _internal_name. Other fixes as well. I may not have gotten everything right, so i18n'ers should double check their language template -- especially for the Asian languages.
Diffstat (limited to 'templates/pl')
-rw-r--r--templates/pl/headfoot.html19
1 files changed, 9 insertions, 10 deletions
diff --git a/templates/pl/headfoot.html b/templates/pl/headfoot.html
index 2d5e6d9f0..352da1b89 100644
--- a/templates/pl/headfoot.html
+++ b/templates/pl/headfoot.html
@@ -4,26 +4,25 @@ format strings</a> which are resolved against list attributes. The
list of substitutions allowed are:
<ul>
- <li><b><code>real_name</code></b> - The `pretty' name of the list; usually
+ <li><b>real_name</b> - The `pretty' name of the list; usually
the list name with capitalization.
- <li><b><code>list_name</code></b> - The name by which the list is
- identified in URLs, where case is significant. (For backwards
- compability, <code>_internal_name</code> is equivalent.)
+ <li><b>list_name</b> - The name by which the list is
+ identified in URLs, where case is significant.
- <li><b><code>host_name</code></b> - The fully qualified domain name
+ <li><b>host_name</b> - The fully qualified domain name
that the list server runs on.
- <li><b><code>web_page_url</code></b> - The base URL for Mailman. This
+ <li><b>web_page_url</b> - The base URL for Mailman. This
can be appended with,
- e.g. <em><code>listinfo/%(internal_name)s</code></em> to yield the
+ e.g. <em>listinfo/%(list_name)s</em> to yield the
listinfo page for the mailing list.
- <li><b><code>description</code></b> - The brief description of the
+ <li><b>description</b> - The brief description of the
mailing list.
- <li><b><code>info</code></b> - The full description of the mailing
+ <li><b>info</b> - The full description of the mailing
list.
- <li><b><code>cgiext</code></b> - The extension added to CGI scripts.
+ <li><b>cgiext</b> - The extension added to CGI scripts.
</ul>