diff options
author | bwarsaw <> | 2006-09-05 01:20:57 +0000 |
---|---|---|
committer | bwarsaw <> | 2006-09-05 01:20:57 +0000 |
commit | a8476440a8b8198b888b63c4e116a2cb51c18a4a (patch) | |
tree | c7c30068552e0f83e4f6fbd310025014d535e782 /admin | |
parent | 588bb3d2a9be8d07a81e5e612ba84b0808809189 (diff) | |
download | mailman2-a8476440a8b8198b888b63c4e116a2cb51c18a4a.tar.gz mailman2-a8476440a8b8198b888b63c4e116a2cb51c18a4a.tar.xz mailman2-a8476440a8b8198b888b63c4e116a2cb51c18a4a.zip |
Updates for 2.1.9 and beyond. Remove the inthenews.ht files and instead
include a new 'Community' link in the topbar that points to the COM space in
the wiki.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/www/MMGenerator.py | 16 | ||||
-rw-r--r-- | admin/www/admins.html | 6 | ||||
-rw-r--r-- | admin/www/bugs.html | 6 | ||||
-rw-r--r-- | admin/www/devs.html | 6 | ||||
-rw-r--r-- | admin/www/docs.html | 6 | ||||
-rw-r--r-- | admin/www/download.html | 6 | ||||
-rw-r--r-- | admin/www/faq.html | 6 | ||||
-rw-r--r-- | admin/www/features.html | 6 | ||||
-rw-r--r-- | admin/www/help.html | 6 | ||||
-rw-r--r-- | admin/www/i18n.html | 6 | ||||
-rw-r--r-- | admin/www/index.html | 6 | ||||
-rw-r--r-- | admin/www/install.html | 6 | ||||
-rw-r--r-- | admin/www/inthenews.ht | 659 | ||||
-rw-r--r-- | admin/www/inthenews.html | 822 | ||||
-rw-r--r-- | admin/www/jwzrebuttal.html | 6 | ||||
-rw-r--r-- | admin/www/lists.html | 6 | ||||
-rw-r--r-- | admin/www/mgrs.html | 6 | ||||
-rw-r--r-- | admin/www/mirrors.html | 6 | ||||
-rw-r--r-- | admin/www/otherstuff.html | 6 | ||||
-rw-r--r-- | admin/www/requirements.html | 6 | ||||
-rw-r--r-- | admin/www/security.html | 6 | ||||
-rw-r--r-- | admin/www/site.html | 6 | ||||
-rw-r--r-- | admin/www/todo.html | 8 | ||||
-rw-r--r-- | admin/www/users.html | 6 | ||||
-rw-r--r-- | admin/www/version.html | 6 |
25 files changed, 75 insertions, 1556 deletions
diff --git a/admin/www/MMGenerator.py b/admin/www/MMGenerator.py index 73842183..75637a8e 100644 --- a/admin/www/MMGenerator.py +++ b/admin/www/MMGenerator.py @@ -16,14 +16,14 @@ from LinkFixer import LinkFixer sitelinks = [ # Row 1 - ('%(rootdir)s/index.html', 'Home'), - ('%(rootdir)s/security.html', 'Security'), - ('%(rootdir)s/docs.html', 'Documentation'), - ('%(rootdir)s/lists.html', 'Mailing lists'), - (None, ' '), - ('%(rootdir)s/help.html', 'Help'), - ('%(rootdir)s/download.html', 'Download'), - ('%(rootdir)s/devs.html', 'Developers'), + ('%(rootdir)s/index.html', 'Home'), + ('%(rootdir)s/security.html', 'Security'), + ('%(rootdir)s/docs.html', 'Documentation'), + ('%(rootdir)s/lists.html', 'Mailing Lists'), + ('http://wiki.list.org/x/DQ', 'Community'), + ('%(rootdir)s/help.html', 'Help'), + ('%(rootdir)s/download.html', 'Download'), + ('%(rootdir)s/devs.html', 'Developers'), ] diff --git a/admin/www/admins.html b/admin/www/admins.html index 28346cdc..450d1d3e 100644 --- a/admin/www/admins.html +++ b/admin/www/admins.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:46:58 2006 --> +<!-- Mon Sep 4 21:18:03 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/bugs.html b/admin/www/bugs.html index 92076e72..a4c57603 100644 --- a/admin/www/bugs.html +++ b/admin/www/bugs.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:46:58 2006 --> +<!-- Mon Sep 4 21:18:04 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/devs.html b/admin/www/devs.html index 75cff5b4..85991f32 100644 --- a/admin/www/devs.html +++ b/admin/www/devs.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:46:58 2006 --> +<!-- Mon Sep 4 21:18:04 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/docs.html b/admin/www/docs.html index f2711005..186712ac 100644 --- a/admin/www/docs.html +++ b/admin/www/docs.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:46:58 2006 --> +<!-- Mon Sep 4 21:18:04 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <b>Documentation</b> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/download.html b/admin/www/download.html index 6ee2c799..07e1f29e 100644 --- a/admin/www/download.html +++ b/admin/www/download.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:46:58 2006 --> +<!-- Mon Sep 4 21:18:05 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/faq.html b/admin/www/faq.html index 7df777c7..1bbaa216 100644 --- a/admin/www/faq.html +++ b/admin/www/faq.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:02 2006 --> +<!-- Mon Sep 4 21:18:11 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/features.html b/admin/www/features.html index da97a79b..aec3292d 100644 --- a/admin/www/features.html +++ b/admin/www/features.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:46:59 2006 --> +<!-- Mon Sep 4 21:18:05 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/help.html b/admin/www/help.html index ff9a3a8c..af7695f5 100644 --- a/admin/www/help.html +++ b/admin/www/help.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:46:59 2006 --> +<!-- Mon Sep 4 21:18:05 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <b>Help</b> diff --git a/admin/www/i18n.html b/admin/www/i18n.html index b9d4f16d..18b0cf01 100644 --- a/admin/www/i18n.html +++ b/admin/www/i18n.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:46:59 2006 --> +<!-- Mon Sep 4 21:18:06 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/index.html b/admin/www/index.html index 0086e87e..a7036122 100644 --- a/admin/www/index.html +++ b/admin/www/index.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:46:59 2006 --> +<!-- Mon Sep 4 21:18:06 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/install.html b/admin/www/install.html index 5ae72cb6..b009678a 100644 --- a/admin/www/install.html +++ b/admin/www/install.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:46:59 2006 --> +<!-- Mon Sep 4 21:18:06 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/inthenews.ht b/admin/www/inthenews.ht deleted file mode 100644 index a3141ea2..00000000 --- a/admin/www/inthenews.ht +++ /dev/null @@ -1,659 +0,0 @@ -Title: Mailman in Use and in the News - -<h3>Mailman in Use and in the News</h3> - -Mailman was featured as the March 2004 -<a href="http://sourceforge.net/potm/potm-2004-03.php">SourceForge.net Project -of the Month</a>. - -Mailman was featured as the Project of the Month in the -<a href="http://www.linux-mag.com/2002-05/toc.html">May 2002 issue of -Linux Magazine</a>. - -<p>Mailman was featured in a cover story article in the -<a href="http://www.postfix.org/sunworld-199903.html">March 1999 -issue of SunWorld</a>. The article was -written by Cameron Laird and Kathryn Soraiz. - -<p>Mailman was briefly mentioned in a ZDNet article on GNU/Linux. -This was picked up by MSNBC. Unfortunately, both these links also -appear to be dead now too. - -<p>Zee Source provides a commercial Mailman installer at -<a href="http://mailman.zeesource.net">http://mailman.zeesource.net</a>. -</p> - -<p>Below are the lists of sites using Mailman or providing list hosting -services using Mailman. If you'd like to be included in this list, -please <a href="mailto:mailman-cabal@python.org">let us know</a>. - -<p><b>Notice to Hosting Services:</b> If your site provides mailing -list hosting services using Mailman, please be sure to add yourself to -the <a -href="http://www.python.org/cgi-bin/moinmoin/PythonHosting">Python-Friendly -Web Hosting</a> page. - -<p>The following sites (in no particular order) are known to use -Mailman or Mailman technology to run their mailing lists. - -<ul> - <!-- Chuq von Rospach --> - <li><a href="http://lists.apple.com/">Apple Computer, Inc.</a> - <!-- Luke Tymowski --> - <li><a href="http://lists.us.dell.com/mailman/listinfo">Dell Computers</a> - <!-- Keith Packard --> - <li><a href="http://xfree86.org/">The XFree86 Project, Inc.</a> - <!-- Marc Merlin --> - <li><a href="http://valinux.com/">VA Linux</a> - <li><a href="http://sourceforge.net/">SourceForge.net</a> - <!-- Rajiv Aaron Manglani --> - <li><a href="http://mit.edu/lists/mailman/">Massachusetts - Institute of Technology</a> - <!-- Ricardo Kustner --> - <li><a href="http://www.freshmeat.net/">FreshMeat</a> - <!-- Jason R. Mastaler --> - <li><a href="http://www.xemacs.org/">XEmacs.Org</a> - <!-- Jeff Barger --> - <li><a href="http://www.listserve.com/">ListServe.com</a> - <!-- Sean Reifschneider --> - <li><a href="http://tummy.com/">tummy.com</a> (lots of Linux - lists) - <!-- Roger Pena --> - <li><a href="http://www.redhat.com/">RedHat, Inc.</a> - <li><a href="http://lists.samba.org/">Samba</a> - <!-- Chris Howells --> - <li><a href="http://mail.kde.org/mailman/listinfo">KDE Project</a> - <!-- ??? --> - <li><a href="http://www.pair.com/pair/pairlist/">Pair List</a> - <!-- Sheryl Coe --> - <li><a href="http://www.reportica.net/">Reportica Service - Bureau</a>. Reportica has put up a <a - href="http://www.reportica.net/services/lists/host/screen-index.html" - >demo of their service</a>. - <!-- CarlC --> - <li><a href="http://www.carlc.com/">CarlC Internet Services</a> - <!-- Blaine Fallis --> - <li><a href="http://portal.friendlyweb.net">FriendlyWeb.net</a> - <!-- Barry Warsaw --> - <li><a href="http://www.python.org/sigs/">Python.Org</a> - <li><a href="http://lists.zope.org/">Zope.org</a> - <li><a href="http://www.zope.com/">Zope.com</a> (<em>Yay!</em>) - <!-- Owen Taylor --> - <li><a href="http://mail.gnome.org/">GNOME.Org</a> - <!-- Sarah Stapleton-Gray --> - <li><a href="http://www.now.org/">National Organization of Women</a> - <!-- Nigel Metheringham --> - <li><a href="http://www.exim.org/">Exim.Org</a> (see also Nigel's - <a href="http://www.exim.org/pipermail/exim-users">htdig - extensions</a> in action for searchable archives) - <li><a href="http://list.wylug.org.uk/mailman/listinfo">Yorkshire - Linux User Group mailing lists</a> - <!-- Marc Merlin --> - <li><a href="http://linuxia64.org/">IA-64 Linux Project</a> - <!-- Markus Grundmann --> - <li><a href="http://www.orsn.org/">ORSN, Open Root Server Network - in Europe</a> - <!-- Jim Hebert --> - <li><a href="http://www.cosource.com/">Cosource.com</a> - <li><a href="http://www.vistasource.com/">VistaSource.com</a> - (private lists only, currently) - <!-- Bill Bradford --> - <li><a href="http://www.sunhelp.org/mailman/listinfo/">SunHelp.Org</a> - <li><a href="http://www.sunmanagers.org/mailman/listinfo">Sun Managers</a> - <li><a href="http://www.linuxmanagers.org/mailman/listinfo">Linux - Managers</a> - <!-- Bill Hoffman --> - <li><a href="http://public.kitware.com/">Visualization Tool Kit - (VTK)</a> - <!-- J C Lawrence --> - <li><a href="https://www.kanga.nu/lists/listinfo/">Kanga.NU<a> - <!-- Michael Dunston --> - <li><a href="http://www.music.vt.edu">Music and Technology - Department, Virginia Tech School of the Arts</a> - <!-- Nick Marouf --> - <li><a href="http://www.earlham.edu">Earlham College</a> - <!-- Mike Richardson --> - <li><a href="http://lists.man.ac.uk/mailman/listinfo">University - of Manchester</a> - <!-- Jeff Berliner --> - <li><a href="http://endeavor.med.nyu.edu/mailman/listinfo">New York - University School of Medicine</a> - <!-- Marco Obaid --> - <li><a href="http://lists.MUW.Edu/">Mississippi University for Women</a> - <!-- Carel Braam --> - <li><a href="http://pegasus.tue.nl">Eindhoven University of Technology</a> - <!-- Prof. Marcelo Maia Sobral --> - <li>University of vale do Itajai, Sao Jose, Brasil - <!-- Conal Garrity --> - <li><a href="http://www.kvsc.org/">KVSC Radio, St. Cloud State - University, MN</a> - <!-- Babak Mostaghassi --> - <li><a href="http://ill.iut.ac.ir/">Linux Lab of Isfahan - University Of Technology</a> - <!-- Aly S.P Dharshi --> - <li>University of Lethbridge Organization of Residence Students - <!-- Courtney V. Bearse --> - <li><a href="http://linux.uky.edu/mailman/listinfo/">University of - Kentucky</a> - <!-- Jonathan Abela --> - <li><a href="http://engsoc.queensu.ca">Queen's Engineering</a> - - <!-- Chuq von Rospach's alter ego --> - <li><a href="http://www.hockeyfanz.com/">HockeyFanz.com</a> - <!-- Johnny Fuerst --> - <li><a href="http://mail.cathat.net/mailman/listinfo/">The CatHat - Republic</a> - <!-- Phil Barnett --> - <li><a - href="http://www.matrixlist.com/mailman/listinfo">www.matrixlist.com</a> - <!-- John A. Martin --> - <li><a href="http://lists.essential.org/">lists.essential.org</a> - <!-- Dan Mick --> - <li><a href="http://socal-raves.org/">SoCal-Raves.org</a> - <!-- Peter Murray --> - <li><a href="http://www.ravedata.com/">ravedata.com</a> - <!-- Satya --> - <li><a href="http://txr.cjb.net/ml.html">TSEC mailing list</a> - <li><a href="http://quickapps.cjb.net/ml.html">GRE (grad studies) - mailing list</a> - <!-- tim --> - <li><a href="http://www.hal2001.org">HAL (Hackers at Large) 2001</a> - <!-- Rodrigo Moya --> - <li><a href="http://www.essential-is.com/">www.essential-is.com</a> - <!-- Kevin N. Carpenter --> - <li><a href="http://www.seaplace.org/">FishRoom</a> - <!-- Dan Ohnesorg --> - <li><a href="http://www.debian.cz/">www.debian.cz</a> - <li><a href="http://dali.feld.cvut.cz/">dali.feld.cvut.cz</a> - <!-- Stephan Berndts --> - <li><a href="http://lists.spline.de/">lists.spline.de</a> - <!-- W. Reilly Cooley --> - <li><a href="http://mail.wirex.com/">mail.wirex.com</a> - <!-- Roger Pena --> - <li><a href="http://www.linux.cu/">linux.cu</a> - <!-- Ricardo Kustner --> - <li><a href="http://www.miss-janet.com/">www.miss-janet.com</a> - <!-- I.Ioannou --> - <li><a href="http://lists.hellug.gr">Greek LUG</a> - <!-- George Dinwiddie --> - <li><a href="http://www.alberg30.org/">alberg30.org</a> - <!-- Jeff Berliner --> - <li><a href="http://www.anthem2000.com/">anthem2000.com</a> - <!-- Mentor Cana --> - <li><a href="http://www.alb-net.com/mailman/listinfo">www.alb-net.com</a> - <!-- Les Niles --> - <li><a - href="http://www.aviating.com/mooney/">www.aviating.com</a> - <li><a href="http://www.kjsl.com/">www.kjsl.com</a> - <!-- Brian Edmonds --> - <li><a href="http://gweep.ca/">gweep.ca</a> - <li><a href="http://antarti.ca/">antarti.ca</a> - <!-- Adam J --> - <li><a href="http://dumpshock.com/">dumpshock.com</a> - <!-- Christopher Schulte --> - <li><a href="http://lists.schulte.org/">home of the linux pptp - server (among others)</a> - <!-- Matthias Saou --> - <li><a href="http://www.aldil.org/">ALDIL, a French free software - user group</a> - <!-- Bruno Unna --> - <li><a href="http://www.iac.com.mx/">Internet de Alta Calidad</a> - with some - <a href="http://iac.com.mx/mailman/listinfo/">public mailing lists</a>. - <!-- Johannes B. Ullrich --> - <li><a href="http://dsheild.org/">dsheild.org</a> - <!-- Luca "Ghedo" Ghedini --> - <li><a href="http://ing.unibo.it">ing.unibo.it</a> and - <a href="http://deis.unibo.it">deis.unibo.it</a>, and "lots of - virtual domains". - <!-- Fred Herman --> - <li><a href="http://www.pplug.org/">Pikes Peak Linux Users - Group</a> and - <li><a href="http://www.springsdanceclub.com">Colorado Springs Dance - Club</a> - <!-- Matthew Enger --> - <li><a href="http://www.dhs.org">www.dhs.org</a> - <!-- Jason Wood --> - <li><a href="http://lists.ccil.org/">Chester County InterLink</a> - (also supporting a number of other non-profits, including the - National Associate of Social Workers, Philadelphia region. - <!-- Krzysztof Wychowalek --> - <li><a href="http://www.most.org.pl">MOST - Polish provider for - Environmental Movement</a> - <!-- Ken Kyler --> - <li><a href="http://www.elists.org/">eLists.org</a> - <!-- kellan --> - <li><a href="http://lists.indymedia.org/">IndyMedia</a> - <!-- Yasha Harari --> - <li><a href="http://mail.anywhereyougo.com/">mail.anywhereyougo.com</a> - <!-- Gary Coulbourne --> - <li><a href="http://bears.org/">The bearfolks mailing list</a> - <!-- Hong Feng --> - <li><a href="http://www.rons.net.cn/">Free software site in China</a> - <!-- Julio Calvo --> - <li><a href="http://listas.unt.edu.ar/mailman/listinfo">Universidad - Nacional de Tucuman, Argentina</a> - <!-- Christopher VanOosterhout --> - <li><a href="http://www.torresen.com/">Torresen Marine, Inc.</a> - including their <a href="http://www.torresen.com/newsletters/">primary - newsletter</a> - <!-- Ned Lilly --> - <li><a href="http://www.greatbridge.org/">www.greatbridge.org</a> - <!-- Chris Abraham --> - <li><a href="http://www.memes.org/mailman/admin">www.memes.org</a> - <!-- Joachim, BaWue-Net --> - <li><a href="http://www.bawue.de/">BaWue-Net</a>, a local specialty - ISP in Southern Germany</a> - <!-- Karsten Thygesen --> - <li><a href="http://sunsite.dk/">SunSITE.dk</a> - <!-- Bob Valiant --> - <li><a href="http://seactc.net">Seattle Community Technology Alliance - (SCTA)</a> - <!-- Chris Dagdigian --> - <li><a href="http://www.bioperl.org/">www.bioperl.org</a>, - <a href="http://www.biojava.org/">www.biojava.org</a>, - <a href="http://www.bioXML.org/">www.bioXML.org</a>, - <a href="http://www.biocorba.org/">www.biocorba.org</a>, - <a href="http://www.biopython.org/">www.biopython.org</a>, - <a href="http://www.open-bio.org/">www.open-bio.org</a> - <!-- David Parr --> - <li><a href="http://lists.dalsemi.com/">lists.dalsemi.com</a> - <!-- Lic. Vladimir Valdespino Mojena --> - <li><a href="http://www.cmw.sld.cu/">www.cmw.sld.cu</a> - <!-- Parag Mehta --> - <li><a href="http://www.ilug-bom.org.in/">Indian Linux Users Group - - Mumbai Chapter</a> - <!-- Daniel James --> - <li><a href="http://linux.org.uk/">linux.org.uk (Alan Cox's - site)</a> and <a href="http://linuxuser.co.uk/">linuxuser.co.uk</a> - <!-- Richard Shilling --> - <li><a href="http://www.beowulf.org/mailman/listinfo/beowulf">Beowulf</a> - <!-- Jeff @ SpamCop --> - <li><a href="http://spamcop.net">SpamCop</a>, along with - <a href="http://news.spamcop.net">Mailman and the archives</a> - <!-- Andreas Hasenack --> - <li><a href="http://distro.conectiva.com/">distro.conectiva.com</a> - <!-- Kathleen Weaver --> - <li><a href="http://www.click-l.com/">www.click-l.com</a> - <!-- Gregory Keefe --> - <li><a href="http://www.hn.org/">Hammernode Internet Services, Int'l</a> - <!-- Mop Da Floors --> - <li><a href="http://www.wi2600.org/">www.wi2600.org</a> - <!-- Jason McGillivray --> - <li><a href="http://www.opensourcedirectory.org/">Open-Source Directory</a> - <!-- Patrick Lacson --> - <li><a href="http://hidetheword.org">hidetheword.org</a> - <!-- David Hallowell --> - <li><a href="http://www.guardian.co.uk/">Guardian Unlimited (the - site of the UK newspaper <em>The Guardian</em>)</a>. - <!-- President @ chatster --> - <li><a href="http://www.chatster.org/mailman/listinfo/">chatser.org</a> - <!-- Jason Kaufman --> - <li><a href="http://www.cleaning.com/">Clean Media, Inc.</a> - <!-- Daniel Robbins --> - <li><a href="http://www.gentoo.org/">Gentoo Linux</a> - <!-- Rolando Guerra --> - <li><a href="http://listas.rcp.net.pe/">rcp.net.pe</a> - <!-- Bharath Chari --> - <li><a href="http://www.arachnis.com/">www.arachnis.com</a> - <!-- Supreet Sethi --> - <li><a href="http://www.sarai.net/">Sarai (New Media Initiative)</a> - <!-- Pankaj Kaushal --> - <li><a href="http://www.gnu-india.org">The Hurd - development/hacking group in India</a> - <!-- Quique --> - <li><a href="http://www.sindominio.net">sindominio.net</a> - <!-- Mike Watterson --> - <li><a href="http://www.chesapeakechurch.org">Chesapeake Church</a> - <!-- Marcos Rodrigues --> - <li><a href="http://www.unc-ct.rct-sc.br">Universidade do - Contestado-UnC Curitibanos/SC/Brasil</a> - <!-- Quique --> - <li><a href="http://sindominio.net">sindominio.net</a> - <!-- Damir Horvat --> - <li><a href="http://www.voljatel.si">VOLJATEL telekomunikacije d.d.</a> - <!-- Rod (Gentle) Ellis --> - <li><a href="http://www.JesusList.com">JesusList.com</a> - <!-- Jeffery Cann --> - <li><a href="http://clue.denver.co.us/">CLUE - Colorado Linux - Users and Enthusiasts</a> - <!-- Zoltan Arpadffy --> - <li><a href="http://www.polarhome.com/">www.polarhome.com</a> - <!-- webmaster@closeadeal.com --> - <li><a - href="http://www.closeadeal.com/mailman/listinfo/eureka_closeadeal.com" - >CloseADeal.com</a> - <!-- Jim Reisert --> - <li><a href="http://lists.contesting.com/mailman/listinfo" - >Contesting.com</a>, Amateur ("Ham") Radio lists. - <!-- Stephen McKeown --> - <li><a href="http://www.jmbarrie.net">http://www.jmbarrie.net</a> - <!-- Dennis Du Bois --> - <li><a href="http://freelance-seattle.net/">Freelance-Seattle.net</a> - <!-- Charles Tucker --> - <li><a href="http://www.riverbend.com/">Riverbend Church</a> - <!-- Ben Dyer --> - <li><a href="http://lists.evolt.org/">Evolt.org</a> - <!-- munindo --> - <li><a href="http://mail2.factsoft.de/mailman/listinfo/national" - >http://mail2.factsoft.de/mailman/listinfo/national</a> - <!-- Ignacio Valdez --> - <li><a href="http://www.linuxmednews.com">Linux Medical News</a> - <!-- Dean Strik --> - <li><a href="http://lists.stack.nl/">stack.nl</a> - <!-- Jim Goltz --> - <li>NFR Security - <!-- Stephan Richter --> - <li><a href="http://iuveno-net.de/">iuveno-net.de</a> - <!-- Johnny Fuerst --> - <li><a href="http://mailman.cathat.net/">cathat.net</a> - <!-- gulli --> - <li><a href="http://www.heise.de/bin/newsletter/listinfo/newsticker" - >heise-newsletter</a>, the biggest news-website for - it-professionals in Germany. - <!-- Alden Gillespy --> - <li><a href="http://www.thetestpattern.com/">Test Pattern Radio</a> - <!-- Roberto Mogliotti --> - <li><a href="http://lists.atlink.it/">ATLink SRL</a> - <!-- Daniel Buchmann --> - <li><a href="http://www.bibsys.com/english.html">BIBSYS (Library - Automation System, Norway)</a> - <!-- Tim Lyons --> - <li><a href="http://www.digitalvoodoo.org">www.digitalvoodoo.org</a> - <!-- Michael Neil Felzien --> - <li><a href="http://www.pied.com/">Process Integrated Engineering - Design (PIED)</a> - <!-- mark roberts --> - <li>BBSRC (Bioscience and Biotechnical Scientific Research Council) - <!-- Joshua Erdman --> - <li><a href="http://www.ernestallen.com">Ernest & Allen</a> - <!-- Hank Roth --> - <li><a href="http://pnews.org/">pnews.org</a> - <!-- Rene Lange --> - <li><a href="http://www.tlug.de">Linux Users Group, Germany</a> - <!-- switzerland --> - <li><a href="http://lists.indymedia.org">indymedia</a> - <!-- Keith Patton --> - <li><a href="http://www.ethicalmedia.com">Ethical Media Ltd</a> - <!-- Leandro Rache Sanchez --> - <li><a href="http://www.hipertek.net">Hipertek Ltda</a>, Bogota, - Columbia</a> - <!-- Yann Forget --> - <li><a href="http://mail.ynternet.net/mailman/listinfo" - >ynternet.org</a> - <!-- Renn --> - <li><a href="http://csrfree.csrsr.ncu.edu.tw/mailman/listinfo/ncuce83/" - >National Central University, Dept. of Civil Engineering, the 83th</a> - <!-- Jesse Trucks --> - <li><A HREF="http://list.cyberius.net">Cyberius' Network lists</A> - <!-- Erik J. Heels --> - <li><a href="http://www.iserver.com">iServer</a> and - <a href="http://www.lawlawlaw.com">www.lawlawlaw.com</a> - <!-- Peter Verhas --> - <li><a href="http://Scriptbasic.com">Scriptbasic.com</a> - <!-- webmaster@itxzone.com --> - <li><a href="http://www.itxzone.com/">ITXZONE: The Indian IT Zone</a> - <!-- renn@cy1000.com.tw --> - <li><a - href="http://csrfree.csrsr.ncu.edu.tw/mailman/listinfo/ncuce83/" - >National Central University, Dept. of Civil Engineering, the 83th</a> - <!-- Jerry Feldman --> - <li><a href="http://www.blu.org/">Boston Linux and Unix user group</a> - <!-- Leandro Rache Sanchez --> - <li><a href="http://www.hipertek.net/">Hipertek Ltda.</a> - <!-- Jan Kampherbeek --> - <li><a href="http://spiderpro.com/">SpiderPro</a> - <!-- Porfirio Trincheiras --> - <li><a href="http://www.fmh.utl.pt">Faculdade de Motricidade - Humana</a> and - <a href="http://www.fmv.utl.pt">Faculdade de Medicina Veterinária</a> - <!-- info@compamerica.com --> - <li><a href="http://www.american-computer.com">American Computer</a> - <!-- Bob Radvanovsky --> - <li><a href="http://www.unixworks.net">Unixworks</a> - <!-- Mats Brante --> - <li><a href="http://www.osthyvel.net">Osthyvel.net</a> - <!-- Nemeth Tamas --> - <li><a href="http://lists.sek.nyme.hu">University of West Hungary</a> - <!-- Marc MERLIN --> - <li><a href="http://lists.svlug.org/lists/listinfo/">Silicon Valley - Linux Users' Group</a> - <!-- Bernardo Bernal González --> - <li><a href="http://www.fundaciongsr.es">German Sanchez Ruiperez - Foundation, Spain</a> - <!-- Alejandro G. Sánchez Martínez --> - <li><a href="http://www.red-libre.com">www.red-libre.com</a> - <!-- Randy Stoeker --> - <li><a href="http://comm-org.utoledo.edu">COMM-ORG: The On-Line - Conference on Community Organizing</a> - <!-- Josenivaldo Benito Junior --> - <li>FAI - Faculdades Adamantinenses Integradas - <!-- Ravi Starzl --> - <li><a href="http://www.oddzz.com">Oddzz</a> and <a - href="http://www.casinozz.com">Casinozz</a>. - <!-- Don Sizemore --> - <li><a href="http://www.ibiblio.org">ibiblio</a> - <!-- Marc Bitner --> - <li><a href="http://shrplist.umsmed.edu/mailman/listinfo/him-l">University - of Mississippi Medical Center HIM Listserve</a> - <!-- Eli Caul --> - <li><a href="http://www.mirafiori.com">the Fiat Page</a> - (automotive), with mailing lists at - <a href="http://www.mirafiori.com/lists">this url</a>. - <!-- Art Jones --> - <li><a href="http://www.meteoritecentral.com/">Meteorite - Central</a> via the mailing lists at Pair Networks. - <!-- Alstair Hutchinson --> - <li><a href="http://www.deviantpc.com">DeviantPC</a> - <!-- George D. Holmes --> - <li><a href="http://mailman.csce.uark.edu">The Computer Science & - Computer Engineering</a> department at the University of Arkansas. - <!-- steven --> - <li><a href="http://www.shakespeare-monologues.org/">Shakespeare's - Monologues</a> with mailing lists at - <a - href="http://lists.shakespeare-monologues.org/mailman/listinfo/discussion">this url</a>. - <!-- Kenneth Irving --> - <li><a href="http://www.fq.edu.uy">Universidad de la República, - Facultad de Química, Uruguay</a> - <!-- Ian McCormack --> - <li><a href="http://www.ne4x4.org.uk/">North East 4x4 club</a> - <!-- Jörn Nettingsmeier --> - <li><a href="http://www.linuxdj.com/audio/lad/">Linux Audio - Mailing Lists</a> - <!-- Dirk H. Shulz --> - <li><a href="http://www.multibyte.de">MultiByte GmbH</a> - <!-- Justin Yunke --> - <li><a href="http://www.elists.org/">Elists Online</a> - <!-- John C. Amodeo --> - <li><a href="http://fas.rutgers.edu">FAS - Rutgers, The State - University of New Jersey</a> - <!-- Lucian Daniel Kafka --> - <li><a href="http://www.conexim.com.au">Conexim web hosting Australia</a> - <!-- zainul bakri --> - <li>National Institute of Health Research and Development, Indonesia. - <!-- Chris Olson --> - <li><a href="http://astcomm.net/">AST Communications, Inc.</a> - <!-- Derek Colley --> - <li><a href="http://listserv.sap.com/">SAP</a> - <!-- Christian Thamer --> - <li><a href="http://www.iwl.com/Support/lists.html">InterWorking Labs</a> - <!-- A. Sajjad Zaidi --> - <li><a href="http://www.tokyopc.org/">Tokyo PC Users Group</a> - with mailing lists <a - href="http://www.tokyopc.org/mailman/listinfo/">here</a>. - <!-- Dr. David A. Zatz --> - <li><a href="http://allpar.com/">Allpar.com (Chrysler enthusiasts)</a> - <!-- Donna Hanlon --> - <li><a href="http://brainmap.wustl.edu">Van Essen Lab at Washington - University School of Medicine</a> - <!-- Matt Helsley --> - <li><a href="http://linux.ucla.edu">UCLA LUG</a> with mailing - lists <a href="http://linux.ucla.edu/mailman/listinfo">here</a>. - <!-- Erisian Saint Vinge --> - <li><a href="http://www.azone.org/">Azone</a> - <!-- Nicolas Cartron --> - <li><a href="http://squirrelmail-fr.org">SquirrelMail (French)</a> - <!-- Shakaraji Thakor --> - <li><a href="http://mail.gnvfc.com/mailman/listinfo">GNFC Ltd</a> - <!-- Peter Turner --> - <li><a href="http://www.edow.org">Diocese of Washington</a> - <!-- Gottfried Hamm --> - <li><a href="http://lists.ghks.de/">Gottfried Hamm - KommunikationsSysteme</a> - <!-- Richard Lippmann --> - <li><a href="http://www.zirndorf.de">Cultural events in Zirndorf, - Bavaria</a> - <!-- Gualter Barbas Baptista --> - <li><a href="http://gaia.org.pt">GAIA</a>, with mailing lists at - <a href="http://gaia.org.pt/listas/">here</a>. - <!-- Ansgar Schmidt --> - <li><a href="http://auriga.wearlab.de">Free Mobile Software System</a> - <!-- Goncalo Luiz --> - <li>Instituto Superior Tecnico - <!-- Alberto Molpeceres --> - <li><a href="http://www.javahispano.org">JavaHispano</a> with - mailing lists at <a href="http://listas.javahispano.org" - >listas.javahispano.org</a> - <!-- Paulo Eduardo Eves --> - <li><a href="http://www.samba-choro.com.br">Agenda do Samba & - Choro</a> with mailing lists at <a - href="http://www.samba-choro.com.br/mailman/listinfo" - >www.samba-choro.com.br</a>. - <!-- Hatuka*nezumi --> - <li><a href="http://www.jca.apc.org/">JCA-NET Service</a> with - mailing lists at <a href="http://list.jca.apc.org/" - >http://list.jca.apc.org/</a> - <!-- Frederick Noronha --> - <li><a href="http://www.indialists.org">Indialists.org</a> - <!-- Chris Szilagyi --> - <li><a href="http://www.apex-internet.com">Apex Internet Solutions</a> - <!-- M Syafii --> - <li><a href="http://groups.or.id/mailman/listinfo">Indonesian mailing - lists</a> - <!-- Jeff Coleman --> - <li><a href="http://contribs.org">contribs.org</a> - <!-- Christophe --> - <li><a href="http://www.stalig.com">stalig.com</a> with mailing - lists at <a href="http://lists.stalig.com">lists.stalig.com</a> - <!-- Rob Stolk --> - <li><a href="http://www.veteransgroups.com/">Veteransgroups - Mailing lists for Allied War Veterans</a> - <!-- Sudhir Kumar --> - <li><a href="http://www.infogateindia.com">Infogate Technologies</a> - <!-- Eric Bush --> - <li><a href="http://www.lastalarm.net">The Last Alarm Network</a> - <!-- Signis Vavere --> - <li><a href="http://ffl.vip.lv/">FFL</a> - <!-- Tom Wills --> - <li><a href="http://www.ti99hof.org/olug">TI-99/4A On-Line User Group</a> - and them <a href="http://www.ti99hof.org">TI99'ers Hall of Fame</a>. - <!-- Donald A Green --> - <li><a href="http://vermontshepherds.com/">Vermont Shepherds"</a> - <!-- Martin J. Green --> - <li><a href="http://www.firstinternetservices.com">First Internet - Services</a> - <li><a href="http://www.come-to-chat.com">Come-to-Chat IRC Network</a> - <!-- Liouma Tokitsu --> - <li><a href="http://www.tokitsu.com">Tokitsu-Ryu Academy</a> - <!-- Carlos Fernando Casteñeda --> - <li><a href="http://www.caucacyt.org.co">Science and Technology Caucana - Agenda</a> - <!-- David Stockford --> - <li><a href="http://www.gradwell.com/knowledge/mailman.php">Gradwell dot - com ltd</a> - <!-- demo --> - <li><a href="http://www.artsadmin.co.uk/information/edigest.htm">Artsadmin, - London</a>, with mailing lists - <a href="http://lists.artsadmin.co.uk/mailman/listinfo">here</a> - <!-- Bruce Badger --> - <li><a href="http://lists.openskills.net/">OpenSkills</a> - <!-- Bob Walters --> - <li><a href="http://www.lunarantics.com">The Lunar Antics (Daily - Comics)</a> - <!-- Ziya Karakaya --> - <li><a href="http://www.atilim.edu.tr">Atilim University</a> - <!-- Massimiliano Ferrero --> - <li><a href="http://www.midhgard.it">Midhgard srl</a> - <!-- Clifford Helsel --> - <li><a href="http://www.thesolutioncafe.com">The Solution Cafe, Inc.</a> - <!-- Andrew McCarron --> - <li><a href="http://www.hostcapacity.com">Host Capacity</a> - <!-- Jim Papamichos --> - <li><a href="http://xms.gr">xms.gr</a> - <!-- John Burden --> - <li><a href="http://www.markethotline.com">Market Hotline</a> - <!-- Marco Salgado Arellano --> - <li><a href="http://listas.inf.utfsm.cl">Universidad Tecnica Federico - Santa Maria, Departamento de Informatica, Valparaiso, Chile</a> - <!-- Tom Knight --> - <li><a href="http://www.ahds.ac.uk">Arts & Humanities Data Service</a> - <!-- Manuel Alejandro Rodriguez --> - <li><a href="http://www.mmug.org.ar">Macromedia User Group Argentina</a> - <!-- ScratchMonkey --> - <li><a href="http://lists.matureasskickers.net/mailman/listinfo" - >MatureAsskickers</a> - <!-- François Renaville --> - <li><a href="http://www.lists.ulg.ac.be/mailman/listinfo/euroback" - >Euroback</a> - <!-- Oliver Schulze L. --> - <li><a href="http://www.linux.org.py/mailman/listinfo">Linux Users in - Paraguay-South America</a> - <!-- André Fliß --> - <li><a href="http://www.planetgroove.com"/>Planet Groove</a> - <!-- Bill Osborne --> - <li><a href="http://www.isfa.com">Isfa.com</a> - <!-- Dane --> - <li><a href="http://www.z-7.ch">Z7</a> - <!-- Giovani Spagnolo --> - <li><a href="http://listas.softwarelivre.org">Projecto Software Livre - Brasil</a> - <!-- Fabrizio Sebastiani --> - <li><a href="http://lists.lugroma.org/mailman/listinfo/">LUGRoma, LInux - User Group di Roma</a> - <li><a href="http://lists.ffii.org/mailman/listinfo">FFII</a> - <!-- Mike Jackson --> - <li><a href="http://www.dvdverdict.com">DVD Verdict</a> - <!-- Sebastian Laubscher --> - <li><a href="http://mail.spby.com/cgi-bin/mailman/listinfo>Spherical - Bytes</a> - <!-- Edward Maas --> - <li><a href="http://www.moulin.nl/property-newsletter">Immoulin (Real - Estate) BV</a> - <!-- Julião Braga --> - <li><a href="http://www.redepegasus.com.br">Pegasus Network (Brazil)</a> - <!-- Tara --> - <li><a href="http://www.tarasfunpages.com">http://www.tarasfunpages.com</a> - <li><a href="http://www.aboveallgreetings.com" - >http://www.aboveallgreetings.com</a> - <li><a href="http://www.daylight2twilight.com" - >http://www.daylight2twilight.com</a> - <!-- Lars Wilke --> - <li><a href="http://www.summacultura.de">Summa Cultura</a> - <!-- Gonzalo E. Diaz MD --> - <li><a href="http://drgdiaz.com/ultrasound-l.shtml">CAD Color Ultrasound</a> - <!-- Stefan Waidele jun. --> - <li><a href="http://linuxbasics.org">Linux Basics</a> - <!-- Anton Geijsendorpher --> - <li><a href="http://www.accessint.co.za">Access International</a> - <!-- Paul Frenken --> - <li><a href="http://www.colaip.org/">Columbus Association of Internet - Professionals (COLAIP)</a> - <!-- Jose Hales-Garcia --> - <li><a href="http://lists.stat.ucla.edu/">UCLA Department of - Statistics</a><br> - <a href="http://lists.ucla.edu/">UCLA</a> - <!-- Bruna Carolina Nani --> - <li><a href="http://listas.dcc.ufmg.br">Departamento de Ciência da - Computação da Universidade Federal de Minas Gerais, Belo Horizonte-MG, - Brasil</a> - <!-- Jérôme Warnier --> - <li><a href="http://lists.beeznest.net">BeezNest</a><br> - <a href="http://lists.bxlug.be">BxLUG (Brussels Linux User Group)</a> - <!-- Tobias McNulty --> - <li><a href="http://lists.ppckernel.org">PowerPC Kernel Archives</a> - <!-- André Schnitzler --> - <li><a href="http://www.papaya-cms.com/">Papaya CMS</a> - <!-- Andrea Rachl --> - <li><a href="http://effet.info">effet webservices & eSolutions</a> -</ul> diff --git a/admin/www/inthenews.html b/admin/www/inthenews.html deleted file mode 100644 index 6e24a0cf..00000000 --- a/admin/www/inthenews.html +++ /dev/null @@ -1,822 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd" > -<html> -<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:46:59 2006 --> -<!-- USING HT2HTML 2.0 --> -<!-- SEE http://ht2html.sf.net --> -<!-- User-specified headers: -Title: Mailman in Use and in the News - ---> - -<head> -<title>Mailman in Use and in the News</title> -<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" > -<meta name="generator" content="HT2HTML/2.0" > -<style type="text/css"> -body { margin: 0px; } -</style> -</head> -<body bgcolor="#ffffff" text="#000000" - marginwidth="0" marginheight="0" - link="#0000bb" vlink="#551a8b" - alink="#ff0000"> -<!-- start of page table --> -<table width="100%" border="0" cellspacing="0" cellpadding="0"> -<!-- start of banner row --> -<tr> -<!-- start of corner cells --> -<td width="150" valign="middle" bgcolor="white" class="corner"> - -<center> - <a href="./index.html"> - <img border=0 src="./images/logo-70.jpg"></a></center> </td> -<td width="15" bgcolor="#eecfa1"> </td><!--spacer--> -<!-- end of corner cells --> -<!-- start of banner --> -<td width="90%" bgcolor="#eecfa1" class="banner"> -<!-- start of site links table --> -<table width="100%" border="0" - CELLSPACING=0 CELLPADDING=0 - bgcolor="#ffffff"> -<tr> - <td bgcolor="#eecfa1"> -<a href="./index.html">Home</a> - </td> - <td bgcolor="#eecfa1"> -<a href="./security.html">Security</a> - </td> - <td bgcolor="#eecfa1"> -<a href="./docs.html">Documentation</a> - </td> - <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> - </td> -</tr><tr> - <td bgcolor="#eecfa1"> - - </td> - <td bgcolor="#eecfa1"> -<a href="./help.html">Help</a> - </td> - <td bgcolor="#eecfa1"> -<a href="./download.html">Download</a> - </td> - <td bgcolor="#eecfa1"> -<a href="./devs.html">Developers</a> - </td> -</tr> -</table><!-- end of site links table --> - -</td><!-- end of banner --> -</tr><!-- end of banner row --> -<tr><!-- start of sidebar/body row --> -<!-- start of sidebar cells --> -<td width="150" valign="top" bgcolor="#eecfa1" class="sidebar"> -<!-- start of sidebar table --> -<table width="100%" border="0" cellspacing="0" cellpadding="3" - bgcolor="#ffffff"> -<tr><td bgcolor="#36648b"><b><font color="#ffffff"> -Overview -</font></b></td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="index.html">Home</a></li> -</td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="security.html">Security</li> -</td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="features.html">Features</a></li> -</td></tr> -<tr><td bgcolor="#eecfa1"> </td></tr> -<tr><td bgcolor="#36648b"><b><font color="#ffffff"> -More Information -</font></b></td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="http://wiki.list.org">Wiki</a> <i>(exit)</i></li> -</td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="lists.html">Discussion Lists</a></li> -</td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="http://sf.net/projects/mailman">SF Project Page</a> -</td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="otherstuff.html">Rants, Papers, and Logos</a></li> -</td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="bugs.html">Bugs and Patches</a></li> -</td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="mirrors.html">Mirrors</a></li> -</td></tr> -<tr><td bgcolor="#eecfa1"> </td></tr> -<tr><td bgcolor="#36648b"><b><font color="#ffffff"> -Related Links <i>(exits)</i> -</font></b></td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="http://www.python.org/">Python</a></li> -</td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="http://www.gnu.org/">GNU</a></li> -</td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="http://barry.warsaw.us/">Barry Warsaw</a></li> -</td></tr> -<tr><td bgcolor="#eecfa1"> </td></tr> -<tr><td bgcolor="#36648b"><b><font color="#ffffff"> -Email Us -</font></b></td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="mailto:mailman-users@python.org">mailman-users@python.org</a> -</td></tr> -<tr><td bgcolor="#eecfa1"> - -</td></tr> -<tr><td bgcolor="#eecfa1"> -<a href="http://www.python.org/"><img border=0 - src="./images/PythonPoweredSmall.png" - ></a> <a href="http://sourceforge.net"><img - src="http://sourceforge.net/sflogo.php?group_id=103" - width="88" height="31" border="0" - alt="SourceForge Logo"></a> -</td></tr> -<tr><td bgcolor="#eecfa1"> - -</td></tr> -<tr><td bgcolor="#eecfa1"> -© 1998-2006 -Free Software Foundation, Inc. Verbatim copying and distribution of this -entire article is permitted in any medium, provided this notice is preserved. - -</td></tr> -</table><!-- end of sidebar table --> - -</td> -<td width="15"> </td><!--spacer--> -<!-- end of sidebar cell --> -<!-- start of body cell --> -<td valign="top" width="90%" class="body"><br> -<h3>Mailman in Use and in the News</h3> - -Mailman was featured as the March 2004 -<a href="http://sourceforge.net/potm/potm-2004-03.php">SourceForge.net Project -of the Month</a>. - -Mailman was featured as the Project of the Month in the -<a href="http://www.linux-mag.com/2002-05/toc.html">May 2002 issue of -Linux Magazine</a>. - -<p>Mailman was featured in a cover story article in the -<a href="http://www.postfix.org/sunworld-199903.html">March 1999 -issue of SunWorld</a>. The article was -written by Cameron Laird and Kathryn Soraiz. - -<p>Mailman was briefly mentioned in a ZDNet article on GNU/Linux. -This was picked up by MSNBC. Unfortunately, both these links also -appear to be dead now too. - -<p>Zee Source provides a commercial Mailman installer at -<a href="http://mailman.zeesource.net">http://mailman.zeesource.net</a>. -</p> - -<p>Below are the lists of sites using Mailman or providing list hosting -services using Mailman. If you'd like to be included in this list, -please <a href="mailto:mailman-cabal@python.org">let us know</a>. - -<p><b>Notice to Hosting Services:</b> If your site provides mailing -list hosting services using Mailman, please be sure to add yourself to -the <a -href="http://www.python.org/cgi-bin/moinmoin/PythonHosting">Python-Friendly -Web Hosting</a> page. - -<p>The following sites (in no particular order) are known to use -Mailman or Mailman technology to run their mailing lists. - -<ul> - <!-- Chuq von Rospach --> - <li><a href="http://lists.apple.com/">Apple Computer, Inc.</a> - <!-- Luke Tymowski --> - <li><a href="http://lists.us.dell.com/mailman/listinfo">Dell Computers</a> - <!-- Keith Packard --> - <li><a href="http://xfree86.org/">The XFree86 Project, Inc.</a> - <!-- Marc Merlin --> - <li><a href="http://valinux.com/">VA Linux</a> - <li><a href="http://sourceforge.net/">SourceForge.net</a> - <!-- Rajiv Aaron Manglani --> - <li><a href="http://mit.edu/lists/mailman/">Massachusetts - Institute of Technology</a> - <!-- Ricardo Kustner --> - <li><a href="http://www.freshmeat.net/">FreshMeat</a> - <!-- Jason R. Mastaler --> - <li><a href="http://www.xemacs.org/">XEmacs.Org</a> - <!-- Jeff Barger --> - <li><a href="http://www.listserve.com/">ListServe.com</a> - <!-- Sean Reifschneider --> - <li><a href="http://tummy.com/">tummy.com</a> (lots of Linux - lists) - <!-- Roger Pena --> - <li><a href="http://www.redhat.com/">RedHat, Inc.</a> - <li><a href="http://lists.samba.org/">Samba</a> - <!-- Chris Howells --> - <li><a href="http://mail.kde.org/mailman/listinfo">KDE Project</a> - <!-- ??? --> - <li><a href="http://www.pair.com/pair/pairlist/">Pair List</a> - <!-- Sheryl Coe --> - <li><a href="http://www.reportica.net/">Reportica Service - Bureau</a>. Reportica has put up a <a - href="http://www.reportica.net/services/lists/host/screen-index.html" - >demo of their service</a>. - <!-- CarlC --> - <li><a href="http://www.carlc.com/">CarlC Internet Services</a> - <!-- Blaine Fallis --> - <li><a href="http://portal.friendlyweb.net">FriendlyWeb.net</a> - <!-- Barry Warsaw --> - <li><a href="http://www.python.org/sigs/">Python.Org</a> - <li><a href="http://lists.zope.org/">Zope.org</a> - <li><a href="http://www.zope.com/">Zope.com</a> (<em>Yay!</em>) - <!-- Owen Taylor --> - <li><a href="http://mail.gnome.org/">GNOME.Org</a> - <!-- Sarah Stapleton-Gray --> - <li><a href="http://www.now.org/">National Organization of Women</a> - <!-- Nigel Metheringham --> - <li><a href="http://www.exim.org/">Exim.Org</a> (see also Nigel's - <a href="http://www.exim.org/pipermail/exim-users">htdig - extensions</a> in action for searchable archives) - <li><a href="http://list.wylug.org.uk/mailman/listinfo">Yorkshire - Linux User Group mailing lists</a> - <!-- Marc Merlin --> - <li><a href="http://linuxia64.org/">IA-64 Linux Project</a> - <!-- Markus Grundmann --> - <li><a href="http://www.orsn.org/">ORSN, Open Root Server Network - in Europe</a> - <!-- Jim Hebert --> - <li><a href="http://www.cosource.com/">Cosource.com</a> - <li><a href="http://www.vistasource.com/">VistaSource.com</a> - (private lists only, currently) - <!-- Bill Bradford --> - <li><a href="http://www.sunhelp.org/mailman/listinfo/">SunHelp.Org</a> - <li><a href="http://www.sunmanagers.org/mailman/listinfo">Sun Managers</a> - <li><a href="http://www.linuxmanagers.org/mailman/listinfo">Linux - Managers</a> - <!-- Bill Hoffman --> - <li><a href="http://public.kitware.com/">Visualization Tool Kit - (VTK)</a> - <!-- J C Lawrence --> - <li><a href="https://www.kanga.nu/lists/listinfo/">Kanga.NU<a> - <!-- Michael Dunston --> - <li><a href="http://www.music.vt.edu">Music and Technology - Department, Virginia Tech School of the Arts</a> - <!-- Nick Marouf --> - <li><a href="http://www.earlham.edu">Earlham College</a> - <!-- Mike Richardson --> - <li><a href="http://lists.man.ac.uk/mailman/listinfo">University - of Manchester</a> - <!-- Jeff Berliner --> - <li><a href="http://endeavor.med.nyu.edu/mailman/listinfo">New York - University School of Medicine</a> - <!-- Marco Obaid --> - <li><a href="http://lists.MUW.Edu/">Mississippi University for Women</a> - <!-- Carel Braam --> - <li><a href="http://pegasus.tue.nl">Eindhoven University of Technology</a> - <!-- Prof. Marcelo Maia Sobral --> - <li>University of vale do Itajai, Sao Jose, Brasil - <!-- Conal Garrity --> - <li><a href="http://www.kvsc.org/">KVSC Radio, St. Cloud State - University, MN</a> - <!-- Babak Mostaghassi --> - <li><a href="http://ill.iut.ac.ir/">Linux Lab of Isfahan - University Of Technology</a> - <!-- Aly S.P Dharshi --> - <li>University of Lethbridge Organization of Residence Students - <!-- Courtney V. Bearse --> - <li><a href="http://linux.uky.edu/mailman/listinfo/">University of - Kentucky</a> - <!-- Jonathan Abela --> - <li><a href="http://engsoc.queensu.ca">Queen's Engineering</a> - - <!-- Chuq von Rospach's alter ego --> - <li><a href="http://www.hockeyfanz.com/">HockeyFanz.com</a> - <!-- Johnny Fuerst --> - <li><a href="http://mail.cathat.net/mailman/listinfo/">The CatHat - Republic</a> - <!-- Phil Barnett --> - <li><a - href="http://www.matrixlist.com/mailman/listinfo">www.matrixlist.com</a> - <!-- John A. Martin --> - <li><a href="http://lists.essential.org/">lists.essential.org</a> - <!-- Dan Mick --> - <li><a href="http://socal-raves.org/">SoCal-Raves.org</a> - <!-- Peter Murray --> - <li><a href="http://www.ravedata.com/">ravedata.com</a> - <!-- Satya --> - <li><a href="http://txr.cjb.net/ml.html">TSEC mailing list</a> - <li><a href="http://quickapps.cjb.net/ml.html">GRE (grad studies) - mailing list</a> - <!-- tim --> - <li><a href="http://www.hal2001.org">HAL (Hackers at Large) 2001</a> - <!-- Rodrigo Moya --> - <li><a href="http://www.essential-is.com/">www.essential-is.com</a> - <!-- Kevin N. Carpenter --> - <li><a href="http://www.seaplace.org/">FishRoom</a> - <!-- Dan Ohnesorg --> - <li><a href="http://www.debian.cz/">www.debian.cz</a> - <li><a href="http://dali.feld.cvut.cz/">dali.feld.cvut.cz</a> - <!-- Stephan Berndts --> - <li><a href="http://lists.spline.de/">lists.spline.de</a> - <!-- W. Reilly Cooley --> - <li><a href="http://mail.wirex.com/">mail.wirex.com</a> - <!-- Roger Pena --> - <li><a href="http://www.linux.cu/">linux.cu</a> - <!-- Ricardo Kustner --> - <li><a href="http://www.miss-janet.com/">www.miss-janet.com</a> - <!-- I.Ioannou --> - <li><a href="http://lists.hellug.gr">Greek LUG</a> - <!-- George Dinwiddie --> - <li><a href="http://www.alberg30.org/">alberg30.org</a> - <!-- Jeff Berliner --> - <li><a href="http://www.anthem2000.com/">anthem2000.com</a> - <!-- Mentor Cana --> - <li><a href="http://www.alb-net.com/mailman/listinfo">www.alb-net.com</a> - <!-- Les Niles --> - <li><a - href="http://www.aviating.com/mooney/">www.aviating.com</a> - <li><a href="http://www.kjsl.com/">www.kjsl.com</a> - <!-- Brian Edmonds --> - <li><a href="http://gweep.ca/">gweep.ca</a> - <li><a href="http://antarti.ca/">antarti.ca</a> - <!-- Adam J --> - <li><a href="http://dumpshock.com/">dumpshock.com</a> - <!-- Christopher Schulte --> - <li><a href="http://lists.schulte.org/">home of the linux pptp - server (among others)</a> - <!-- Matthias Saou --> - <li><a href="http://www.aldil.org/">ALDIL, a French free software - user group</a> - <!-- Bruno Unna --> - <li><a href="http://www.iac.com.mx/">Internet de Alta Calidad</a> - with some - <a href="http://iac.com.mx/mailman/listinfo/">public mailing lists</a>. - <!-- Johannes B. Ullrich --> - <li><a href="http://dsheild.org/">dsheild.org</a> - <!-- Luca "Ghedo" Ghedini --> - <li><a href="http://ing.unibo.it">ing.unibo.it</a> and - <a href="http://deis.unibo.it">deis.unibo.it</a>, and "lots of - virtual domains". - <!-- Fred Herman --> - <li><a href="http://www.pplug.org/">Pikes Peak Linux Users - Group</a> and - <li><a href="http://www.springsdanceclub.com">Colorado Springs Dance - Club</a> - <!-- Matthew Enger --> - <li><a href="http://www.dhs.org">www.dhs.org</a> - <!-- Jason Wood --> - <li><a href="http://lists.ccil.org/">Chester County InterLink</a> - (also supporting a number of other non-profits, including the - National Associate of Social Workers, Philadelphia region. - <!-- Krzysztof Wychowalek --> - <li><a href="http://www.most.org.pl">MOST - Polish provider for - Environmental Movement</a> - <!-- Ken Kyler --> - <li><a href="http://www.elists.org/">eLists.org</a> - <!-- kellan --> - <li><a href="http://lists.indymedia.org/">IndyMedia</a> - <!-- Yasha Harari --> - <li><a href="http://mail.anywhereyougo.com/">mail.anywhereyougo.com</a> - <!-- Gary Coulbourne --> - <li><a href="http://bears.org/">The bearfolks mailing list</a> - <!-- Hong Feng --> - <li><a href="http://www.rons.net.cn/">Free software site in China</a> - <!-- Julio Calvo --> - <li><a href="http://listas.unt.edu.ar/mailman/listinfo">Universidad - Nacional de Tucuman, Argentina</a> - <!-- Christopher VanOosterhout --> - <li><a href="http://www.torresen.com/">Torresen Marine, Inc.</a> - including their <a href="http://www.torresen.com/newsletters/">primary - newsletter</a> - <!-- Ned Lilly --> - <li><a href="http://www.greatbridge.org/">www.greatbridge.org</a> - <!-- Chris Abraham --> - <li><a href="http://www.memes.org/mailman/admin">www.memes.org</a> - <!-- Joachim, BaWue-Net --> - <li><a href="http://www.bawue.de/">BaWue-Net</a>, a local specialty - ISP in Southern Germany</a> - <!-- Karsten Thygesen --> - <li><a href="http://sunsite.dk/">SunSITE.dk</a> - <!-- Bob Valiant --> - <li><a href="http://seactc.net">Seattle Community Technology Alliance - (SCTA)</a> - <!-- Chris Dagdigian --> - <li><a href="http://www.bioperl.org/">www.bioperl.org</a>, - <a href="http://www.biojava.org/">www.biojava.org</a>, - <a href="http://www.bioXML.org/">www.bioXML.org</a>, - <a href="http://www.biocorba.org/">www.biocorba.org</a>, - <a href="http://www.biopython.org/">www.biopython.org</a>, - <a href="http://www.open-bio.org/">www.open-bio.org</a> - <!-- David Parr --> - <li><a href="http://lists.dalsemi.com/">lists.dalsemi.com</a> - <!-- Lic. Vladimir Valdespino Mojena --> - <li><a href="http://www.cmw.sld.cu/">www.cmw.sld.cu</a> - <!-- Parag Mehta --> - <li><a href="http://www.ilug-bom.org.in/">Indian Linux Users Group - - Mumbai Chapter</a> - <!-- Daniel James --> - <li><a href="http://linux.org.uk/">linux.org.uk (Alan Cox's - site)</a> and <a href="http://linuxuser.co.uk/">linuxuser.co.uk</a> - <!-- Richard Shilling --> - <li><a href="http://www.beowulf.org/mailman/listinfo/beowulf">Beowulf</a> - <!-- Jeff @ SpamCop --> - <li><a href="http://spamcop.net">SpamCop</a>, along with - <a href="http://news.spamcop.net">Mailman and the archives</a> - <!-- Andreas Hasenack --> - <li><a href="http://distro.conectiva.com/">distro.conectiva.com</a> - <!-- Kathleen Weaver --> - <li><a href="http://www.click-l.com/">www.click-l.com</a> - <!-- Gregory Keefe --> - <li><a href="http://www.hn.org/">Hammernode Internet Services, Int'l</a> - <!-- Mop Da Floors --> - <li><a href="http://www.wi2600.org/">www.wi2600.org</a> - <!-- Jason McGillivray --> - <li><a href="http://www.opensourcedirectory.org/">Open-Source Directory</a> - <!-- Patrick Lacson --> - <li><a href="http://hidetheword.org">hidetheword.org</a> - <!-- David Hallowell --> - <li><a href="http://www.guardian.co.uk/">Guardian Unlimited (the - site of the UK newspaper <em>The Guardian</em>)</a>. - <!-- President @ chatster --> - <li><a href="http://www.chatster.org/mailman/listinfo/">chatser.org</a> - <!-- Jason Kaufman --> - <li><a href="http://www.cleaning.com/">Clean Media, Inc.</a> - <!-- Daniel Robbins --> - <li><a href="http://www.gentoo.org/">Gentoo Linux</a> - <!-- Rolando Guerra --> - <li><a href="http://listas.rcp.net.pe/">rcp.net.pe</a> - <!-- Bharath Chari --> - <li><a href="http://www.arachnis.com/">www.arachnis.com</a> - <!-- Supreet Sethi --> - <li><a href="http://www.sarai.net/">Sarai (New Media Initiative)</a> - <!-- Pankaj Kaushal --> - <li><a href="http://www.gnu-india.org">The Hurd - development/hacking group in India</a> - <!-- Quique --> - <li><a href="http://www.sindominio.net">sindominio.net</a> - <!-- Mike Watterson --> - <li><a href="http://www.chesapeakechurch.org">Chesapeake Church</a> - <!-- Marcos Rodrigues --> - <li><a href="http://www.unc-ct.rct-sc.br">Universidade do - Contestado-UnC Curitibanos/SC/Brasil</a> - <!-- Quique --> - <li><a href="http://sindominio.net">sindominio.net</a> - <!-- Damir Horvat --> - <li><a href="http://www.voljatel.si">VOLJATEL telekomunikacije d.d.</a> - <!-- Rod (Gentle) Ellis --> - <li><a href="http://www.JesusList.com">JesusList.com</a> - <!-- Jeffery Cann --> - <li><a href="http://clue.denver.co.us/">CLUE - Colorado Linux - Users and Enthusiasts</a> - <!-- Zoltan Arpadffy --> - <li><a href="http://www.polarhome.com/">www.polarhome.com</a> - <!-- webmaster@closeadeal.com --> - <li><a - href="http://www.closeadeal.com/mailman/listinfo/eureka_closeadeal.com" - >CloseADeal.com</a> - <!-- Jim Reisert --> - <li><a href="http://lists.contesting.com/mailman/listinfo" - >Contesting.com</a>, Amateur ("Ham") Radio lists. - <!-- Stephen McKeown --> - <li><a href="http://www.jmbarrie.net">http://www.jmbarrie.net</a> - <!-- Dennis Du Bois --> - <li><a href="http://freelance-seattle.net/">Freelance-Seattle.net</a> - <!-- Charles Tucker --> - <li><a href="http://www.riverbend.com/">Riverbend Church</a> - <!-- Ben Dyer --> - <li><a href="http://lists.evolt.org/">Evolt.org</a> - <!-- munindo --> - <li><a href="http://mail2.factsoft.de/mailman/listinfo/national" - >http://mail2.factsoft.de/mailman/listinfo/national</a> - <!-- Ignacio Valdez --> - <li><a href="http://www.linuxmednews.com">Linux Medical News</a> - <!-- Dean Strik --> - <li><a href="http://lists.stack.nl/">stack.nl</a> - <!-- Jim Goltz --> - <li>NFR Security - <!-- Stephan Richter --> - <li><a href="http://iuveno-net.de/">iuveno-net.de</a> - <!-- Johnny Fuerst --> - <li><a href="http://mailman.cathat.net/">cathat.net</a> - <!-- gulli --> - <li><a href="http://www.heise.de/bin/newsletter/listinfo/newsticker" - >heise-newsletter</a>, the biggest news-website for - it-professionals in Germany. - <!-- Alden Gillespy --> - <li><a href="http://www.thetestpattern.com/">Test Pattern Radio</a> - <!-- Roberto Mogliotti --> - <li><a href="http://lists.atlink.it/">ATLink SRL</a> - <!-- Daniel Buchmann --> - <li><a href="http://www.bibsys.com/english.html">BIBSYS (Library - Automation System, Norway)</a> - <!-- Tim Lyons --> - <li><a href="http://www.digitalvoodoo.org">www.digitalvoodoo.org</a> - <!-- Michael Neil Felzien --> - <li><a href="http://www.pied.com/">Process Integrated Engineering - Design (PIED)</a> - <!-- mark roberts --> - <li>BBSRC (Bioscience and Biotechnical Scientific Research Council) - <!-- Joshua Erdman --> - <li><a href="http://www.ernestallen.com">Ernest & Allen</a> - <!-- Hank Roth --> - <li><a href="http://pnews.org/">pnews.org</a> - <!-- Rene Lange --> - <li><a href="http://www.tlug.de">Linux Users Group, Germany</a> - <!-- switzerland --> - <li><a href="http://lists.indymedia.org">indymedia</a> - <!-- Keith Patton --> - <li><a href="http://www.ethicalmedia.com">Ethical Media Ltd</a> - <!-- Leandro Rache Sanchez --> - <li><a href="http://www.hipertek.net">Hipertek Ltda</a>, Bogota, - Columbia</a> - <!-- Yann Forget --> - <li><a href="http://mail.ynternet.net/mailman/listinfo" - >ynternet.org</a> - <!-- Renn --> - <li><a href="http://csrfree.csrsr.ncu.edu.tw/mailman/listinfo/ncuce83/" - >National Central University, Dept. of Civil Engineering, the 83th</a> - <!-- Jesse Trucks --> - <li><A HREF="http://list.cyberius.net">Cyberius' Network lists</A> - <!-- Erik J. Heels --> - <li><a href="http://www.iserver.com">iServer</a> and - <a href="http://www.lawlawlaw.com">www.lawlawlaw.com</a> - <!-- Peter Verhas --> - <li><a href="http://Scriptbasic.com">Scriptbasic.com</a> - <!-- webmaster@itxzone.com --> - <li><a href="http://www.itxzone.com/">ITXZONE: The Indian IT Zone</a> - <!-- renn@cy1000.com.tw --> - <li><a - href="http://csrfree.csrsr.ncu.edu.tw/mailman/listinfo/ncuce83/" - >National Central University, Dept. of Civil Engineering, the 83th</a> - <!-- Jerry Feldman --> - <li><a href="http://www.blu.org/">Boston Linux and Unix user group</a> - <!-- Leandro Rache Sanchez --> - <li><a href="http://www.hipertek.net/">Hipertek Ltda.</a> - <!-- Jan Kampherbeek --> - <li><a href="http://spiderpro.com/">SpiderPro</a> - <!-- Porfirio Trincheiras --> - <li><a href="http://www.fmh.utl.pt">Faculdade de Motricidade - Humana</a> and - <a href="http://www.fmv.utl.pt">Faculdade de Medicina Veterinária</a> - <!-- info@compamerica.com --> - <li><a href="http://www.american-computer.com">American Computer</a> - <!-- Bob Radvanovsky --> - <li><a href="http://www.unixworks.net">Unixworks</a> - <!-- Mats Brante --> - <li><a href="http://www.osthyvel.net">Osthyvel.net</a> - <!-- Nemeth Tamas --> - <li><a href="http://lists.sek.nyme.hu">University of West Hungary</a> - <!-- Marc MERLIN --> - <li><a href="http://lists.svlug.org/lists/listinfo/">Silicon Valley - Linux Users' Group</a> - <!-- Bernardo Bernal González --> - <li><a href="http://www.fundaciongsr.es">German Sanchez Ruiperez - Foundation, Spain</a> - <!-- Alejandro G. Sánchez Martínez --> - <li><a href="http://www.red-libre.com">www.red-libre.com</a> - <!-- Randy Stoeker --> - <li><a href="http://comm-org.utoledo.edu">COMM-ORG: The On-Line - Conference on Community Organizing</a> - <!-- Josenivaldo Benito Junior --> - <li>FAI - Faculdades Adamantinenses Integradas - <!-- Ravi Starzl --> - <li><a href="http://www.oddzz.com">Oddzz</a> and <a - href="http://www.casinozz.com">Casinozz</a>. - <!-- Don Sizemore --> - <li><a href="http://www.ibiblio.org">ibiblio</a> - <!-- Marc Bitner --> - <li><a href="http://shrplist.umsmed.edu/mailman/listinfo/him-l">University - of Mississippi Medical Center HIM Listserve</a> - <!-- Eli Caul --> - <li><a href="http://www.mirafiori.com">the Fiat Page</a> - (automotive), with mailing lists at - <a href="http://www.mirafiori.com/lists">this url</a>. - <!-- Art Jones --> - <li><a href="http://www.meteoritecentral.com/">Meteorite - Central</a> via the mailing lists at Pair Networks. - <!-- Alstair Hutchinson --> - <li><a href="http://www.deviantpc.com">DeviantPC</a> - <!-- George D. Holmes --> - <li><a href="http://mailman.csce.uark.edu">The Computer Science & - Computer Engineering</a> department at the University of Arkansas. - <!-- steven --> - <li><a href="http://www.shakespeare-monologues.org/">Shakespeare's - Monologues</a> with mailing lists at - <a - href="http://lists.shakespeare-monologues.org/mailman/listinfo/discussion">this url</a>. - <!-- Kenneth Irving --> - <li><a href="http://www.fq.edu.uy">Universidad de la República, - Facultad de Química, Uruguay</a> - <!-- Ian McCormack --> - <li><a href="http://www.ne4x4.org.uk/">North East 4x4 club</a> - <!-- Jörn Nettingsmeier --> - <li><a href="http://www.linuxdj.com/audio/lad/">Linux Audio - Mailing Lists</a> - <!-- Dirk H. Shulz --> - <li><a href="http://www.multibyte.de">MultiByte GmbH</a> - <!-- Justin Yunke --> - <li><a href="http://www.elists.org/">Elists Online</a> - <!-- John C. Amodeo --> - <li><a href="http://fas.rutgers.edu">FAS - Rutgers, The State - University of New Jersey</a> - <!-- Lucian Daniel Kafka --> - <li><a href="http://www.conexim.com.au">Conexim web hosting Australia</a> - <!-- zainul bakri --> - <li>National Institute of Health Research and Development, Indonesia. - <!-- Chris Olson --> - <li><a href="http://astcomm.net/">AST Communications, Inc.</a> - <!-- Derek Colley --> - <li><a href="http://listserv.sap.com/">SAP</a> - <!-- Christian Thamer --> - <li><a href="http://www.iwl.com/Support/lists.html">InterWorking Labs</a> - <!-- A. Sajjad Zaidi --> - <li><a href="http://www.tokyopc.org/">Tokyo PC Users Group</a> - with mailing lists <a - href="http://www.tokyopc.org/mailman/listinfo/">here</a>. - <!-- Dr. David A. Zatz --> - <li><a href="http://allpar.com/">Allpar.com (Chrysler enthusiasts)</a> - <!-- Donna Hanlon --> - <li><a href="http://brainmap.wustl.edu">Van Essen Lab at Washington - University School of Medicine</a> - <!-- Matt Helsley --> - <li><a href="http://linux.ucla.edu">UCLA LUG</a> with mailing - lists <a href="http://linux.ucla.edu/mailman/listinfo">here</a>. - <!-- Erisian Saint Vinge --> - <li><a href="http://www.azone.org/">Azone</a> - <!-- Nicolas Cartron --> - <li><a href="http://squirrelmail-fr.org">SquirrelMail (French)</a> - <!-- Shakaraji Thakor --> - <li><a href="http://mail.gnvfc.com/mailman/listinfo">GNFC Ltd</a> - <!-- Peter Turner --> - <li><a href="http://www.edow.org">Diocese of Washington</a> - <!-- Gottfried Hamm --> - <li><a href="http://lists.ghks.de/">Gottfried Hamm - KommunikationsSysteme</a> - <!-- Richard Lippmann --> - <li><a href="http://www.zirndorf.de">Cultural events in Zirndorf, - Bavaria</a> - <!-- Gualter Barbas Baptista --> - <li><a href="http://gaia.org.pt">GAIA</a>, with mailing lists at - <a href="http://gaia.org.pt/listas/">here</a>. - <!-- Ansgar Schmidt --> - <li><a href="http://auriga.wearlab.de">Free Mobile Software System</a> - <!-- Goncalo Luiz --> - <li>Instituto Superior Tecnico - <!-- Alberto Molpeceres --> - <li><a href="http://www.javahispano.org">JavaHispano</a> with - mailing lists at <a href="http://listas.javahispano.org" - >listas.javahispano.org</a> - <!-- Paulo Eduardo Eves --> - <li><a href="http://www.samba-choro.com.br">Agenda do Samba & - Choro</a> with mailing lists at <a - href="http://www.samba-choro.com.br/mailman/listinfo" - >www.samba-choro.com.br</a>. - <!-- Hatuka*nezumi --> - <li><a href="http://www.jca.apc.org/">JCA-NET Service</a> with - mailing lists at <a href="http://list.jca.apc.org/" - >http://list.jca.apc.org/</a> - <!-- Frederick Noronha --> - <li><a href="http://www.indialists.org">Indialists.org</a> - <!-- Chris Szilagyi --> - <li><a href="http://www.apex-internet.com">Apex Internet Solutions</a> - <!-- M Syafii --> - <li><a href="http://groups.or.id/mailman/listinfo">Indonesian mailing - lists</a> - <!-- Jeff Coleman --> - <li><a href="http://contribs.org">contribs.org</a> - <!-- Christophe --> - <li><a href="http://www.stalig.com">stalig.com</a> with mailing - lists at <a href="http://lists.stalig.com">lists.stalig.com</a> - <!-- Rob Stolk --> - <li><a href="http://www.veteransgroups.com/">Veteransgroups - Mailing lists for Allied War Veterans</a> - <!-- Sudhir Kumar --> - <li><a href="http://www.infogateindia.com">Infogate Technologies</a> - <!-- Eric Bush --> - <li><a href="http://www.lastalarm.net">The Last Alarm Network</a> - <!-- Signis Vavere --> - <li><a href="http://ffl.vip.lv/">FFL</a> - <!-- Tom Wills --> - <li><a href="http://www.ti99hof.org/olug">TI-99/4A On-Line User Group</a> - and them <a href="http://www.ti99hof.org">TI99'ers Hall of Fame</a>. - <!-- Donald A Green --> - <li><a href="http://vermontshepherds.com/">Vermont Shepherds"</a> - <!-- Martin J. Green --> - <li><a href="http://www.firstinternetservices.com">First Internet - Services</a> - <li><a href="http://www.come-to-chat.com">Come-to-Chat IRC Network</a> - <!-- Liouma Tokitsu --> - <li><a href="http://www.tokitsu.com">Tokitsu-Ryu Academy</a> - <!-- Carlos Fernando Casteñeda --> - <li><a href="http://www.caucacyt.org.co">Science and Technology Caucana - Agenda</a> - <!-- David Stockford --> - <li><a href="http://www.gradwell.com/knowledge/mailman.php">Gradwell dot - com ltd</a> - <!-- demo --> - <li><a href="http://www.artsadmin.co.uk/information/edigest.htm">Artsadmin, - London</a>, with mailing lists - <a href="http://lists.artsadmin.co.uk/mailman/listinfo">here</a> - <!-- Bruce Badger --> - <li><a href="http://lists.openskills.net/">OpenSkills</a> - <!-- Bob Walters --> - <li><a href="http://www.lunarantics.com">The Lunar Antics (Daily - Comics)</a> - <!-- Ziya Karakaya --> - <li><a href="http://www.atilim.edu.tr">Atilim University</a> - <!-- Massimiliano Ferrero --> - <li><a href="http://www.midhgard.it">Midhgard srl</a> - <!-- Clifford Helsel --> - <li><a href="http://www.thesolutioncafe.com">The Solution Cafe, Inc.</a> - <!-- Andrew McCarron --> - <li><a href="http://www.hostcapacity.com">Host Capacity</a> - <!-- Jim Papamichos --> - <li><a href="http://xms.gr">xms.gr</a> - <!-- John Burden --> - <li><a href="http://www.markethotline.com">Market Hotline</a> - <!-- Marco Salgado Arellano --> - <li><a href="http://listas.inf.utfsm.cl">Universidad Tecnica Federico - Santa Maria, Departamento de Informatica, Valparaiso, Chile</a> - <!-- Tom Knight --> - <li><a href="http://www.ahds.ac.uk">Arts & Humanities Data Service</a> - <!-- Manuel Alejandro Rodriguez --> - <li><a href="http://www.mmug.org.ar">Macromedia User Group Argentina</a> - <!-- ScratchMonkey --> - <li><a href="http://lists.matureasskickers.net/mailman/listinfo" - >MatureAsskickers</a> - <!-- François Renaville --> - <li><a href="http://www.lists.ulg.ac.be/mailman/listinfo/euroback" - >Euroback</a> - <!-- Oliver Schulze L. --> - <li><a href="http://www.linux.org.py/mailman/listinfo">Linux Users in - Paraguay-South America</a> - <!-- André Fliß --> - <li><a href="http://www.planetgroove.com"/>Planet Groove</a> - <!-- Bill Osborne --> - <li><a href="http://www.isfa.com">Isfa.com</a> - <!-- Dane --> - <li><a href="http://www.z-7.ch">Z7</a> - <!-- Giovani Spagnolo --> - <li><a href="http://listas.softwarelivre.org">Projecto Software Livre - Brasil</a> - <!-- Fabrizio Sebastiani --> - <li><a href="http://lists.lugroma.org/mailman/listinfo/">LUGRoma, LInux - User Group di Roma</a> - <li><a href="http://lists.ffii.org/mailman/listinfo">FFII</a> - <!-- Mike Jackson --> - <li><a href="http://www.dvdverdict.com">DVD Verdict</a> - <!-- Sebastian Laubscher --> - <li><a href="http://mail.spby.com/cgi-bin/mailman/listinfo>Spherical - Bytes</a> - <!-- Edward Maas --> - <li><a href="http://www.moulin.nl/property-newsletter">Immoulin (Real - Estate) BV</a> - <!-- Julião Braga --> - <li><a href="http://www.redepegasus.com.br">Pegasus Network (Brazil)</a> - <!-- Tara --> - <li><a href="http://www.tarasfunpages.com">http://www.tarasfunpages.com</a> - <li><a href="http://www.aboveallgreetings.com" - >http://www.aboveallgreetings.com</a> - <li><a href="http://www.daylight2twilight.com" - >http://www.daylight2twilight.com</a> - <!-- Lars Wilke --> - <li><a href="http://www.summacultura.de">Summa Cultura</a> - <!-- Gonzalo E. Diaz MD --> - <li><a href="http://drgdiaz.com/ultrasound-l.shtml">CAD Color Ultrasound</a> - <!-- Stefan Waidele jun. --> - <li><a href="http://linuxbasics.org">Linux Basics</a> - <!-- Anton Geijsendorpher --> - <li><a href="http://www.accessint.co.za">Access International</a> - <!-- Paul Frenken --> - <li><a href="http://www.colaip.org/">Columbus Association of Internet - Professionals (COLAIP)</a> - <!-- Jose Hales-Garcia --> - <li><a href="http://lists.stat.ucla.edu/">UCLA Department of - Statistics</a><br> - <a href="http://lists.ucla.edu/">UCLA</a> - <!-- Bruna Carolina Nani --> - <li><a href="http://listas.dcc.ufmg.br">Departamento de Ciência da - Computação da Universidade Federal de Minas Gerais, Belo Horizonte-MG, - Brasil</a> - <!-- Jérôme Warnier --> - <li><a href="http://lists.beeznest.net">BeezNest</a><br> - <a href="http://lists.bxlug.be">BxLUG (Brussels Linux User Group)</a> - <!-- Tobias McNulty --> - <li><a href="http://lists.ppckernel.org">PowerPC Kernel Archives</a> - <!-- André Schnitzler --> - <li><a href="http://www.papaya-cms.com/">Papaya CMS</a> - <!-- Andrea Rachl --> - <li><a href="http://effet.info">effet webservices & eSolutions</a> -</ul> - -</td><!-- end of body cell --> -</tr><!-- end of sidebar/body row --> -</table><!-- end of page table --> -</body></html> diff --git a/admin/www/jwzrebuttal.html b/admin/www/jwzrebuttal.html index 0ea5162f..a0e5b9ef 100644 --- a/admin/www/jwzrebuttal.html +++ b/admin/www/jwzrebuttal.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:00 2006 --> +<!-- Mon Sep 4 21:18:07 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/lists.html b/admin/www/lists.html index 9b757a7d..18130622 100644 --- a/admin/www/lists.html +++ b/admin/www/lists.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:00 2006 --> +<!-- Mon Sep 4 21:18:07 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<b>Mailing lists</b> +<b>Mailing Lists</b> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/mgrs.html b/admin/www/mgrs.html index 3988b3df..9e09a3ef 100644 --- a/admin/www/mgrs.html +++ b/admin/www/mgrs.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:00 2006 --> +<!-- Mon Sep 4 21:18:08 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/mirrors.html b/admin/www/mirrors.html index aadc69e8..eed29d31 100644 --- a/admin/www/mirrors.html +++ b/admin/www/mirrors.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:00 2006 --> +<!-- Mon Sep 4 21:18:08 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/otherstuff.html b/admin/www/otherstuff.html index f90338fe..8c5b7a7d 100644 --- a/admin/www/otherstuff.html +++ b/admin/www/otherstuff.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:00 2006 --> +<!-- Mon Sep 4 21:18:08 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/requirements.html b/admin/www/requirements.html index 15354a05..9094a399 100644 --- a/admin/www/requirements.html +++ b/admin/www/requirements.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:01 2006 --> +<!-- Mon Sep 4 21:18:09 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/security.html b/admin/www/security.html index eb0b8b4c..6574dbe9 100644 --- a/admin/www/security.html +++ b/admin/www/security.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:01 2006 --> +<!-- Mon Sep 4 21:18:09 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/site.html b/admin/www/site.html index fb75dd53..d1f81e19 100644 --- a/admin/www/site.html +++ b/admin/www/site.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:01 2006 --> +<!-- Mon Sep 4 21:18:09 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/todo.html b/admin/www/todo.html index a2d276ab..5f965828 100644 --- a/admin/www/todo.html +++ b/admin/www/todo.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:02 2006 --> +<!-- Mon Sep 4 21:18:11 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> @@ -162,7 +162,7 @@ entire article is permitted in any medium, provided this notice is preserved. <h3> The Mailman Wishlist </h3> <p> -<h3> (Last Update: $Date: 2006-09-02 17:47:57 +0100 (Sat, 02 Sep 2006) $) +<h3> (Last Update: $Date: 2006-09-05 02:20:57 +0100 (Tue, 05 Sep 2006) $) </h3> Here's the wish list for future versions of Mailman. Many new features have been added to Mailman 2.1, and it is currently diff --git a/admin/www/users.html b/admin/www/users.html index 0286ccdd..e26c8d46 100644 --- a/admin/www/users.html +++ b/admin/www/users.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:01 2006 --> +<!-- Mon Sep 4 21:18:10 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> diff --git a/admin/www/version.html b/admin/www/version.html index 29e5ccdc..f9762c6d 100644 --- a/admin/www/version.html +++ b/admin/www/version.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Sat Sep 2 12:47:01 2006 --> +<!-- Mon Sep 4 21:18:10 2006 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -51,11 +51,11 @@ body { margin: 0px; } <a href="./docs.html">Documentation</a> </td> <td bgcolor="#eecfa1"> -<a href="./lists.html">Mailing lists</a> +<a href="./lists.html">Mailing Lists</a> </td> </tr><tr> <td bgcolor="#eecfa1"> - +<a href="http://wiki.list.org/x/DQ">Community</a> </td> <td bgcolor="#eecfa1"> <a href="./help.html">Help</a> |