summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt2
-rw-r--r--docs/tutorials/cmf/skins.rst6
2 files changed, 2 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index b89b8f1fa..a3fe68958 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -88,3 +88,5 @@
- Do something about ZODB session chapter: either remove or create a
pyramid_zodbsessions package.
+
+- repoze.bfg.viewgroup in CMF tutorial
diff --git a/docs/tutorials/cmf/skins.rst b/docs/tutorials/cmf/skins.rst
index a81d584f7..7ec3b1be6 100644
--- a/docs/tutorials/cmf/skins.rst
+++ b/docs/tutorials/cmf/skins.rst
@@ -21,9 +21,3 @@ Python code (as opposed to resources), :term:`view` code combined with
differing :term:`predicate` arguments can provide a good deal of
the same sort of behavior.
-Relatedly, the `repoze.bfg.skins
-<http://svn.repoze.org/repoze.bfg.skins/>`_ package is an attempt to
-allow directories on disk to represent collections of views simply by
-adding templates to the directory.
-
-