diff options
author | Mark Sapiro <msapiro@value.net> | 2012-11-24 16:48:13 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2012-11-24 16:48:13 -0800 |
commit | d90c13daa49cdb3ec1a3c17baf6d0c200bbde5c8 (patch) | |
tree | 3ccd68e915b36919c226c550355a97cda0e4ab21 /contrib/README.sitemap | |
parent | 93037ce44ab48aabad4564fbdfe1c967908e8ae8 (diff) | |
download | mailman2-d90c13daa49cdb3ec1a3c17baf6d0c200bbde5c8.tar.gz mailman2-d90c13daa49cdb3ec1a3c17baf6d0c200bbde5c8.tar.xz mailman2-d90c13daa49cdb3ec1a3c17baf6d0c200bbde5c8.zip |
Added sitemap script from Tomasz Chmielewski to contrib/.
Diffstat (limited to 'contrib/README.sitemap')
-rw-r--r-- | contrib/README.sitemap | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/README.sitemap b/contrib/README.sitemap new file mode 100644 index 00000000..88932610 --- /dev/null +++ b/contrib/README.sitemap @@ -0,0 +1,18 @@ +A bash script from Tomasz Chmielewski <mangoo@wpkg.org>. + +If you ever wondered how to generate a sitemap file for Mailman (the GNU +Mailing List Manager), to be submitted i.e. to Google, here is how. + +All you have to do is replace a few variables, and submit the sitemap to +your favourite search engine. Consider using the new in 2.1.16 -p or +--public-archive option to Mailman's bin/list_lists to generate the list of +lists to process. I.e., + +LISTS=`/path/to/mailman/bin/list_lists -p -b` + +It is based on a real website running Mailman: http://lists.wpkg.org + +With sitemap code, it takes around 5 seconds to generate a sitemap consisting +of 10000 articles. + +Run it once a day via cron. |