doc/book/en/intro/tutorial/index.rst
branchtls-sprint
changeset 1714 a721966779be
parent 1462 70aa6bfbc58d
child 2172 cf8f9180e63e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/intro/tutorial/index.rst	Thu May 07 16:33:22 2009 +0200
@@ -0,0 +1,31 @@
+.. -*- coding: utf-8 -*-
+
+.. _Tutorial:
+
+Tutorial
+========
+
+`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. 
+
+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.
+
+
+This tutorial will show how to create a `cube` and how to use it as an
+application to run an `instance`.
+
+.. toctree::
+   :maxdepth: 2
+
+   blog-less-ten-minutes
+   create-cube
+   components
+   maintemplate
+   conclusion