From 319793d9b3d127ba2a9245713ef4f01b32918e95 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 22 Dec 2010 18:27:07 -0500 Subject: - Added CSRF token generation, as described in the narrative chapter entitled "Preventing Cross-Site Request Forgery Attacks". --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index fbf9de810..343fb28ba 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -49,6 +49,7 @@ Narrative documentation in chapter form explaining how to use narr/webob narr/sessions narr/flash + narr/csrf narr/security narr/hybrid narr/i18n -- cgit v1.2.3 From 10fd8fe6bc26a7241542353032540cd4415ee9cc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 24 Dec 2010 17:09:32 -0500 Subject: - Added "Advanced Configuration" narrative chapter which documents how to deal with configuration conflicts, two-phase configuration, ``include`` and ``commit``. --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 343fb28ba..3830a83f9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -58,6 +58,7 @@ Narrative documentation in chapter form explaining how to use narr/environment narr/testing narr/hooks + narr/advconfig narr/declarative narr/extending narr/assets -- cgit v1.2.3 From 88b9ee766bf53ae1c46b8a1889674fea08053622 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 26 Dec 2010 15:57:28 -0500 Subject: - Merge "Static Assets" chapter into the "Assets" chapter. --- docs/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 3830a83f9..23ffb3b1b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,7 +45,7 @@ Narrative documentation in chapter form explaining how to use narr/renderers narr/templates narr/resources - narr/static + narr/assets narr/webob narr/sessions narr/flash @@ -61,7 +61,6 @@ Narrative documentation in chapter form explaining how to use narr/advconfig narr/declarative narr/extending - narr/assets narr/router narr/threadlocals narr/zca -- cgit v1.2.3