Mark Sapiro wrote: >Dan Mahoney, System Admin wrote: >> >>After updating to 2.1.11 (from BSD ports, against python2.5), I'm seeing >>that several of my list archives have the word "True" scattered througout >>(at the bottoms of tables). >> >>Something like this: >> >> <td>October 2008:</td> >> <td> >> <A href="2008-October/thread.html">[ Thread ]</a> >> >> <A href="2008-October/subject.html">[ Subject ]</a> >> <A href="2008-October/author.html">[ Author ]</a> >>True >> <A href="2008-October/date.html">[ Date ]</a> >><!--htdig_noindex--> > > >I don't know where the "True" is coming from, but <!--htdig_noindex--> >comes from Richard Barrett's archive indexer and htdig patches ><http://www.openinfo.co.uk/mm/index.html>, so I suspect the problem is >somehow related. If you installed these patches, I suggest you review >what was done there. If they are part of the BSD port, I suggest you >contact the packager.
Nevermind... I took a closer look at my own archives and I see it is related to Richard's patches, but it is not the patch that's the problem. The 'True' is supposed to be "<!--/htdig_noindex-->" The problem is that you have (probably in mm_cfg.py, but maybe in Defaults.py) ARCHIVE_INDEXING_ENABLE = 'True' instead of or overriding ARCHIVE_INDEXING_ENABLE = '<!--/htdig_noindex-->' -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
