From 38b33d485322759050510c96a75334e36ca63c30 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 17 Jan 2010 18:19:58 +0000 Subject: Final layout. --- docs/zcml.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/zcml.rst (limited to 'docs/zcml.rst') diff --git a/docs/zcml.rst b/docs/zcml.rst new file mode 100644 index 000000000..ba40f5072 --- /dev/null +++ b/docs/zcml.rst @@ -0,0 +1,27 @@ +ZCML Directives +=============== + +Comprehensive reference material for every ZCML directive provided by +:mod:`repoze.bfg` is available within this chapter. The ZCML +directive documentation is organized alphabetically by directive name. + +.. toctree:: + :maxdepth: 1 + + zcml/aclauthorizationpolicy + zcml/adapter + zcml/authtktauthenticationpolicy + zcml/configure + zcml/forbidden + zcml/include + zcml/notfound + zcml/remoteuserauthenticationpolicy + zcml/renderer + zcml/repozewho1authenticatiohnpolicy + zcml/resource + zcml/route + zcml/scan + zcml/static + zcml/subscriber + zcml/utility + zcml/view -- cgit v1.2.3