doc/book/en/tutorials/base/index.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 20 Oct 2010 12:23:59 +0200
changeset 6557 37b33760bc4a
parent 5262 ebd90d2a5639
child 6835 87e2641d75f7
permissions -rw-r--r--
[css] fix regression introduced by 6548:fd36c1049eed: we actually need display:block on box <a> to get proper behaviour on mouse hover

.. -*- coding: utf-8 -*-

.. _Tutorial:

.. _tuto_blog:

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