[doc] Left components in index page.
authorSandrine Ribeau <sandrine.ribeau@logilab.fr>
Mon, 22 Dec 2008 09:15:04 -0800
changeset 262 170e0990b2d1
parent 261 20d5eae54d57
child 263 03c06a7820d3
[doc] Left components in index page.
doc/book/en/A02b-components.en.txt
doc/book/en/index.txt
--- a/doc/book/en/A02b-components.en.txt	Mon Dec 22 08:59:12 2008 -0800
+++ b/doc/book/en/A02b-components.en.txt	Mon Dec 22 09:15:04 2008 -0800
@@ -63,7 +63,7 @@
 To import a cube in your application just change the line in the
 ``app.conf`` file. For example::
 
-    included-yams-cubes=ecomment
+    included-yams-cubes=comment
 
 will make the ``Comment`` entity available in your ``BlogDemo``
 application.
--- a/doc/book/en/index.txt	Mon Dec 22 08:59:12 2008 -0800
+++ b/doc/book/en/index.txt	Mon Dec 22 09:15:04 2008 -0800
@@ -16,7 +16,7 @@
 * an engine driven by the explicit :ref:`data model <DefineDataModel>` of the application, 
 * a query language name :ref:`RQL <RQL>` similar to W3C's SPARQL, 
 * a :ref:`selection+view <DefineViews>` mechanism for semi-automatic XHTML/XML/JSON/text generation, 
-* a library of reusable :ref:`cubes <cubes>` (data model and views) that fulfill common needs,
+* a library of reusable :ref:`components <cubes>` (data model and views) that fulfill common needs,
 * the power and flexibility of the Python_ programming language,
 * the reliability of SQL databases, LDAP directories, Subversion and Mercurial for storage backends.