doc/book/en/intro/tutorial/index.rst
branchstable
changeset 2172 cf8f9180e63e
parent 1714 a721966779be
child 2175 16d3c37c5d28
equal deleted inserted replaced
2125:19861294506f 2172:cf8f9180e63e
     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.
    13 
    13 
    14 An application is a `cube`, but usually an application is built by assembling
    14 An application is a `cube`, but usually an application is built by assembling
    15 a few smaller cubes.
    15 a few smaller cubes.
    16 
    16 
    17 An `instance` is a specific installation of an application and includes
    17 An `instance` is a specific installation of an application and includes