doc/book/en/B1020-define-views.en.txt
changeset 1280 ebf1d748ed5a
parent 1253 9716a9f77980
child 1355 8a3102fb4760
child 1586 652e625004ae
--- 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