1
A bash script from Tomasz Chmielewski <mangoo@wpkg.org>.
3
If you ever wondered how to generate a sitemap file for Mailman (the GNU
4
Mailing List Manager), to be submitted i.e. to Google, here is how.
6
All you have to do is replace a few variables, and submit the sitemap to
7
your favourite search engine. Consider using the new in 2.1.16 -p or
8
--public-archive option to Mailman's bin/list_lists to generate the list of
9
lists to process. I.e.,
11
LISTS=`/path/to/mailman/bin/list_lists -p -b`
13
It is based on a real website running Mailman: http://lists.wpkg.org
15
With sitemap code, it takes around 5 seconds to generate a sitemap consisting
18
Run it once a day via cron.