Re: [Mailman-Users] Integration with external search engine

2010-12-22 Thread Lukáš Vlček
Thanks a lot Mark. Appreciate this! Regards, Lukas Dne 22.12.2010 18:35 "Mark Sapiro" napsal(a): > On 12/22/2010 5:26 AM, Lukáš Vlček wrote: >> >> What is the Mailman algorithm to number individual HTML representations >> of mails? > > > Sequential in order of arrival. > > >> My understanding was

Re: [Mailman-Users] Integration with external search engine

2010-12-22 Thread Mark Sapiro
On 12/22/2010 5:26 AM, Lukáš Vlček wrote: > > What is the Mailman algorithm to number individual HTML representations > of mails? Sequential in order of arrival. > My understanding was that once the new mail is received by Mailman then > it is processed, appended to mbox accumulated file and p

Re: [Mailman-Users] Integration with external search engine

2010-12-22 Thread Lukáš Vlček
Hi Mark, again, thanks for your time. See my comments and questions below: On Tue, Dec 21, 2010 at 11:33 PM, Mark Sapiro wrote: > On 12/18/2010 5:45 AM, Lukáš Vlček wrote: > > > > On Sat, Dec 18, 2010 at 4:31 AM, Mark Sapiro > > wrote: > > > > find /path/to/archive

Re: [Mailman-Users] Integration with external search engine

2010-12-21 Thread Mark Sapiro
On 12/18/2010 5:45 AM, Lukáš Vlček wrote: > > On Sat, Dec 18, 2010 at 4:31 AM, Mark Sapiro > wrote: > > find /path/to/archives/private/LISTNAME \ > | egrep "[0-9]{6}.html" \ > | sed "s;.*archives/private;http://www.example.com/pipermail;"; > > with the

Re: [Mailman-Users] Integration with external search engine

2010-12-18 Thread Lukáš Vlček
Hi Mark, First of all, thanks for your time. Your help is very valuable. see below for my comments and questions: On Sat, Dec 18, 2010 at 4:31 AM, Mark Sapiro wrote: > On 12/17/2010 4:55 AM, Lukáš Vlček wrote: > > > > I am looking at a best practice way how to integrate mailman with > external

Re: [Mailman-Users] Integration with external search engine

2010-12-17 Thread Mark Sapiro
On 12/17/2010 4:55 AM, Lukáš Vlček wrote: > > I am looking at a best practice way how to integrate mailman with external > search engine. I found the following Wiki page [1] which contains a link to > Ext_Arch.py template which is brainchild of Mark Sapiro and Cedric Jeanneret > [2]. Cerdic was af

Re: [Mailman-Users] Integration with external search engine

2010-12-17 Thread Lukáš Vlček
Forgot to mention Mailman version: 2.1.13 On Fri, Dec 17, 2010 at 1:55 PM, Lukáš Vlček wrote: > Hi, > > Short version - I have two questions: > == > > 1) How to setup external archiver so that the email content gets indexed by > external search engine > 2) How

[Mailman-Users] Integration with external search engine

2010-12-17 Thread Lukáš Vlček
Hi, Short version - I have two questions: == 1) How to setup external archiver so that the email content gets indexed by external search engine 2) How to (re)index existing content from mail list by external search engine Longer version: ==