diff options
| author | Chris McDonough <chrism@plope.com> | 2012-01-30 15:39:01 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-01-30 15:39:01 -0800 |
| commit | ffe63527e341f742cd77cbb7c72ff5a973ee8d77 (patch) | |
| tree | 4f56efdb34644dde638a0b2725334854a2d5883d /docs/index.rst | |
| parent | bfe8046689b9f9b4273df773a43be19080958193 (diff) | |
| parent | 3f8e72a2412866ca937d5e95679813c00367ed0a (diff) | |
| download | pyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.tar.gz pyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.tar.bz2 pyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.zip | |
Merge pull request #422 from slinkp/master
Traversal docs: add a single-file example
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index be03448c9..cb632d5b2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -83,6 +83,7 @@ Narrative documentation in chapter form explaining how to use narr/vhosting narr/testing narr/resources + narr/hellotraversal narr/muchadoabouttraversal narr/traversal narr/security @@ -152,7 +153,8 @@ application. Check this application out 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 +documents, HTML documents, and images from a filesystem directory. +It's also a good example of :term:`traversal`. An earlier version of this application runs the `repoze.org <http://repoze.org>`_ website. Check this application out via: |
