doc/book/en/intro/tutorial/index.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 12 Nov 2009 09:27:01 +0100
branchstable
changeset 3820 52cd7432030d
parent 2175 16d3c37c5d28
permissions -rw-r--r--
c-c create stopped asking if anonymous access should be activated introduced by 2654:6512522860aa, close #469418 Generic behaviour of WebCreateHandler should be kept for twisted and all-in-one configurations.

.. -*- coding: utf-8 -*-

.. _Tutorial:

Tutorial
========

*CubicWeb* is a semantic web application framework that favors reuse and
object-oriented design.

A `cube` is a component that includes a model defining the data types and a set of
views to display the data. A cube can be built by assembling other cubes.

An `instance` is a specific installation of a cube and includes configuration
files.


This tutorial will show how to create a `cube` and how to use it as an
application to run an `instance`.

.. toctree::
   :maxdepth: 2

   blog-in-five-minutes
   create-cube
   components
   maintemplate
   conclusion