doc/book/en/intro/tutorial/index.rst
brancholdstable
changeset 5422 0865e1e90674
parent 4985 02b52bf9f5f8
parent 5421 8167de96c523
child 5424 8ecbcbff9777
equal deleted inserted replaced
4985:02b52bf9f5f8 5422:0865e1e90674
     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. A cube can be built by assembling other cubes.
       
    13 
       
    14 An `instance` is a specific installation of a cube and includes configuration
       
    15 files.
       
    16 
       
    17 
       
    18 This tutorial will show how to create a `cube` and how to use it as an
       
    19 application to run an `instance`.
       
    20 
       
    21 .. toctree::
       
    22    :maxdepth: 2
       
    23 
       
    24    blog-in-five-minutes
       
    25    create-cube
       
    26    components
       
    27    maintemplate
       
    28    conclusion