Comment 0 for bug 266553

Revision history for this message
Ppsys (ppsys) wrote :

This patch is applicable to Mailman 2.0.6 release and
supercedes ealier patches 401669 and 402422.

This patch should improve the quality of search
results returned by search engines
such as htdig (http://www.htdig.org) where the seach
engine's index builder responds
to strings embedded in the html pages that are the
subject of the indexing. The
changes in this patch:

1. allow strings for enabling and disabling indexing
to be defined in mm_cfg.py.

2. embeds those strings in the pages generated as the
html version of a list's
   archive.

By default nothing in the html changes. To get the
desired effect, you must
define ARCHIVE_INDEXING_ENABLE and
ARCHIVE_INDEXING_DISABLE in mm_cfg.py

You probably want to run this patch as follows:

cd <mailman 2.0.6 untarred and unzipped directory>
patch -p1 < <this patch file>

See also the associated patch for integrating the
htdig search software with mailman's internal archiver
ouput.

[http://sourceforge.net/tracker/index.php?func=detail&aid=444879&group_id=103&atid=300103]