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