doc/book/en/devweb/views/startup.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 10 Feb 2012 16:53:52 +0100
changeset 8216 99ff746e8de8
parent 8190 2a3c1b787688
permissions -rw-r--r--
backport stable

Startup views
-------------

Startup views are views requiring no context, from which you usually start
browsing (for instance the index page). The usual selectors are
:class:`~cubicweb.predicates.none_rset` or :class:`~logilab.common.registry.yes`.

You'll find here a description of startup views provided by the framework.

.. automodule:: cubicweb.web.views.startup


Other startup views:

*schema*
    A view dedicated to the display of the schema of the instance

.. XXX to be continued