Mercurial > babel > old > mirror
annotate doc/index.txt @ 549:12d5425fb430
babel.messages.pofile should only apply encoding when actually writing a file (eases Python 3 transition, closes #251)
author | fschwarz |
---|---|
date | Sat, 19 Mar 2011 19:50:21 +0000 |
parents | d75cfd01f218 |
children |
rev | line source |
---|---|
4 | 1 .. -*- mode: rst; encoding: utf-8 -*- |
2 | |
238 | 3 ======= |
4 Preface | |
5 ======= | |
4 | 6 |
117 | 7 .. image:: logo.png |
8 :width: 426 | |
9 :height: 187 | |
16
03c36aaddaf8
Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents:
4
diff
changeset
|
10 :align: center |
03c36aaddaf8
Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents:
4
diff
changeset
|
11 :alt: Babel |
03c36aaddaf8
Add a temporary/placeholder logo. Not the real thing, I promise ;-)
cmlenz
parents:
4
diff
changeset
|
12 :class: logo |
4 | 13 |
14 --------------------------------------------------- | |
15 Simple Internationalization for Python Applications | |
16 --------------------------------------------------- | |
17 | |
18 Babel is an integrated collection of utilities that assist in | |
117 | 19 internationalizing and localizing Python applications, with an emphasis on |
20 web-based applications. | |
4 | 21 |
117 | 22 * `Introduction <intro.html>`_ |
75 | 23 * `Locale Display Names <display.html>`_ |
126 | 24 * `Date Formatting <dates.html>`_ |
25 * `Number Formatting <numbers.html>`_ | |
26 * `Working with Message Catalogs <messages.html>`_ | |
75 | 27 * `Command-Line Interface <cmdline.html>`_ |
28 * `Distutils/Setuptools Integration <setup.html>`_ | |
29 * `Support Classes and Functions <support.html>`_ | |
30 * `Generated API Documentation <api/index.html>`_ |