diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-21 02:05:50 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-21 02:05:50 -0500 |
| commit | 2197ff06b492b7d1acf29df426c0fccd6d5dc98e (patch) | |
| tree | b0c8a176bd3ba200a7ff6f328ff40d7d80354fb6 /docs | |
| parent | aedc211bd5a9b9bef4aae8a3b3f0986fe4263463 (diff) | |
| download | pyramid-2197ff06b492b7d1acf29df426c0fccd6d5dc98e.tar.gz pyramid-2197ff06b492b7d1acf29df426c0fccd6d5dc98e.tar.bz2 pyramid-2197ff06b492b7d1acf29df426c0fccd6d5dc98e.zip | |
- "Sample Applications" section of docs changed to note existence of Cluegun,
Shootout and Virginia sample applications, ported from their repoze.bfg
origin packages.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/docs/index.rst b/docs/index.rst index bfe956af2..a1b7f7553 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -113,38 +113,39 @@ Design Documentation Sample Applications =================== -.. warning:: +`cluegun <https://github.com/Pylons/cluegun>`_ is a simple pastebin +application based on Rocky Burt's `ClueBin +<http://pypi.python.org/pypi/ClueBin/0.2.3>`_. It demonstrates form +processing, security, and the use of :term:`ZODB` within a :mod:`repoze.bfg` +application. It also has very simple :term:`repoze.who` integration. Check +this application out via:: - These applications are for an older version of :app:`Pyramid`, - which was named :mod:`repoze.bfg`. We'll be updating them soon to - use :app:`Pyramid`. + git clone git://github.com/Pylons/cluegun.git -`repoze.cluegun <http://svn.repoze.org/repoze.cluegun/trunk/>`_ is a -simple pastebin application based on Rocky Burt's `ClueBin -<http://pypi.python.org/pypi/ClueBin/0.2.3>`_. It demonstrates form -processing, security, and the use of :term:`ZODB` within a -:mod:`repoze.bfg` application. It also has very simple -:term:`repoze.who` integration. Check this application out of -Subversion via:: +`virginia <https://github.com/Pylons/virginia>`_ is a very simple dynamic +file rendering application. It is willing to render structured text +documents, HTML documents, and images from a filesystem directory. An +earlier version of this application runs the `repoze.org +<http://repoze.org>`_ website. Check this application out via:: - svn co http://svn.repoze.org/repoze.cluegun/trunk repoze.cluegun + git clone git://github.com/Pylons/virginia.git -`repoze.virginia <http://svn.repoze.org/repoze.virginia/trunk/>`_ is a -very simple dynamic file rendering application. It is willing to -render structured text documents, HTML documents, and images from a -filesystem directory. This application runs the `repoze.org -<http://repoze.org>`_ website. Check this application out of -Subversion via:: +`shootout <https://github.com/Pylons/shootout>`_ is an example "idea +competition" application by Carlos de la Guardia. It demonstrates a hybrid +of :term:`URL dispatch` and :term:`traversal` and integration with +`SQLAlchemy <http://www.sqlalchemy.org/>`_ and :term:`repoze.who`. Check +this application out of version control via:: - svn co http://svn.repoze.org/repoze.virginia/trunk repoze.virginia + git clone git://github.com/Pylons/shootout.git -`repoze.shootout <http://svn.repoze.org/repoze.shootout/trunk/>`_ is -an example "idea competition" application by Carlos de la Guardia. It -demonstrates a hybrid of :term:`URL dispatch` and :term:`traversal` -and integration with `SQLAlchemy <http://www.sqlalchemy.org/>`_ and -:term:`repoze.who`. Check this application out of Subversion via:: +Older Sample Applications (repoze.bfg) +====================================== + +.. note:: - svn co http://svn.repoze.org/repoze.shootout/trunk repoze.shootout + These applications are for an older version of :app:`Pyramid`, which was + named :mod:`repoze.bfg`. They won't work unmodified under Pyramid, but + might provide useful clues. `bfgsite <http://svn.repoze.org/bfgsite/trunk>`_ is the software which runs the `bfg.repoze.org <http://bfg.repoze.org>`_ website. It |
