docs/index.rst
author Christophe de Vienne <christophe@unlish.com>
Wed, 28 Jan 2015 00:00:05 +0100
changeset 11553 a322a02ca301
parent 11541 732b00868f00
child 11565 6398be12f8e6
permissions -rw-r--r--
[core] Protect session data from unwanted loading. Use specialised Session and Connection types that forward their 'data' and 'session_data' attributes to the pyramid request.session attribute. This forwarding is done with properties, instead of copying a reference, which allow to access request.session (and the session factory) if and only if Session.data or Connection.session_data is accessed. In some cases, most notably the static resources requests, it can mean no access the session during the request handling, which saves a request to the session persistence layer. Closes #4891437

================
Pyramid Cubicweb
================

Pyramid Cubicweb is an attempt to rebase the CubicWeb_ framework on pyramid.

It can be used in two different ways:

-   Within CubicWeb, through the 'pyramid' cube and the
    :ref:`pyramid command <cubicweb-ctl_pyramid>`.
    In this mode, the Pyramid CubicWeb replaces some parts of
    CubicWeb and make the pyramid api available to the cubes.

-   Within a pyramid application, it provides easy access to a CubicWeb
    instance and registry.

Narrative Documentation
=======================

.. toctree::
    :maxdepth: 2
    
    narr/quickstart
    narr/ctl
    narr/settings
    narr/profiling

Api Documentation
=================

.. toctree::
    :maxdepth: 2
    :glob:

    api

Change History
==============

.. toctree::
    :maxdepth: 1

    changes

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`


.. _CubicWeb: http://www.cubicweb.org/