diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-17 13:39:36 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-17 13:39:36 -0400 |
| commit | 3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb (patch) | |
| tree | 76b5db7cca027e9bcc1dc81be111b8bfae90a2b6 /docs/tutorials/wiki2/design.rst | |
| parent | 2c6f63a15ba4dff7aaddfa09a7066590c1a833ce (diff) | |
| parent | fca8f01565d99d841bed0dfb3c784042af693ab1 (diff) | |
| download | pyramid-3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb.tar.gz pyramid-3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb.tar.bz2 pyramid-3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials/wiki2/design.rst')
| -rw-r--r-- | docs/tutorials/wiki2/design.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/tutorials/wiki2/design.rst b/docs/tutorials/wiki2/design.rst index 36c4f19bc..75122bd11 100644 --- a/docs/tutorials/wiki2/design.rst +++ b/docs/tutorials/wiki2/design.rst @@ -4,7 +4,7 @@ Design Following is a quick overview of our wiki application, to help us understand the changes that we will be doing next in our -default files generated by the paster scafffold. +default files generated by the ``alchemy`` scaffold. Overall ------- @@ -34,9 +34,10 @@ be used as the wiki home page. Views ----- -There will be four views to handle the normal operations of -viewing, editing and adding wiki pages. Two additional views -will handle the login and logout tasks related to security. +There will be four views to handle the normal operations of adding and +editing wiki pages, and viewing pages and the wiki front page. Two +additional views will handle the login and logout tasks related to +security. Security -------- @@ -59,7 +60,8 @@ Security | Allow | group:editors | Edit | +----------+----------------+----------------+ -- Permission declarations for the views. +- Permission declarations are added to the views to assert the + security policies as each request is handled. Summary |
