doc/book/en/A020-tutorial.en.txt
branchtls-sprint
changeset 1714 a721966779be
parent 1499 fd8751c3f3ee
child 1715 cba9f175da2d
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 .. include:: Z013-blog-less-ten-minutes.en.txt
       
    25 .. include:: A02a-create-cube.en.txt
       
    26 .. include:: A02b-components.en.txt
       
    27 .. include:: A02c-maintemplate.en.txt
       
    28 .. include:: A02d-conclusion.en.txt