From 39eb94dc5c1d1e254db682476dd3e5e7d2abfc86 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Wed, 12 Jan 2011 22:40:12 +0200 Subject: Typo: neednt -> needn't. --- pyramid/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index 14ff100b1..a9b686105 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -165,7 +165,7 @@ class IAuthenticationPolicy(Interface): def unauthenticated_userid(request): """ Return the *unauthenticated* userid. This method performs the same duty as ``authenticated_userid`` but is permitted to return the - userid based only on data present in the request; it neednt (and + userid based only on data present in the request; it needn't (and shouldn't) check any persistent store to ensure that the user record related to the request userid exists.""" -- cgit v1.2.3 From e7b5fe05297d46cc169bd2f255529952569d899c Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Wed, 12 Jan 2011 23:07:54 -0500 Subject: Changed some references from pylonshq.com to pylonsproject.org --- README.rst | 4 ++-- docs/conventions.rst | 2 +- docs/copyright.rst | 2 +- docs/designdefense.rst | 2 +- docs/index.rst | 6 +++--- docs/narr/MyProject/myproject/templates/mytemplate.pt | 16 ++++++++-------- docs/narr/introduction.rst | 2 +- docs/narr/templates.rst | 4 ++-- .../src/authorization/tutorial/templates/mytemplate.pt | 16 ++++++++-------- .../src/basiclayout/tutorial/templates/mytemplate.pt | 16 ++++++++-------- .../wiki/src/models/tutorial/templates/mytemplate.pt | 16 ++++++++-------- .../wiki/src/views/tutorial/templates/mytemplate.pt | 16 ++++++++-------- .../src/authorization/tutorial/templates/mytemplate.pt | 16 ++++++++-------- .../src/basiclayout/tutorial/templates/mytemplate.pt | 16 ++++++++-------- .../wiki2/src/models/tutorial/templates/mytemplate.pt | 16 ++++++++-------- .../wiki2/src/views/tutorial/templates/mytemplate.pt | 16 ++++++++-------- .../alchemy/+package+/templates/model.pt_tmpl | 16 ++++++++-------- .../alchemy/+package+/templates/root.pt_tmpl | 16 ++++++++-------- .../+package+/templates/mytemplate.mako_tmpl | 16 ++++++++-------- .../+package+/templates/mytemplate.mako_tmpl | 16 ++++++++-------- .../pylons_sqla/+package+/templates/mytemplate.mako_tmpl | 16 ++++++++-------- .../routesalchemy/+package+/templates/mytemplate.pt_tmpl | 16 ++++++++-------- .../starter/+package+/templates/mytemplate.pt_tmpl | 16 ++++++++-------- .../starter_zcml/+package+/templates/mytemplate.pt_tmpl | 16 ++++++++-------- .../zodb/+package+/templates/mytemplate.pt_tmpl | 16 ++++++++-------- setup.py | 2 +- 26 files changed, 156 insertions(+), 156 deletions(-) diff --git a/README.rst b/README.rst index 220dcbe73..acacd2422 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Pyramid is a small, fast, down-to-earth, open source Python web development framework. It makes real-world web application development and deployment more fun, more predictable, and more productive. -Pyramid is a `Pylons `_ project, and underlies the +Pyramid is a `Pylons `_ project, and underlies the newest web frameworks produced by the Pylons community. Pyramid was previously known as `repoze.bfg `_. @@ -13,7 +13,7 @@ Pyramid was previously known as `repoze.bfg `_. Support and Documentation ------------------------- -See the `Pylons Project website `_ to view +See the `Pylons Project website `_ to view documentation, report bugs, and obtain support. License diff --git a/docs/conventions.rst b/docs/conventions.rst index 71c40e104..9e8510e4d 100644 --- a/docs/conventions.rst +++ b/docs/conventions.rst @@ -35,7 +35,7 @@ References to glossary terms are presented using the following style: URLs are presented using the following style: - `Pylons `_ + `Pylons `_ References to sections and chapters are presented using the following style: diff --git a/docs/copyright.rst b/docs/copyright.rst index 9ef093d0c..aa4efc6cb 100644 --- a/docs/copyright.rst +++ b/docs/copyright.rst @@ -88,7 +88,7 @@ HTML Version and Source Code ---------------------------- An HTML version of this book is freely available via -http://docs.pylonshq.com +http://docs.pylonsproject.org The source code for the examples used in this book are available within the :app:`Pyramid` software distribution, always available diff --git a/docs/designdefense.rst b/docs/designdefense.rst index e9dbc72c0..594d42b9e 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -1472,7 +1472,7 @@ global*: # this is executed if the request method was GET or the # credentials were invalid -The `Pylons 1.X `_ web framework uses a similar +The `Pylons 1.X `_ web framework uses a similar strategy. It calls these things "Stacked Object Proxies", so, for purposes of this discussion, I'll do so as well. diff --git a/docs/index.rst b/docs/index.rst index 7b1c46b70..0dc476e46 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ The Pyramid Web Application Development Framework :app:`Pyramid` is a small, fast, down-to-earth Python web application development framework. It is developed as part of the `Pylons Project -`_. It is licensed under a `BSD-like license +`_. It is licensed under a `BSD-like license `_. .. note:: @@ -175,7 +175,7 @@ commenting, and file uploads. See the `KARL site Support and Development ======================= -The `Pylons Project web site `_ is the main online +The `Pylons Project web site `_ is the main online source of :app:`Pyramid` support and development information. To report bugs, use the `issue tracker @@ -196,7 +196,7 @@ To check out the trunk via ``git``, use this command: To find out how to become a contributor to :app:`Pyramid`, please see the `contributor's section of the documentation -`_. +`_. Index and Glossary ================== diff --git a/docs/narr/MyProject/myproject/templates/mytemplate.pt b/docs/narr/MyProject/myproject/templates/mytemplate.pt index 02fc00eeb..ec22ef396 100644 --- a/docs/narr/MyProject/myproject/templates/mytemplate.pt +++ b/docs/narr/MyProject/myproject/templates/mytemplate.pt @@ -32,7 +32,7 @@

Search documentation

-
+
@@ -41,25 +41,25 @@

Pyramid links