From 244c4e8f5a7cce2d2e63b6c29107b7482711b346 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 31 May 2009 18:31:07 +0000 Subject: Note bfgwiki change. --- docs/index.rst | 17 ++++++++--------- docs/tutorials/bfgwiki/index.rst | 6 ++++-- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index edf40ae09..d9913e20e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -106,12 +106,11 @@ Change History Sample Applications =================== -`repoze.wiki `_ is a port of -the `TurboGears 20-Minute Wiki -`_. It -demonstrates integration with `SQLAlchemy -`_, customized traversal, and form -processing. Check this application out of Subversion via:: +`repoze.wiki `_ is a variant +of the application created during :ref:`bfg_wiki_tutorial` which uses +`SQLAlchemy `_ instead of :term:`ZODB` and +:term:`url dispatch` instead of :term:`traversal`. Check this +application out of Subversion via:: svn co http://svn.repoze.org/repoze.wiki/trunk repoze.wiki @@ -136,9 +135,9 @@ Subversion via:: `repoze.shootout `_ is an example "idea competition" application by Carlos de la Guardia. It -demonstrates :term:`URL dispatch` and integration with `SQLAlchemy -`_ and :term:`repoze.who`. Check this -application out of Subversion via:: +demonstrates a hybrid of :term:`URL dispatch` and :term:`traversal` +and integration with `SQLAlchemy `_ and +:term:`repoze.who`. Check this application out of Subversion via:: svn co http://svn.repoze.org/repoze.shootout/trunk repoze.shootout diff --git a/docs/tutorials/bfgwiki/index.rst b/docs/tutorials/bfgwiki/index.rst index cabfa3d22..5860dc181 100644 --- a/docs/tutorials/bfgwiki/index.rst +++ b/docs/tutorials/bfgwiki/index.rst @@ -1,5 +1,7 @@ -BFG Tutorial: BFG Wiki -====================== +.. _bfg_wiki_tutorial: + +BFG Wiki Tutorial +================= This tutorial introduces a :term:`traversal` -based BFG application to a developer with at least passing familiarity to Python. When we're -- cgit v1.2.3