diff options
| author | bwarsaw | 2000-09-17 06:37:22 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-09-17 06:37:22 +0000 |
| commit | 46ac192c2532bed1fae8399015ac1aa737f6733f (patch) | |
| tree | 747e95f71dd5ce969ee4213c4072fe37488929f1 | |
| parent | d1713558d16d2f17fa283d1a2e0982edab9b355b (diff) | |
| download | mailman-46ac192c2532bed1fae8399015ac1aa737f6733f.tar.gz mailman-46ac192c2532bed1fae8399015ac1aa737f6733f.tar.zst mailman-46ac192c2532bed1fae8399015ac1aa737f6733f.zip | |
| -rw-r--r-- | templates/headfoot.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/headfoot.html b/templates/headfoot.html new file mode 100644 index 000000000..1aaa0834d --- /dev/null +++ b/templates/headfoot.html @@ -0,0 +1,25 @@ +This text can include <b><code>%(attribute)s</code></b> format strings +which are resolved against the list's attributes. Some useful +attributes are: + +<ul> + <li><b><code>real_name</code></b> - The `pretty' name of the list; usually + the list name with capitalization. + + <li><b><code>_internal_name</code></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 + that the list server runs on. + + <li><b><code>web_page_url</code></b> - The base URL for Mailman. This + can be appended with, + e.g. <em><code>listinfo/%(_internal_name)s</code></em> to yield the + listinfo page for the mailing list. + + <li><b><code>description</code></b> - The brief description of the + mailing list. + + <li><b><code>info</code></b> - The full description of the mailing + list. +</ul> |
