[Mailman-Developers] [ mailman-Patches-590655 ] listinfo page shows lists not on server

noreply@sourceforge.net noreply@sourceforge.net
Tue Nov 19 03:48:29 2002


Patches item #590655, was opened at 2002-08-03 21:33
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=590655&group_id=103

Category: Web UI
Group: Mailman 2.0.x
Status: Open
Resolution: None
>Priority: 1
Submitted By: Joshua Eichen (jeichen)
Assigned to: Nobody/Anonymous (nobody)
Summary: listinfo page shows lists not on server

Initial Comment:
This patch allows for lists that are not on the server
to be read from an xml file and displayed on the list
of lists page.  It  supports virtual hosts and the
categories patch by andy_cat
<http://sourceforge.net/tracker/index.php?func=detail&aid=483696&group_id=103&atid=300103>

You need a python xml package with a sax2 reader for
this to work.
There are three varibles you need to add:
XML_LIBRARY: where the xml library is installed up to
'_xmlplus/'
OSL_FILE: where the list of off site lists are stored.
USE_OFF_SITE_LISTS: set to 1 to turn on.

The xml file look like this:
<servers>
   <list title='test1'>
      <url>http://testl</url>
      <description>Test description</description>
      <vhost>localhost</vhost>
  </list>
  <list title='example 1'>
      <url>http://nope.info</url>
      <description>Examplek</description>
      <vhost>exmaple1.com</vhost>
      <categories>example1</categories>
  </list>
</servers>

Changed files:
listinfo.py
Defaults.py
OffSiteList.py



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=590655&group_id=103



More information about the Mailman-Developers mailing list