<h3>Useful Links</h3>
<ul>
+ <li><a href="http://babel.pocoo.org/">Babel Website</a></li>
<li><a href="http://pypi.python.org/pypi/Babel">Babel @ PyPI</a></li>
<li><a href="http://github.com/mitsuhiko/babel">Babel @ github</a></li>
<li><a href="http://github.com/mitsuhiko/babel/issues">Issue Tracker</a></li>
Babel provides two different front-ends to access its functionality for working
with message catalogs:
- * A `Command-line interface <cmdline.html>`_, and
- * `Integration with distutils/setuptools <setup.html>`_
+ * A :ref:`cmdline`, and
+ * :ref:`setup-integration`
Which one you choose depends on the nature of your project. For most modern
Python projects, the distutils/setuptools integration is probably more