Steve Piercy
2016-02-21 5afffb1104984e390dd3b499ae27464472d789d3
Merge pull request #2360 from stevepiercy/1.5-branch

fix links for babel and chameleon
2 files modified
31 ■■■■ changed files
docs/glossary.rst 23 ●●●● patch | view | raw | blame | history
docs/narr/i18n.rst 8 ●●●● patch | view | raw | blame | history
docs/glossary.rst
@@ -362,13 +362,13 @@
     file.  It was developed by Ian Bicking.
   Chameleon
     `chameleon <http://chameleon.repoze.org>`_ is an attribute language
     template compiler which supports the :term:`ZPT` templating
     specification.  It is written and maintained by Malthe Borch.  It has
     several extensions, such as the ability to use bracketed (Mako-style)
     ``${name}`` syntax.  It is also much faster than the reference
     implementation of ZPT.  :app:`Pyramid` offers Chameleon templating out
     of the box in ZPT and text flavors.
     `chameleon <https://chameleon.readthedocs.org/en/latest/>`_ is an
     attribute language template compiler which supports the :term:`ZPT`
     templating specification. It is written and maintained by Malthe Borch. It
     has several extensions, such as the ability to use bracketed (Mako-style)
     ``${name}`` syntax. It is also much faster than the reference
     implementation of ZPT. :app:`Pyramid` offers Chameleon templating out of
     the box in ZPT and text flavors.
   ZPT
     The `Zope Page Template <http://wiki.zope.org/ZPT/FrontPage>`_
@@ -810,11 +810,10 @@
     library, used by the :app:`Pyramid` translation machinery.
   Babel
     A `collection of tools <http://babel.edgewall.org/>`_ for
     internationalizing Python applications.  :app:`Pyramid` does
     not depend on Babel to operate, but if Babel is installed,
     additional locale functionality becomes available to your
     application.
     A `collection of tools <http://babel.pocoo.org/en/latest/>`_ for
     internationalizing Python applications. :app:`Pyramid` does not depend on
     Babel to operate, but if Babel is installed, additional locale
     functionality becomes available to your application.
   Lingua
     A package by Wichert Akkerman which provides the ``pot-create``
docs/narr/i18n.rst
@@ -585,10 +585,10 @@
:app:`Pyramid` does not itself perform date and currency formatting for
different locales.  However, :term:`Babel` can help you do this via the
:class:`babel.core.Locale` class.  The `Babel documentation for this class
<http://babel.edgewall.org/wiki/ApiDocs/babel.core#babel.core:Locale>`_
provides minimal information about how to perform date and currency related
locale operations.  See :ref:`installing_babel` for information about how to
install Babel.
<http://babel.pocoo.org/en/latest/api/core.html#basic-interface>`_ provides
minimal information about how to perform date and currency related locale
operations. See :ref:`installing_babel` for information about how to install
Babel.
The :class:`babel.core.Locale` class requires a :term:`locale name` as an
argument to its constructor. You can use :app:`Pyramid` APIs to obtain the