doc/book/en/tutorials/base/index.rst
branchstable
changeset 6837 7562418985ef
parent 6835 87e2641d75f7
child 6876 4b0b9d8207c5
equal deleted inserted replaced
6836:fb3633142d8f 6837:7562418985ef
     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 
    11 
    12 This tutorial is designed to help in your very first steps to start with
    12 This tutorial is designed to help in your very first steps to start with
    13 |cubicweb|. We will glance through basic concepts such as:
    13 |cubicweb|. We will tour through basic concepts such as:
    14 
    14 
    15 * having an application running by using existing components
    15 * getting an application running by using existing components
    16 * discovering the default user interface
    16 * discovering the default user interface
    17 * basically extending and customizing the look and feel of that application
    17 * basic extending and customizing the look and feel of that application
    18 
    18 
    19 More advanced concepts will covered in :ref:`advanced_tutorial`.
    19 More advanced concepts are covered in :ref:`advanced_tutorial`.
    20 
    20 
    21 
    21 
    22 .. _TutosBaseVocab:
    22 .. _TutosBaseVocab:
    23 
    23 
    24 Some vocabulary
    24 Some vocabulary
    30 
    30 
    31 * a `cube` is a component that usually includes a model defining some data types
    31 * a `cube` is a component that usually includes a model defining some data types
    32   and a set of views to display them. A cube can be built by assembling other
    32   and a set of views to display them. A cube can be built by assembling other
    33   cubes;
    33   cubes;
    34 
    34 
    35 * an `instance` is a specific installation of one more more cubes and includes
    35 * an `instance` is a specific installation of one or more cubes and includes
    36   configuration files, a web server and a database.
    36   configuration files, a web server and a database.
    37 
    37 
    38 Reading :ref:`Concepts` for more vocabulary will be a must do at some point.
    38 Reading :ref:`Concepts` for more vocabulary will be required at some point.
    39 
    39 
    40 Now, let's start the hot stuff!
    40 Now, let's start the hot stuff!
    41 
    41 
    42 .. toctree::
    42 .. toctree::
    43    :maxdepth: 2
    43    :maxdepth: 2