Steve Piercy
2017-06-27 7b16126c85c466be09868c26ea67e09bfa18a446
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Copyright, Trademarks, and Attributions
=======================================
 
"The Pyramid Web Framework, Version |version|"
 
by Chris McDonough
 
.. |copy|   unicode:: U+000A9 .. COPYRIGHT SIGN
 
Copyright |copy| 2008-2011, Agendaless Consulting.
 
ISBN-10: 0615445675
 
ISBN-13: 978-0615445670
 
First print publishing: February, 2011
 
All rights reserved.  This material may be copied or distributed only
subject to the terms and conditions set forth in the `Creative Commons
Attribution-Noncommercial-Share Alike 3.0 United States License
<https://creativecommons.org/licenses/by-nc-sa/3.0/us/>`_.  You must
give the original author credit.  You may not use this work for
commercial purposes.  If you alter, transform, or build upon this
work, you may distribute the resulting work only under the same or
similar license to this one.
 
.. note::
 
   While the :app:`Pyramid` documentation is offered under the
   Creative Commons Attribution-Nonconmmercial-Share Alike 3.0 United
   States License, the :app:`Pyramid` *software* is offered under a
   `less restrictive (BSD-like) license
   <http://repoze.org/license.html>`_ .
 
All terms mentioned in this book that are known to be trademarks or
service marks have been appropriately capitalized.  However, use of a
term in this book should not be regarded as affecting the validity of
any trademark or service mark.
 
Every effort has been made to make this book as complete and as
accurate as possible, but no warranty or fitness is implied.  The
information provided is on an "as-is" basis.  The author and the
publisher shall have neither liability nor responsibility to any
person or entity with respect to any loss or damages arising from the
information contained in this book.  No patent liability is assumed
with respect to the use of the information contained herein.
 
Attributions
------------
 
Editor:
  Casey Duncan
 
Contributors:
  Ben Bangert, Blaise Laflamme, Rob Miller, Mike Orr, Carlos de la Guardia,
  Paul Everitt, Tres Seaver, John Shipman, Marius Gedminas, Chris Rossi,
  Joachim Krebs, Xavier Spriet, Reed O'Brien, William Chambers, Charlie
  Choiniere, Jamaludin Ahmad, Graham Higgins, Patricio Paez, Michael
  Merickel, Eric Ongerth, Niall O'Higgins, Christoph Zwerschke, John
  Anderson, Atsushi Odagiri, Kirk Strauser, JD Navarro, Joe Dallago,
  Savoir-Faire Linux, Ćukasz Fidosz, Christopher Lambacher, Claus Conrad,
  Chris Beelby, Phil Jenvey and a number of people with only pseudonyms on
  GitHub.
 
Cover Designer:
   Hugues Laflamme of Kemeneur.
 
Used with permission:
 
   The :ref:`webob_chapter` chapter is adapted, with permission, from
   documentation originally written by Ian Bicking.
 
   The :ref:`much_ado_about_traversal_chapter` chapter is adapted,
   with permission, from an article written by Rob Miller.
 
   The :ref:`logging_chapter` is adapted, with permission, from the Pylons
   documentation logging chapter, originally written by Phil Jenvey.
 
Print Production
----------------
 
The print version of this book was produced using the `Sphinx
<http://www.sphinx-doc.org/en/stable/>`_ documentation generation system and
the `LaTeX <http://www.latex-project.org/>`_ typesetting system.
 
Contacting The Publisher
------------------------
 
Please send documentation licensing inquiries, translation inquiries,
and other business communications to `Agendaless Consulting
<mailto:webmaster@agendaless.com>`_.  Please send software and other
technical queries to the `Pylons-devel mailing list
<https://groups.google.com/forum/#!forum/pylons-devel>`_.
 
HTML Version and Source Code
----------------------------
 
An HTML version of this book is freely available via
https://docs.pylonsproject.org/projects/pyramid/en/latest/
 
The source code for the examples used in this book are available
within the :app:`Pyramid` software distribution, always available
via https://github.com/Pylons/pyramid