From 3a99b193e9324c516227e2358bf41c2b6bc5a537 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 19 Sep 2008 08:42:29 +0000 Subject: Begin CMF migration documentation. --- docs/tutorials/cmf/index.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/tutorials/cmf/index.rst (limited to 'docs/tutorials/cmf/index.rst') diff --git a/docs/tutorials/cmf/index.rst b/docs/tutorials/cmf/index.rst new file mode 100644 index 000000000..64e7f2ea3 --- /dev/null +++ b/docs/tutorials/cmf/index.rst @@ -0,0 +1,26 @@ +Converting an Existing Zope/CMF Application to :mod:`repoze.bfg` +================================================================ + +The Zope `Content Management Framework +`_ (aka CMF) is a layer on top of +:term:`Zope` 2 that provides facilities for creating content-driven +websites. It's reasonably easy to convert a modern Zope/CMF +application to :mod:`repoze.bfg`. + +Missing: + + cataloging.rst + workflow.rst + skins.rst + actions.rst + membership.rst + discussions.rst + syndication.rst + dublincore.rst + + +.. toctree:: + :maxdepth: 2 + + content.rst + -- cgit v1.2.3