summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-2/+3
| | | | | | | Specifically, Install pending_subscriptions.db into $DATADIR, which is calculated relative to VAR_PREFIX.
* Copies the jpg and png files into $prefix/icons. Closes SF patchbwarsaw2000-09-191-1/+3
| | | | #101334, contributed by dgc.
* Morsel.OutputString(): The continue test was wrong; it should test forbwarsaw2000-07-201-1/+1
| | | | | | | | | | | falseness, it should explicitly test for the empty string otherwise this fails: c['foo']['max-age'] = 0 but this succeeds c['foo']['max-age'] = "0"
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-212-2/+2
|
* Added standard PythonPowered logo (converted to PNG since GIFs are notbwarsaw2000-03-152-0/+0
| | | | | | | allowed -- hopefully I preserved transparency enough to be fairly decently rendered in MSIE and NS using the standard background). Added gnu-head logo, shrunk 20% from the standard gnu-head-sm.jpg
* Don't copy paths.py into the $PREFIX/mail subdir... it's unnecessarybwarsaw1999-11-241-1/+1
| | | | | because the only thing still in that subdir is the binary wrapper program.
* Removing all gifs. Convert logos to jpgs.bwarsaw1999-11-014-0/+0
|
* Added Emacs turd to bottom of file.bwarsaw1999-07-161-0/+4
|
* Dragon's logosbwarsaw1999-05-022-0/+0
|
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
| | | | | | | | | | | | propagate version string changes to the public (you have to autoreconf, then reconfigure and reinstall). Now, VERSION is set directory in Defaults.py.in and the Release.py script updates that file directly. Now we just need to run ./config.status and do a re-install. I hope this will make things easier. I'm also bumping the version to 1.0b8, so I can do a release tomorrow.
* make finishbwarsaw1998-10-201-0/+2
|
* Updated the comments, don't need to import osbwarsaw1998-06-221-4/+0
|
* Now that everything's packagized, put only $prefix on sys.path.bwarsaw1998-06-191-5/+1
|
* Tim's new copyright.bwarsaw1998-06-191-4/+29
| | | | Remove the bogus RCS crud
* Modified to insert the $prefix directory in so the Mailman module isviega1998-06-141-0/+4
| | | | | visible. Eventually the $prefix/Mailman addition to sys.path should be removed...
* Install pending_subscriptions.db with `DATAMODE', e.g. 664 (groupbwarsaw1998-06-011-1/+2
| | | | writable).
* Install pending_subscriptions.db into $(prefix)/databwarsaw1998-05-291-1/+2
|
* Modified to generate the confirmation database file.viega1998-05-291-0/+1
| | | | Barry, you might want to check to make sure I did it right...
* An empty database file for pending subscriptions. This file has to beviega1998-05-291-0/+1
| | | | | here, otherwise the permissions on the file will get created w/ nobody as a uid instead of mailman, which can mess things up.
* Add mail to the list of directories for which paths.py should be generated.viega1998-05-281-1/+1
|
* Ignore the Makefilebwarsaw1998-05-261-0/+2
|
* Autoconf template for this directory's Makefile.bwarsaw1998-05-261-0/+72
|
* Autoconf template for all module path hacking.bwarsaw1998-05-261-0/+41
|
* Use the correct url for mailman.klm1998-04-281-2/+2
|
* Handle http cookies as dictionaries from within a cgi script.mailman1998-04-101-0/+553
|
* First stab at substituting the real list name.mailman1998-01-141-23/+2
|
* Initial revisionmailman1998-01-141-0/+25