diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-07-01 05:38:31 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-07-01 05:38:31 +0000 |
| commit | 388516f6bc6f04f224a42ddf73d4f4414ceaaf9f (patch) | |
| tree | 5fabf59952c8b07c85275611740b626799c039d7 | |
| parent | 1c60f9eb855a5446fa9e046927942f04bce95370 (diff) | |
| download | pyramid-388516f6bc6f04f224a42ddf73d4f4414ceaaf9f.tar.gz pyramid-388516f6bc6f04f224a42ddf73d4f4414ceaaf9f.tar.bz2 pyramid-388516f6bc6f04f224a42ddf73d4f4414ceaaf9f.zip | |
Modify.
| -rw-r--r-- | README.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/README.txt b/README.txt index 6cee7c53f..ebe2aae84 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,9 @@ repoze.bfg ========== -``repoze.bfg`` is a Python web application framework. It is inspired -by Zope, and uses Zope libraries to do much of its work. However, it -simpler than any than any released version of Zope. ``repoze.bfg`` -uses the WSGI protocol to handle requests and responses. +``repoze.bfg`` is a Python web application framework based on WSGI. +It is inspired by Zope, Pylons, and Django. See the `repoze.bfg +website <http://bfg.repoze.org>`_ for more information. Installation ------------ @@ -16,9 +15,8 @@ Install using setuptools, e.g. (within a virtualenv):: Further Documentation --------------------- -See the ``docs`` directory of the ``repoze.bfg`` distribution package -(also available `on the web <http://static.repoze.org/bfgdocs>`_ for -released versions). +See the `online documentation <http://docs.repoze.org/bfg>`_ or check +the ``docs`` directory of any ``repoze.bfg`` distribution package. Reporting Bugs / Development Versions ------------------------------------- |
