doc/book/en/intro/tutorial/index.rst
branchstable
changeset 2175 16d3c37c5d28
parent 2172 cf8f9180e63e
--- a/doc/book/en/intro/tutorial/index.rst	Thu Jun 25 20:29:27 2009 +0200
+++ b/doc/book/en/intro/tutorial/index.rst	Fri Jun 26 13:51:08 2009 +0200
@@ -5,17 +5,14 @@
 Tutorial
 ========
 
-`CubicWeb` is a semantic web application framework that favors reuse and
+*CubicWeb* is a semantic web application framework that favors reuse and
 object-oriented design.
 
 A `cube` is a component that includes a model defining the data types and a set of
-views to display the data.
+views to display the data. A cube can be built by assembling other cubes.
 
-An application is a `cube`, but usually an application is built by assembling
-a few smaller cubes.
-
-An `instance` is a specific installation of an application and includes
-configuration files.
+An `instance` is a specific installation of a cube and includes configuration
+files.
 
 
 This tutorial will show how to create a `cube` and how to use it as an
@@ -24,7 +21,7 @@
 .. toctree::
    :maxdepth: 2
 
-   blog-less-ten-minutes
+   blog-in-five-minutes
    create-cube
    components
    maintemplate