--- a/doc/book/en/A02b-components.en.txt Mon Dec 22 19:10:38 2008 +0100
+++ b/doc/book/en/A02b-components.en.txt Mon Dec 22 19:54:30 2008 +0100
@@ -5,24 +5,24 @@
Cubes
-----
-What is a cube
-~~~~~~~~~~~~~~
+What is a cube ?
+~~~~~~~~~~~~~~~~
A cube is a model grouping one or more entity types and/or views associated
in order to provide a specific feature or even a complete application using
others cubes.
+
You can decide to write your own set of cubes if you wish to re-use the
-entity types you develop. By default, LAX comes with its owns set of cubes
-that you can start using right away.
+entity types you develop. Lots of cubes are available from the `CubicWeb
+Forge`_ under a free software license.
+.. _`CubicWeb Forge`: http://www.cubicweb.org/project/
Standard library
~~~~~~~~~~~~~~~~
-A library of standard cubes is part of the `LAX` release (look at
-``lax/skel/ginco-apps``). Cubes provide entities and views. With
-``lax-0.4``, you should get a set of application entities and system
-entities you can re-use.
+A library of standard cubes is part of the `CubicWeb` release (look at the
+output of ``cubicweb-ctl list``). Cubes provide entities and views.
The available application entities are:
@@ -36,7 +36,6 @@
* classtags: Tag (to tag anything)
-
* file: File (to allow users to upload and store binary or text files)
* link: Link (to collect links to web resources)
@@ -56,7 +55,6 @@
* comment: Comment (to attach comment threads to entities)
-
Adding comments to BlogDemo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~