[doc] Renaming for repository customization thematic.
authorSandrine Ribeau <sandrine.ribeau@logilab.fr>
Tue, 23 Dec 2008 13:34:30 -0800
changeset 289 9eaf8faf2f83
parent 288 487bcc269d50
child 290 f1d56beb3dd7
[doc] Renaming for repository customization thematic.
doc/book/en/B100-hooks.en.txt
doc/book/en/B110-notifications.en.txt
doc/book/en/B140-google-appengine.en.txt
doc/book/en/B2-repository-customization.en.txt
doc/book/en/B2010-sessions.en.txt
doc/book/en/B2020-hooks.en.txt
doc/book/en/B2030-notifications.en.txt
doc/book/en/B2040-repository-operations.en.txt
doc/book/en/B2050-google-appengine.en.txt
doc/book/en/B2060-repository-tasks.en.txt
doc/book/en/BXXX-repository-operations.en.txt
doc/book/en/BXXX-repository-tasks.en.txt
doc/book/en/BXXX-sessions.en.txt
--- a/doc/book/en/B100-hooks.en.txt	Tue Dec 23 13:28:48 2008 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-.. -*- coding: utf-8 -*-
-
-Hooks
-=====
-
-XXX FILLME
-
-*Hooks* are executed before or after updating an entity or a relation in the
-repository.
-
-Their prototypes are as follows: 
-    
-    * after_add_entity     (session, entity)
-    * after_update_entity  (session, entity)
-    * after_delete_entity  (session, eid)
-    * before_add_entity    (session, entity)
-    * before_update_entity (session, entity)
-    * before_delete_entity (session, eid)
-
-    * after_add_relation     (session, fromeid, rtype, toeid)
-    * after_delete_relation  (session, fromeid, rtype, toeid)
-    * before_add_relation    (session, fromeid, rtype, toeid)
-    * before_delete_relation (session, fromeid, rtype, toeid)
-    
-    * server_startup
-    * server_shutdown
-    
-    * session_open
-    * session_close
-
--- a/doc/book/en/B110-notifications.en.txt	Tue Dec 23 13:28:48 2008 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-.. -*- coding: utf-8 -*-
-
-Notifications management
-========================
-
-XXX FILLME
--- a/doc/book/en/B140-google-appengine.en.txt	Tue Dec 23 13:28:48 2008 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-.. -*- coding: utf-8 -*-
-
-.. _gaecontents:
-
-==========================
-Google AppEngine Datastore
-==========================
-
-
-.. include:: B141-intro.en.txt
-.. include:: B142-install.en.txt
--- a/doc/book/en/B2-repository-customization.en.txt	Tue Dec 23 13:28:48 2008 -0800
+++ b/doc/book/en/B2-repository-customization.en.txt	Tue Dec 23 13:34:30 2008 -0800
@@ -5,11 +5,11 @@
 .. toctree::
    :maxdepth: 1
 
-   BXXX-sessions.en.txt
-   B100-hooks.en.txt
-   B110-notifications.en.txt
-   BXXX-repository-operations.en.txt
-   B140-google-appengine.en.txt
-   BXXX-repository-tasks.en.txt
+   B2010-sessions.en.txt
+   B2020-hooks.en.txt
+   B2030-notifications.en.txt
+   B2040-repository-operations.en.txt
+   B2050-google-appengine.en.txt
+   B2060-repository-tasks.en.txt
 
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/B2010-sessions.en.txt	Tue Dec 23 13:34:30 2008 -0800
@@ -0,0 +1,9 @@
+.. -*- coding: utf-8 -*-
+
+Sessions
+========
+
+[WRITE ME]
+
+* authentication and management of sessions
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/B2020-hooks.en.txt	Tue Dec 23 13:34:30 2008 -0800
@@ -0,0 +1,30 @@
+.. -*- coding: utf-8 -*-
+
+Hooks
+=====
+
+XXX FILLME
+
+*Hooks* are executed before or after updating an entity or a relation in the
+repository.
+
+Their prototypes are as follows: 
+    
+    * after_add_entity     (session, entity)
+    * after_update_entity  (session, entity)
+    * after_delete_entity  (session, eid)
+    * before_add_entity    (session, entity)
+    * before_update_entity (session, entity)
+    * before_delete_entity (session, eid)
+
+    * after_add_relation     (session, fromeid, rtype, toeid)
+    * after_delete_relation  (session, fromeid, rtype, toeid)
+    * before_add_relation    (session, fromeid, rtype, toeid)
+    * before_delete_relation (session, fromeid, rtype, toeid)
+    
+    * server_startup
+    * server_shutdown
+    
+    * session_open
+    * session_close
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/B2030-notifications.en.txt	Tue Dec 23 13:34:30 2008 -0800
@@ -0,0 +1,6 @@
+.. -*- coding: utf-8 -*-
+
+Notifications management
+========================
+
+XXX FILLME
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/B2040-repository-operations.en.txt	Tue Dec 23 13:34:30 2008 -0800
@@ -0,0 +1,9 @@
+.. -*- coding: utf-8 -*-
+
+Repository operations
+======================
+
+[WRITE ME]
+
+* repository operations
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/B2050-google-appengine.en.txt	Tue Dec 23 13:34:30 2008 -0800
@@ -0,0 +1,11 @@
+.. -*- coding: utf-8 -*-
+
+.. _gaecontents:
+
+==========================
+Google AppEngine Datastore
+==========================
+
+
+.. include:: B141-intro.en.txt
+.. include:: B142-install.en.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/B2060-repository-tasks.en.txt	Tue Dec 23 13:34:30 2008 -0800
@@ -0,0 +1,9 @@
+.. -*- coding: utf-8 -*-
+
+Tasks
+=========
+
+[WRITE ME]
+
+* repository tasks
+
--- a/doc/book/en/BXXX-repository-operations.en.txt	Tue Dec 23 13:28:48 2008 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-.. -*- coding: utf-8 -*-
-
-Repository operations
-======================
-
-[WRITE ME]
-
-* repository operations
-
--- a/doc/book/en/BXXX-repository-tasks.en.txt	Tue Dec 23 13:28:48 2008 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-.. -*- coding: utf-8 -*-
-
-Tasks
-=========
-
-[WRITE ME]
-
-* repository tasks
-
--- a/doc/book/en/BXXX-sessions.en.txt	Tue Dec 23 13:28:48 2008 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-.. -*- coding: utf-8 -*-
-
-Sessions
-========
-
-[WRITE ME]
-
-* authentication and management of sessions
-