diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-06-01 00:18:01 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-06-01 00:18:01 +0000 |
| commit | 49238d074e044ff99bc907c07a0cea36956e7ecf (patch) | |
| tree | 2c85d54e83199fbd26aea58040e75119a8c7c582 /docs/index.rst | |
| parent | 6117c04a79d29b710391d95c5cce63358c5490fe (diff) | |
| download | pyramid-49238d074e044ff99bc907c07a0cea36956e7ecf.tar.gz pyramid-49238d074e044ff99bc907c07a0cea36956e7ecf.tar.bz2 pyramid-49238d074e044ff99bc907c07a0cea36956e7ecf.zip | |
Use only useful stuff.
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst index d9913e20e..0c2c3740b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -73,14 +73,26 @@ Tutorials Step-by-step tutorials which demonstrate how you might use and deploy :mod:`repoze.bfg`. -"BFG Wiki" tutorial, demonstrating how to build a :term:`traversal` -based application using :term:`ZODB` and :term:`authentication`. +ZODB + traversal BFG Wiki tutorial, demonstrating how to build a +:term:`traversal` based application using :term:`ZODB` and +:term:`authentication`. Good for people with prior Zope experience +(or no experience at all). .. toctree:: :maxdepth: 3 tutorials/bfgwiki/index.rst +SQLAlchemy + url dispatch BFG Wiki tutorial, demonstrating how to +build a :term:`url dispatch` based application using +:term:`SQLAlchemy` and :term:`authentication`. Good for people with +prior Pylons experience (or no experience at all). + +.. toctree:: + :maxdepth: 3 + + tutorials/bfgwiki2/index.rst + :mod:`repoze.bfg` for Zope CMF Developers .. toctree:: @@ -108,9 +120,9 @@ Sample Applications `repoze.wiki <http://svn.repoze.org/repoze.wiki/trunk/>`_ is a variant of the application created during :ref:`bfg_wiki_tutorial` which uses -`SQLAlchemy <http://www.sqlalchemy.org/>`_ instead of :term:`ZODB` and -:term:`url dispatch` instead of :term:`traversal`. Check this -application out of Subversion via:: +:term:`SQLAlchemy` instead of :term:`ZODB` and uses :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 |
