summaryrefslogtreecommitdiff
path: root/src/mailman/templates/en/emptyarchive.html
diff options
context:
space:
mode:
authorBarry Warsaw2009-01-25 13:01:41 -0500
committerBarry Warsaw2009-01-25 13:01:41 -0500
commiteefd06f1b88b8ecbb23a9013cd223b72ca85c20d (patch)
tree72c947fe16fce0e07e996ee74020b26585d7e846 /src/mailman/templates/en/emptyarchive.html
parent07871212f74498abd56bef3919bf3e029eb8b930 (diff)
downloadmailman-eefd06f1b88b8ecbb23a9013cd223b72ca85c20d.tar.gz
mailman-eefd06f1b88b8ecbb23a9013cd223b72ca85c20d.tar.zst
mailman-eefd06f1b88b8ecbb23a9013cd223b72ca85c20d.zip
Push the source directory into a 'src' subdirectory so that zc.buildout works
correctly regardless of how it's used.
Diffstat (limited to 'src/mailman/templates/en/emptyarchive.html')
-rw-r--r--src/mailman/templates/en/emptyarchive.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mailman/templates/en/emptyarchive.html b/src/mailman/templates/en/emptyarchive.html
new file mode 100644
index 000000000..2f10766ce
--- /dev/null
+++ b/src/mailman/templates/en/emptyarchive.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The %(listname)s Archives</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <h1>The %(listname)s Archives </h1>
+ <p>
+ No messages have been posted to this list yet, so the archives are
+ currently empty. You can get <a href="%(listinfo)s">more information
+ about this list</a>.
+ </p>
+ </BODY>
+ </HTML>