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 --- 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 ++++++++-------- 15 files changed, 81 insertions(+), 81 deletions(-) (limited to 'docs') 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