diff options
Diffstat (limited to 'docs/latexindex.rst')
| -rw-r--r-- | docs/latexindex.rst | 90 |
1 files changed, 16 insertions, 74 deletions
diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 8f74f466c..9a3ab1c95 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -1,19 +1,18 @@ -.. _index: +.. _latexindex: -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -The :mod:`repoze.bfg` Web Framework -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +The :mod:`repoze.bfg` Web Application Framework +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -:mod:`repoze.bfg` is a Python web application framework. It is -inspired by :term:`Zope`, :term:`Pylons`, and :term:`Django`. It uses -various Zope-related libraries internally to do much of its work. -:mod:`repoze.bfg` uses the WSGI protocol to handle request and -responses. +Fore-matter +@@@@@@@@@@@ -:mod:`repoze.bfg` is developed as part of the `Repoze -<http://repoze.org>`_ project by `Agendaless Consulting -<http://agendaless.com>`_ and other contributors. It is licensed -under a `BSD-like license <http://repoze.org/license.html>`_. +.. toctree:: + :maxdepth: 1 + + copyright.rst + thanks.rst + conventions.rst Narrative Documentation @@@@@@@@@@@@@@@@@@@@@@@ @@ -49,68 +48,14 @@ Narrative Documentation Tutorials @@@@@@@@@ -ZODB + traversal Wiki Tutorial -============================== - -Demonstrates how to build a :term:`traversal` based application using -:term:`ZODB` and :term:`authentication`. Good for people with prior -Zope experience (or no experience at all). - .. toctree:: :maxdepth: 2 tutorials/bfgwiki/index.rst - -SQLAlchemy + Url Dispatch Wiki Tutorial -======================================= - -Demonstrates how to build a :term:`url dispatch` based application -using :term:`SQLAlchemy` and :term:`authentication`. Good for people -with prior Pylons experience (or no experience at all). - -.. toctree:: - :maxdepth: 2 - tutorials/bfgwiki2/index.rst - -:mod:`repoze.bfg` for Zope CMF Developers -========================================= - -.. toctree:: - :maxdepth: 2 - - tutorials/cmf/index.rst - -:mod:`repoze.bfg` on Google's App Engine -======================================== - -.. toctree:: - :maxdepth: 2 - tutorials/gae/index.rst - -:mod:`repoze.bfg` under :term:`mod_wsgi` -======================================== - -.. toctree:: - :maxdepth: 2 - tutorials/modwsgi/index.rst - -Using ZODB's :term:`ZEO` with :mod:`repoze.bfg` -=============================================== - -.. toctree:: - :maxdepth: 2 - tutorials/zeo/index.rst - -Using ZODB Sessions in :mod:`repoze.bfg` -======================================== - -.. toctree:: - :maxdepth: 2 - tutorials/zodbsessions/index.rst API documentation @@ -141,23 +86,20 @@ API documentation api/wsgi ZCML Directives -@@@@@@@@@@@@@@@ +@@@@@@@@@@@@@@@@ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 zcml -Glossary -@@@@@@@@ +Glossary and Index +@@@@@@@@@@@@@@@@@@ .. toctree:: :maxdepth: 1 glossary -Index -@@@@@ - * :ref:`genindex` |
