summaryrefslogtreecommitdiff
path: root/admin/bin
Commit message (Collapse)AuthorAgeFilesLines
* Move the admin directory outside the main source directorybwarsaw2006-04-244-550/+0
|
* Now there are directories which have no 'CVS'.tkikuchi2006-01-271-1/+2
|
* templ2po.py normalization of '\r\n' to '\n'.tkikuchi2006-01-081-1/+1
| | | | | templ2pot.py ... associated change. templ2po.py ... bug fix.
* Add helper script for generating po message translations from templatestkikuchi2005-12-061-0/+131
| | | | directory files. This should only be used once by the code maintainer.
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-272-2/+2
|
* checkout(): Remove .mo files, which cvs still insists on checking outbwarsaw2003-04-241-16/+27
| | | | from the attic. A few other code cleanups.
* Work around more new cvs idiosyncrasiesbwarsaw2002-12-311-4/+3
|
* bump version.ht not download.ht nowbwarsaw2002-12-271-20/+20
|
* cvsdo(): Use "cvs -d" instead of relying on $CVSROOT. I don't knowbwarsaw2002-12-111-1/+3
| | | | why this broke, perhaps my recent upgrade to RH7.3?
* Fix the most egregious problems.bwarsaw2002-12-091-17/+19
|
* Put a link to the FAQ wizard at the top of the page.bwarsaw2002-04-191-2/+3
|
* Update copyright years.bwarsaw2002-03-161-3/+1
|
* do_bump(): Use DD-MMM-YYYY date format.bwarsaw2001-07-121-2/+1
|
* Skip the legalese paragraph, and be a little more robust about input.bwarsaw2001-07-121-3/+12
|
* do_bump(): Typobwarsaw2001-03-041-2/+2
|
* string module functions to string methods.bwarsaw2000-12-201-36/+40
| | | | | do_bump(): Handle updating the version in multiple template files, currently index.ht and download.ht.
* do_bump(): Fix print statementbwarsaw2000-11-211-1/+1
|
* a few updatesbwarsaw2000-11-101-4/+2
|
* FAQ to .ht generatorbwarsaw2000-11-081-0/+101
|
* Convert to a .ht generator and take the input and output file namesbwarsaw2000-11-081-6/+6
| | | | from the command line.
* Removed debugging print.bwarsaw2000-09-221-1/+0
|
* New TODO => todo.html generator. Requires Python 2.0bwarsaw2000-09-221-52/+47
|
* If $CVSROOT isn't set, guess it from CVS/Root, otherwise abort.bwarsaw2000-06-201-4/+14
|
* checkout(), make_pkg(): Some re-org and fixing for new SourceForgebwarsaw2000-06-201-10/+14
| | | | development platform.
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-212-0/+33
|
* Hack Mailman/Version.py when changing the version number.bwarsaw1999-11-101-4/+4
|
* Don't distribute the docs with the main tarball -- it's more thanbwarsaw1999-07-241-0/+2
| | | | double the size of the source (yay MS!).
* Slight rewrite of docstringbwarsaw1999-03-261-2/+2
|
* Ignore Emacs page delimiter at the end of TODO filebwarsaw1999-01-151-1/+4
|
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-9/+13
| | | | | | | | | | | | 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.
* Fixed making of the tarballbwarsaw1998-12-311-32/+43
|
* Script to create, tag, package releasesbwarsaw1998-12-311-0/+180
|
* Changed the paths so that this script can be run from the top levelbwarsaw1998-12-311-3/+3
| | | | | Mailman directory. It's now called from admin/bin/Release.py, which is also run from the top level directory.
* Somehow I missed adding this one when I added the web pages to the cvsviega1998-06-211-0/+53
tree. This script just generates todo.html from the TODO file.