diff -r 3159772915c4 -r d5acef862c58 doc/book/en/01-00-introduction.en.txt --- a/doc/book/en/01-00-introduction.en.txt Tue Nov 25 17:44:54 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -.. -*- coding: utf-8 -*- - -.. _Overview: - -Quick overview of `CubicWeb` -============================ - -`CubicWeb` allows us to develop web applications instances based on -one or more `cubes`. - -What we call a `cube` is a model defining the data types and views. -A `cube` is a reusable component grouped with others cubes in the file -system. - -An `instance` refers to a specific installation of one or more `cubes` - where are grouped configuration files of the final web application. - -In this document, we will show you how to create a `cube` and how to use it -in an `instance` for your web application. - -.. include:: 01-01-create-cube.en.txt -.. include:: 01-05-components.en.txt -.. include:: 01-06-maintemplate.en.txt -.. include:: 01-07-rss-xml.en.txt