--- a/doc/book/en/devweb/controllers.rst Mon Sep 27 17:14:23 2010 +0200
+++ b/doc/book/en/devweb/controllers.rst Fri Sep 24 15:00:08 2010 +0200
@@ -15,13 +15,12 @@
`Browsing`:
-* the View controlleris associated with most browsing actions within a
- CubicWeb application: it always instantiates a
- :ref:`the_main_template` and lets the ResultSet/Views dispatch
- system build up the whole content; it handles ObjectNotFound and
- NoSelectableObject errors that may bubble up to its entry point, in
- an end-user-friendly way (but other programming errors will slip
- through)
+* the View controller is associated with most browsing actions within a
+ CubicWeb application: it always instantiates a :ref:`the_main_template` and
+ lets the ResultSet/Views dispatch system build up the whole content; it
+ handles :exc:`ObjectNotFound` and :exc:`NoSelectableObject` errors that may
+ bubble up to its entry point, in an end-user-friendly way (but other
+ programming errors will slip through)
* the JSon controller (same module) provides services for Ajax calls,
typically using JSON as a serialization format for input, and
@@ -49,7 +48,7 @@
for outgoing email notifications
* the MailBugReport controller (web/views/basecontrollers.py) allows
- to quickly have a `repotbug` feature in one's application
+ to quickly have a `reportbug` feature in one's application
Registration
++++++++++++