summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/design.rst
diff options
context:
space:
mode:
authorDoug Latornell <djl@douglatornell.ca>2012-03-17 09:27:13 -0700
committerDoug Latornell <djl@douglatornell.ca>2012-03-17 09:27:13 -0700
commitb3e608bac815a7d3fc639d78ec38edc5f97df859 (patch)
tree0a4c8aa68506bfddefac43afe6974bcd88e4adfe /docs/tutorials/wiki2/design.rst
parent911b400bb31f2e5ccb622fe9422c9e62991ceb79 (diff)
downloadpyramid-b3e608bac815a7d3fc639d78ec38edc5f97df859.tar.gz
pyramid-b3e608bac815a7d3fc639d78ec38edc5f97df859.tar.bz2
pyramid-b3e608bac815a7d3fc639d78ec38edc5f97df859.zip
Improve text of SQLAlchemy wiki tutorial.
A mixture of typo fixes and wording improvements.
Diffstat (limited to 'docs/tutorials/wiki2/design.rst')
-rw-r--r--docs/tutorials/wiki2/design.rst12
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