doc/book/en/intro/tutorial/index.rst
branchtls-sprint
changeset 1714 a721966779be
parent 1462 70aa6bfbc58d
child 2172 cf8f9180e63e
equal deleted inserted replaced
1499:fd8751c3f3ee 1714:a721966779be
       
     1 .. -*- coding: utf-8 -*-
       
     2 
       
     3 .. _Tutorial:
       
     4 
       
     5 Tutorial
       
     6 ========
       
     7 
       
     8 `CubicWeb` is a semantic web application framework that favors reuse and
       
     9 object-oriented design.
       
    10 
       
    11 A `cube` is a component that includes a model defining the data types and a set of
       
    12 views to display the data. 
       
    13 
       
    14 An application is a `cube`, but usually an application is built by assembling
       
    15 a few smaller cubes.
       
    16 
       
    17 An `instance` is a specific installation of an application and includes
       
    18 configuration files.
       
    19 
       
    20 
       
    21 This tutorial will show how to create a `cube` and how to use it as an
       
    22 application to run an `instance`.
       
    23 
       
    24 .. toctree::
       
    25    :maxdepth: 2
       
    26 
       
    27    blog-less-ten-minutes
       
    28    create-cube
       
    29    components
       
    30    maintemplate
       
    31    conclusion