[doc] Registerers are deprecated; little improvement
authorEmile Anclin <emile.anclin@logilab.fr>
Tue, 07 Apr 2009 10:46:40 +0200
changeset 1280 ebf1d748ed5a
parent 1279 ea32281eff00
child 1281 0cec611248be
[doc] Registerers are deprecated; little improvement
doc/book/en/B1020-define-views.en.txt
doc/book/en/B1022-views-stdlib.en.txt
--- a/doc/book/en/B1020-define-views.en.txt	Tue Apr 07 09:36:20 2009 +0200
+++ b/doc/book/en/B1020-define-views.en.txt	Tue Apr 07 10:46:40 2009 +0200
@@ -72,6 +72,7 @@
 * `AnyRsetView`, view applied to any result set 
 * `EmptyRsetView`, view applied to an empty result set
 
+
 The selection view principle
 ----------------------------
 
@@ -96,6 +97,9 @@
 
 Registerer
 ``````````
+[Registerers are deprecated: they will soon disappear for explicite 
+registration...] 
+
 A view is also customizable through its attribute ``__registerer__``.
 This is used at the time the application is launched to manage how
 objects (views, graphic components, actions, etc.) 
@@ -110,9 +114,6 @@
 when they are selected for display.
 
 
-`CubicWeb` provides a lot of standard views for the default class
-`EntityType`. You can find them in ``cubicweb/web/views/``.
-
 .. include:: B1022-views-stdlib.en.txt
 
 
--- a/doc/book/en/B1022-views-stdlib.en.txt	Tue Apr 07 09:36:20 2009 +0200
+++ b/doc/book/en/B1022-views-stdlib.en.txt	Tue Apr 07 10:46:40 2009 +0200
@@ -2,6 +2,10 @@
 
 Predefined views in the library
 ```````````````````````````````
+
+`CubicWeb` provides a lot of standard views for the default class
+`EntityType`. You can find them in ``cubicweb/web/views/``.
+
 A certain number of views are used to build the web interface, which apply
 to one or more entities. Their identifier is what distinguish them from
 each others and the main ones are: