diff options
| -rw-r--r-- | README.rst | 18 | ||||
| -rw-r--r-- | TODO.txt | 5 |
2 files changed, 10 insertions, 13 deletions
diff --git a/README.rst b/README.rst index 26859f999..220dcbe73 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,14 @@ Pyramid ======= -``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 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 <http://docs.pylonshq.com/>`_ project, and -underlies the newest web frameworks produced by the Pylons community. +Pyramid is a `Pylons <http://docs.pylonshq.com/>`_ project, and underlies the +newest web frameworks produced by the Pylons community. -``pyramid`` was previously known as `repoze.bfg <http://bfg.repoze.org>`_. +Pyramid was previously known as `repoze.bfg <http://bfg.repoze.org>`_. Support and Documentation ------------------------- @@ -19,12 +19,12 @@ documentation, report bugs, and obtain support. License ------- -``pyramid`` is offered under the BSD-derived `Repoze Public License +Pyramid is offered under the BSD-derived `Repoze Public License <http://repoze.org/license.html>`_. Authors ------- -``pyramid`` is made available by `Agendaless Consulting -<http://agendaless.com>`_ and a team of contributors. +Pyramid is made available by `Agendaless Consulting <http://agendaless.com>`_ +and a team of contributors. @@ -52,9 +52,6 @@ - Raise an exception when a value in response_headerlist is not a string or decide to encode. -- Change docs so that we dont use INewReponse, but instead just - NewResponse (likewise for INewRequest, etc). - - Change "Cleaning up After a Request" in the urldispatch chapter to use ``request.add_response_callback``. @@ -76,7 +73,7 @@ - "BFG" in environ variables. -- request.link (route_url) +- request.link (route_url)? - Test on GAE, Jython, PyPy, IronPython. |
