| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 1 | -1/+1 |
| | | | | | package. | ||||
| * | Refactor the subcommands so that the infrastructure does more of the menial | Barry Warsaw | 2009-08-16 | 1 | -1/+17 |
| | | | | | | | | tasks. This also let's the bin/mailman command sort its subcommands for help printing. Add the outline of a 'members' subcommand. | ||||
| * | bin/mailman help as an alias for bin/mailman --help | Barry Warsaw | 2009-08-09 | 1 | -1/+1 |
| | | |||||
| * | A start on the 'mailman' subcommand layout, with the help of argparse. Right | Barry Warsaw | 2009-08-09 | 1 | -0/+79 |
| now the only subcommand is 'lists' which displays all mailing lists like the old bin/list_lists command did (which is now removed). Remove bin/version since 'bin/mailman --version' does this for us. Simplify the calculation of the bin scripts; there will be many fewer of them. Extend i18n to use a class based structure. By default, all i18n strings are dedented after translation and substitution, which improves command line help. The class structure allows for overriding this behavior. | |||||
