summaryrefslogtreecommitdiff
path: root/templates/en
Commit message (Collapse)AuthorAgeFilesLines
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-1645-1316/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | existing unit tests. Here's a summary of the changes. - Removed all dependent third party packages, since the setup.py file now claims all package dependencies such that they can be automatically installed from the cheeseshop. - Moved the misc directory into the Mailman package as Mailman/data. Moved templates and messages to Mailman subpackages. - Added an ILanguageManager interface, plus an implementation, so that we don't use Defaults.LC_DESCRIPTIONS directly anymore. Added a doctest for this interface and implementation. Defaults.LANGUAGES is moved into mailman.cfg. Defaults.LANGUAGE_DICT is moved to _DEFAULT_LANGUAGE_DATA, and LC_DESCRIPTIONS is removed. The calculation of the available and enabled languages is moved to the Configuration class, but this will probably still need work. Utils.GetLanguageDescr() and Utils.IsLanguage() are removed. I'd like to remove GetCharSet() eventually too, but there are too many uses of this currently, so I'm deferring it. - Utils.findtext(): Hacks added so that templates can be retrieved from the language catalog. The hack is that the template contents are used to find the translation, but in the one test case where this is actually flexed, the trailing newline in the file contents has to be trimmed. This is probably not right. - No more Defaults.py.in or mm_cfg.py! Defaults.py.in is moved to Defaults.py and is no longer created from a template file. The script called make_instance is added which creates an etc/mailman.cfg file from mailman.cfg.in (previously, mailman.cfg.sample) and /that/ file now has the small number of calculated values. In general, make_instance will not touch mailman.cfg if it exists, unless the --force option is given. CGIEXT is made the empty string by default (i.e. not generated). make_instance grows a --var-dir option. Fleshed out the --languages opton. - Defaults.py grows a DEFAULT_VAR_DIRECTORY variable, which is the default location of the 'var' directory. The Configuration class uses this as one of the directories it searches for its landmark, i.e. etc/mailman.cfg. RUNTIME_DIR is gone, as is VAR_PREFIX. - testall needs to write MAILMAN_USER, MAILMAN_UID, MAILMAN_GROUP, MAILMAN_GID, and LANGUAGES run time variables. - bin/withlist no longer needs to add config.BIN_DIR to sys.path, because in fact that variable doesn't exist any more. - Tweak the French catalog to make a test work. This is needed because of the conversion from %-strings to $-strings. - The setup.py now generates the .mo files before it does its thing. This will have to be fixed, but for now we must generate these files on setup build time instead of installation time. - Removed an unused interface.
* Revision marking makes these translations fuzzy.tkikuchi2006-08-053-3/+0
|
* - newlist.pymsapiro2006-06-081-1/+1
| | | | | | | | Added 'automate' option to be 'quiet' but still send admin notice. - admindbdetails.html Changed 'Approve' wording to 'Approve/Accept' for consistency with button labels.
* Confirmed member change of address is logged in the 'subscribe' log,msapiro2006-03-031-0/+4
| | | | | and if admin_notify_mchanges is true, a notice is sent to the list owner using a new adminaddrchgack.txt template.
* archtocnombox.html was introduced in 2_1-maint branch (2.1.4).tkikuchi2006-01-081-0/+18
| | | | Adding this file in MAIN.
* Fixes for bug 1080943.msapiro2005-12-121-1/+1
|
* Don't send password in probe.tkikuchi2005-11-301-4/+1
|
* adding en/probe.txttkikuchi2005-08-281-0/+28
|
* back port from 2.1.6.tkikuchi2005-08-283-10/+9
|
* GetConfigInfo(): Finally! Added the user_* substitutions for whenbwarsaw2003-04-191-10/+9
| | | | | | | | | | | personalization is enabled to the msg_header and msg_footer details. Also, updated the i18n headfoot.html templates as best I could. I removed the <code> markup around the variable names and removed all references to _internal_name. Other fixes as well. I may not have gotten everything right, so i18n'ers should double check their language template -- especially for the Asian languages.
* HTML repair in templates, by Richard Barrett. Closes bug #716755 andbwarsaw2003-04-191-3/+3
| | | | patch #661138
* Typo fix, closes SF patch #700537, Small typo in templates/en/options.html.twouters2003-03-101-2/+2
| | | | | | Changes to translated versions are very unlikely to be necessary :) 2.1 backport candidate.
* Added a %(meta)s placeholder where the http-equiv meta tag for thebwarsaw2002-11-181-0/+1
| | | | charset will go.
* Translators take note -- I added <mm-digest-question-start> andbwarsaw2002-11-161-1/+3
| | | | | | <mm-digest-question-end> tags so that this whole section can be commented out if there is no choice between digest and regular delivery for this list.
* Add a link to the listinfo page for the mailing list. Translators,bwarsaw2002-11-041-4/+6
| | | | take note!
* New English and Japanese templates for the i18n'ified archiver. Thebwarsaw2002-10-087-0/+85
| | | | | | English archives were part of SF patch #594771 by Simone Piunni with help from Tokio Kikuchi. Japanese templates were part of the latest Japanese updates by Tokio Kikuchi.
* Patch #546362 by Nicholas Russo to include the Subject: andbwarsaw2002-08-231-2/+2
| | | | | In-Reply-To: information in archive mailto urls. Closes bug #443952 reported by Stig Hackvan.
* Might as well add a link to the member's preferences page.bwarsaw2002-08-151-0/+1
|
* John Parise correctly notes that the wording was incorrect here.bwarsaw2002-07-131-2/+2
| | | | | | | Users should select "Yes" to totally conceal themselves. Closes SF patch #567834. Note to translation teams: Please update your options.html files!
* Instead of hardcoding the reason for becoming disabled in thisbwarsaw2002-05-281-2/+2
| | | | | | | message, we pass it in from the caller so that it can be used for other disable reasons. TRANSLATORS TAKE NOTE.
* intermediatebwarsaw2002-05-281-0/+8
|
* A little bit more clarity in the description of the "disable" option.bwarsaw2002-05-021-5/+6
|
* David Champion points out a typo.bwarsaw2002-05-021-2/+2
|
* Updates to the help.txt file for all supported languages. Basicallybwarsaw2002-05-021-73/+1
| | | | | | | | this moves the individual command helps out of the templates and replaces them with a placeholder (filled in by the cmd_help.py) module. Translators should double check my edits!
* Put the logout button in its own form so e.g. hitting return in thebwarsaw2002-03-251-3/+3
| | | | | | | "change my real name" field won't log you out. Since this is just tag-twiddling I feel confident doing this for all languages, but... Translators, please proofread!
* Add markup for the "set-digest-format-globally" button. Also, sincebwarsaw2002-03-221-2/+4
| | | | | | | | this is all just markup, I'm adding the <link> tag in the head for the favicon. Translators, please double check. I got the text for "Set globally" by cutting and pasting.
* A new template for the invitation emails.bwarsaw2002-03-141-0/+20
|
* Add description for no copies option.bwarsaw2002-03-051-8/+28
| | | | Translators: please update your templates.
* Add description for nodupes option.bwarsaw2002-03-051-0/+6
| | | | Translators: please update your templates.
* Reword the Set Digest Mode description because it can mistakenly leadbwarsaw2002-03-011-4/+4
| | | | | | | users to think they'll get only one digest per day. On busy lists, it's possible to get more than one digest per day. Sorry translators! This means I'll need updates to options.html.
* Typo fix.bwarsaw2002-01-311-1/+1
|
* Sigh. This template has to change to reflect the new sematics for thebwarsaw2002-01-231-7/+10
| | | | | | interpolation variables that are allowed in headers and footers. Translators: this needs updating.
* intermediatebwarsaw2002-01-041-0/+15
|
* Describe instructions for clearing the moderation bit, when the heldbwarsaw2002-01-031-2/+7
| | | | sender is a member on probation.
* Shortened so that we get to the meat earlier. Contains links to thebwarsaw2001-12-291-38/+8
| | | | detailed instructions page.
* English templates for the redesigned admindb pages.bwarsaw2001-12-292-0/+74
| | | | | | | | admindbdetails.html gives detailed instructions on how to use the administrative database pages (stripped out of admindbpreamble.html). admindbsummary.html is the preamble for the summary page (which is now what you see when you hit .../mailman/admindb).
* intermediatebwarsaw2001-12-271-0/+25
|
* This template is no longer necessary. Remove it in all the languages.bwarsaw2001-12-271-3/+0
|
* Fixed several inaccuracies and inconsistencies reported by Danielbwarsaw2001-11-061-21/+26
| | | | | Buchmann, including that Defer, Approve, Reject, Discard are valid for both held messages and held subscription requests.
* Unsubscription authorization request (sent to the admin, similar tobwarsaw2001-10-211-0/+11
| | | | the subscription authorization request).
* Reformatting for consistency.bwarsaw2001-10-211-3/+3
|
* bounce.txt no longer needs the leading MIME chrome, since we use thebwarsaw2001-10-091-7/+2
| | | | email package to constructa proper MIME message.
* nopass.txt template is no longer necessary, since MailUserPassword()bwarsaw2001-08-161-7/+0
| | | | no longer sends out notifications if the user's password is `false'.
* mailman-owner@%(hostname)s => %(siteowner)sbwarsaw2001-08-041-1/+1
|
* Change the second <MM-Subscribe-Form-Start> to <MM-Options-Form-Start>bwarsaw2001-08-021-2/+2
| | | | | so we can be directed to a different cgi when "Unsubscrib[ing] or edit[ing] options".
* Add a sentence and %()s placeholder for the confirmation url, allowingbwarsaw2001-07-301-2/+5
| | | | the user to cancel their held posting.
* Daniel Buchmann observes that the last paragraph is worded incorrectlybwarsaw2001-07-261-8/+5
| | | | | (since password reminders can be disabled), and redundantly (since the last sentence repeats earlier information). Rewrite this.
* Add a fullname box, in which the user can optionally type their name.bwarsaw2001-07-201-1/+5
|
* Changes to support realnames and topic filters. Specifically,bwarsaw2001-07-181-16/+65
| | | | | | | | | | | | | | - Put logout button in a table cell on the right side of the page - Redesign the "change your subscription" section so that the address and realname fields are below the descriptive text, not to the right of it. Added the real name field. Also, changed the text in the submit button to read "Change My Address and Name" and make both the submit button and the "Change Globally" button span both columns. - Under "Subscription Options", added an entry for the topic filter selection fields. If the list admin hasn't defined any topics, the value will be just the label "No topics defined".
* Mentor Cana points out that passwords are optional on this page, butbwarsaw2001-07-111-3/+9
| | | | | the text didn't reflect those semantics. I thought they had; this change must have gotten lost during the templates directory shuffle.