# HG changeset patch # User Sandrine Ribeau # Date 1230068070 28800 # Node ID 9eaf8faf2f83106796dff463ccdc222cb2ea8c8a # Parent 487bcc269d507ff854c960137b908ae76f33a1e6 [doc] Renaming for repository customization thematic. diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/B100-hooks.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 - diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/B110-notifications.en.txt --- 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 diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/B140-google-appengine.en.txt --- 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 diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/B2-repository-customization.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 diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/B2010-sessions.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 + diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/B2020-hooks.en.txt --- /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 + diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/B2030-notifications.en.txt --- /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 diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/B2040-repository-operations.en.txt --- /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 + diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/B2050-google-appengine.en.txt --- /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 diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/B2060-repository-tasks.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 + diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/BXXX-repository-operations.en.txt --- 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 - diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/BXXX-repository-tasks.en.txt --- 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 - diff -r 487bcc269d50 -r 9eaf8faf2f83 doc/book/en/BXXX-sessions.en.txt --- 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 -