summaryrefslogtreecommitdiff
path: root/cgi/archives
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been removed, replaced by the driver script architecture.bwarsaw1998-06-191-25/+0
|
* Replaced with Mailman.runcgi-wrapped code that runs Mailman.Cgi.<script>viega1998-06-141-75/+6
|
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-4/+5
| | | | | | | | | | | from $PATH 2. Do no direct sys.path munging in this file. Import the `paths' module, which is created during the configure process, and which performs all necessary path munging (and exports some useful variables too). 3. Remove RCS crud
* Fixed a typo in the zipcode.viega1998-05-261-1/+1
|
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-0/+15
| | | | | | | do so. Added a copy of the GNU GPL. Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
* Note that this is being deprecated since we're switching over to anmailman1998-04-091-0/+3
| | | | external archiver.
* Whoops - had wrong label on the sys.stderr logger...mailman1998-04-081-1/+1
|
* Utilizing mm_utils.StampedLogger() on stderr for debugging, instead ofklm1998-03-301-2/+10
| | | | | | explicit (prone-to-failure) file. (Note that this file is being deprecated, nonetheless.)
* Normalize the list name to lower case. (Email doesn't care, butmailman1998-03-051-2/+2
| | | | the web - URLs - does.)
* Initial revisionmailman1998-02-271-0/+67