annotate INSTALL.txt @ 27:8521326b0627

Changing `write_po` to include licensing info, same as the project. Since the method is also to create the initial pot file, we also include the year in the copyright. We also mark the translations catalog template as fuzzy as it should be, only localized translations catalogs ready to be compiled should not include the fuzzy bit on the header.
author palgarvio
date Sun, 03 Jun 2007 15:30:07 +0000
parents f71ca60f2a4a
children 29ad9edbba94
rev   line source
1
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
1 Installing Babel
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
2 ================
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
3
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
4 Prerequisites
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
5 -------------
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
6
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
7 * Python 2.3 or later (2.4 or later is recommended)
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
8 * Optional: setuptools 0.6b1 or later
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
9
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
10
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
11 Installation
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
12 ------------
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
13
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
14 Once you've downloaded and unpacked a Babel source release, enter the
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
15 directory where the archive was unpacked, and run:
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
16
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
17 $ python setup.py install
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
18
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
19 Note that you may need administrator/root privileges for this step, as
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
20 this command will by default attempt to install Babel to the Python
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
21 site-packages directory on your system.
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
22
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
23 For advanced options, please refer to the easy_install and/or the distutils
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
24 documentation:
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
25
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
26 http://peak.telecommunity.com/DevCenter/EasyInstall
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
27 http://docs.python.org/inst/inst.html
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
28
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
29
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
30 Support
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
31 -------
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
32
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
33 If you encounter any problems with Babel, please don't hesitate to ask
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
34 questions on the Babel mailing list or IRC channel:
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
35
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
36 http://babel.edgewall.org/wiki/MailingList
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
37 http://babel.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software