diff options
Diffstat (limited to 'mailman/archives')
-rw-r--r-- | mailman/archives/.htaccess | 4 | ||||
-rw-r--r-- | mailman/archives/README.da.html | 7 | ||||
-rw-r--r-- | mailman/archives/README.en.html | 7 |
3 files changed, 18 insertions, 0 deletions
diff --git a/mailman/archives/.htaccess b/mailman/archives/.htaccess new file mode 100644 index 0000000..70f2844 --- /dev/null +++ b/mailman/archives/.htaccess @@ -0,0 +1,4 @@ +Options +MultiViews +ReadmeName README + +# Remember to add a symlink from README.html to README.en.html diff --git a/mailman/archives/README.da.html b/mailman/archives/README.da.html new file mode 100644 index 0000000..e64dfc4 --- /dev/null +++ b/mailman/archives/README.da.html @@ -0,0 +1,7 @@ +<HTML> +<HEAD></HEAD> +<BODY> +Dette er "bagvejen" ind til Homebase mailinglists. Det anbefales at bruge <A href="/mailman/listinfo/">denne indgang</A> istedet.<BR> +Det er helt bevidst at disse mailinglists er offentligt tilgængelige. Læs mere <A href="/teknik.html">her</A> og <A href="http://dr.jones.dk/redpill/">her</A>. +</BODY> +</HTML> diff --git a/mailman/archives/README.en.html b/mailman/archives/README.en.html new file mode 100644 index 0000000..428cec7 --- /dev/null +++ b/mailman/archives/README.en.html @@ -0,0 +1,7 @@ +<HTML> +<HEAD></HEAD> +<BODY> +This is the "back door" to Homebase mailinglists. It is recommended to use <A href="/mailman/listinfo/">this entrance</A> instead.<BR> +It is intended that these mailinglists are publicly accessible. Read more <A href="/teknik.html">here</A> and <A href="http://dr.jones.dk/redpill/">here</A>. +</BODY> +</HTML> |