summaryrefslogtreecommitdiff
path: root/docs/latexindex.rst
blob: 8f74f466c84e782eb90820c034db9e14869499f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
.. _index:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The :mod:`repoze.bfg` Web 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.

: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>`_.

Narrative Documentation
@@@@@@@@@@@@@@@@@@@@@@@

.. toctree::
   :maxdepth: 2

   narr/introduction
   narr/install
   narr/configuration
   narr/scanning
   narr/project
   narr/startup
   narr/urlmapping
   narr/traversal
   narr/urldispatch
   narr/views
   narr/webob
   narr/templates
   narr/models
   narr/security
   narr/hybrid
   narr/vhosting
   narr/events
   narr/environment
   narr/unittesting
   narr/hooks
   narr/extending
   narr/resources
   narr/router
   narr/threadlocals

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
@@@@@@@@@@@@@@@@@

.. toctree::
   :maxdepth: 2

   api/authorization
   api/authentication
   api/chameleon_text
   api/chameleon_zpt
   api/configuration
   api/events
   api/exceptions
   api/interfaces
   api/location
   api/paster
   api/router
   api/scripting
   api/security
   api/settings
   api/testing
   api/threadlocal
   api/traversal
   api/url
   api/view
   api/wsgi

ZCML Directives
@@@@@@@@@@@@@@@

.. toctree::
   :maxdepth: 2

   zcml

Glossary
@@@@@@@@

.. toctree::
  :maxdepth: 1

  glossary

Index
@@@@@

* :ref:`genindex`