diff options
| author | bwarsaw | 2001-02-24 00:05:00 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-02-24 00:05:00 +0000 |
| commit | 43877483a0bb749bf61ac21a5e231c7eb5947f7d (patch) | |
| tree | a6cd07b85e9a88a71cd3c713a4d3625fbcda80ea | |
| parent | 8ce9b298dffd15a1f5d44120b698348b70dad1e7 (diff) | |
| download | mailman-43877483a0bb749bf61ac21a5e231c7eb5947f7d.tar.gz mailman-43877483a0bb749bf61ac21a5e231c7eb5947f7d.tar.zst mailman-43877483a0bb749bf61ac21a5e231c7eb5947f7d.zip | |
Add a bit of instruction for upgrading from 2.0.1 to 2.1, possibly
requiring manual intervention if the templates were changed from
English. Probably not complete.
| -rw-r--r-- | UPGRADING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -33,6 +33,23 @@ UPGRADING FROM PREVIOUS VERSIONS http://mail.python.org/pipermail/mailman-users/2000-September/006826.html +UPGRADING FROM 2.0.1 to 2.1 + + Mailman 2.1 introduces multilingual (a.k.a. internationalization + or i18n) support. Previously only one language per list was + supported, and it was assumed that this language would be English. + The upgrade script for Mailman 2.1 creates a subdirectory `en' + inside each lists/<listname> directory. It then copies all the + .txt and .html files from lists/<listname> into + lists/<listname>/en. + + If you have modified those templates to contain non-English text, + you will have to manually rename the en subdirectories to the + language code for the language of your templates. + + BAW: We may need to elaborate on this quite a bit, or provide + scripts to make it much simplier. + UPGRADING FROM 2.0 to 2.0.1 Nothing much more than running "make install" (after upgrading) |
