doc/book/en/tutorials/base/index.rst
branchstable
changeset 5253 7ee07d18dc95
parent 2175 16d3c37c5d28
child 5262 ebd90d2a5639
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/tutorials/base/index.rst	Wed Apr 14 16:15:08 2010 +0200
@@ -0,0 +1,29 @@
+.. -*- coding: utf-8 -*-
+
+.. _Tutorial:
+
+
+Building a simple blog
+======================
+
+*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. A cube can be built by assembling other cubes.
+
+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
+application to run an `instance`.
+
+.. toctree::
+   :maxdepth: 2
+
+   blog-in-five-minutes
+   create-cube
+   components
+   maintemplate
+   conclusion