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