Re: [Mailman-Users] Mailman version 2.1.16 -- Search of *private* archives?

2019-08-24 Thread Mark Dale


Hi,

It sounds like you now have it sorted with Namazu, but for what it's
worth there is an excellent guide to install Namazu "out of the box" on
Mailman 2.1.* at:

http://bakacsin.ki.iif.hu/~kissg/project/mailman+namazu/

And no issues with Private archives or incorrect URLs.

/Mark


On 25/8/19 8:07 am, Robert Heller wrote:
> At Sat, 24 Aug 2019 14:20:42 -0700 Mark Sapiro  wrote:
> 
>>
>> On 8/24/19 1:15 PM, Robert Heller wrote:
>>>
>>> OK, I have installed Namazu, which will do what I want, *BUT* pipermail.pl 
>>> is 
>>> missing from the tarball I downloaded from the Namazu website.  Where can I 
>>> get that file.  At this point, the search works, but the URI's are wrong 
>>> (local file name, not the proper mailman URL).
>>
>>
>> I can't answer directly, but see
>> .
>>
> 
> I figured out how to hack the Namazu code to incldue a "replacement" function 
> and passed it on to the re-index function.  I think that will work.  (Perl is 
> almost as bad as APL -- the only thing about Perl is that it uses "normal" 
> ASCII, but still is pretty much write-only code, like APL.)
> 
> 
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailman version 2.1.16 -- Search of *private* archives?

2019-08-24 Thread Robert Heller
At Sat, 24 Aug 2019 14:20:42 -0700 Mark Sapiro  wrote:

> 
> On 8/24/19 1:15 PM, Robert Heller wrote:
> > 
> > OK, I have installed Namazu, which will do what I want, *BUT* pipermail.pl 
> > is 
> > missing from the tarball I downloaded from the Namazu website.  Where can I 
> > get that file.  At this point, the search works, but the URI's are wrong 
> > (local file name, not the proper mailman URL).
> 
> 
> I can't answer directly, but see
> .
> 

I figured out how to hack the Namazu code to incldue a "replacement" function 
and passed it on to the re-index function.  I think that will work.  (Perl is 
almost as bad as APL -- the only thing about Perl is that it uses "normal" 
ASCII, but still is pretty much write-only code, like APL.)


-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

  
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailman version 2.1.16 -- Search of *private* archives?

2019-08-24 Thread Mark Sapiro
On 8/24/19 1:15 PM, Robert Heller wrote:
> 
> It is not clear if any of the options on that page will work for *private* 
> archives.  Most seem to be using an *external* third party search engine.  
> I'm 
> guessing I need to write a script (*I* don't know phthon and don't really 
> like 
> PHP) to do the searching and indexing on my server.


Ther HtDig branch at 
definitely works with private archives. I use it.

If you don't want to install that branch which is based on 2.1.29+,
there is a 2.1.16 version of Richard Barrett's htdig and indexing
patches on which this is based at
. Also see


You can get htdig at
.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailman version 2.1.16 -- Search of *private* archives?

2019-08-24 Thread Mark Sapiro
On 8/24/19 1:15 PM, Robert Heller wrote:
> 
> OK, I have installed Namazu, which will do what I want, *BUT* pipermail.pl is 
> missing from the tarball I downloaded from the Namazu website.  Where can I 
> get that file.  At this point, the search works, but the URI's are wrong 
> (local file name, not the proper mailman URL).


I can't answer directly, but see
.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailman version 2.1.16 -- Search of *private* archives?

2019-08-24 Thread Robert Heller
At Sat, 24 Aug 2019 08:46:50 -0700 Mark Sapiro  wrote:

> 
> On 8/24/19 5:59 AM, Robert Heller wrote:
> > Is it possible to have a search (eg by keyword) feature available for 
> > private 
> > archives with Mailman version 2.1.16?  There is no obvious setting for it.
> 
> 
> See .

OK, I have installed Namazu, which will do what I want, *BUT* pipermail.pl is 
missing from the tarball I downloaded from the Namazu website.  Where can I 
get that file.  At this point, the search works, but the URI's are wrong 
(local file name, not the proper mailman URL).

> 

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services
 
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailman version 2.1.16 -- Search of *private* archives?

2019-08-24 Thread Robert Heller
At Sat, 24 Aug 2019 08:46:50 -0700 Mark Sapiro  wrote:

> 
> On 8/24/19 5:59 AM, Robert Heller wrote:
> > Is it possible to have a search (eg by keyword) feature available for 
> > private 
> > archives with Mailman version 2.1.16?  There is no obvious setting for it.
> 
> 
> See .

It is not clear if any of the options on that page will work for *private* 
archives.  Most seem to be using an *external* third party search engine.  I'm 
guessing I need to write a script (*I* don't know phthon and don't really like 
PHP) to do the searching and indexing on my server.

> 

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services
  
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mailman version 2.1.16 -- Search of *private* archives?

2019-08-24 Thread Mark Sapiro
On 8/24/19 5:59 AM, Robert Heller wrote:
> Is it possible to have a search (eg by keyword) feature available for private 
> archives with Mailman version 2.1.16?  There is no obvious setting for it.


See .

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Mailman version 2.1.16 -- Search of *private* archives?

2019-08-24 Thread Robert Heller
Is it possible to have a search (eg by keyword) feature available for private 
archives with Mailman version 2.1.16?  There is no obvious setting for it.

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

 
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org