diff -r d98fccb0da7f -r 763319a51e72 doc/book/en/intro/concepts.rst --- a/doc/book/en/intro/concepts.rst Fri Apr 16 11:13:46 2010 +0200 +++ b/doc/book/en/intro/concepts.rst Fri Apr 16 12:32:52 2010 +0200 @@ -181,8 +181,8 @@ object's `__registry__` : object's `__regid__` : [list of app objects] -E.g. The `vregistry` contains several registries which hold a list of -appobjects associated to an identifier. +E.g. the `vregistry` contains several (sub-)registries which hold a +list of appobjects associated to an identifier. The base class of appobjects is :class:`cubicweb.appobject.AppObject`. @@ -214,7 +214,6 @@ - `entities` - `views` - `sobjects` -- `hooks` Once initialized, there are three common ways to retrieve some application object @@ -238,7 +237,8 @@ The RQL query language ---------------------- -**No need for a complicated ORM when you have a powerful query language** +**No need for a complicated ORM when you have a powerful data + manipulation language** All the persistent data in a |cubicweb| instance is retrieved and modified by using the Relation Query Language. @@ -247,7 +247,7 @@ emphasize browsing relations. -db-api +DB-API ~~~~~~ The repository exposes a `db-api`_ like api but using the RQL instead of SQL.