# HG changeset patch # User Sandrine Ribeau # Date 1229966104 28800 # Node ID 170e0990b2d18b3ff63e16d7f73d802d0c177edd # Parent 20d5eae54d57fc1208cdadc9a269186c5e40929c [doc] Left components in index page. diff -r 20d5eae54d57 -r 170e0990b2d1 doc/book/en/A02b-components.en.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. diff -r 20d5eae54d57 -r 170e0990b2d1 doc/book/en/index.txt --- 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 ` of the application, * a query language name :ref:`RQL ` similar to W3C's SPARQL, * a :ref:`selection+view ` mechanism for semi-automatic XHTML/XML/JSON/text generation, -* a library of reusable :ref:`cubes ` (data model and views) that fulfill common needs, +* a library of reusable :ref:`components ` (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.