diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-01-17 14:42:04 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-01-17 14:42:04 +0000 |
| commit | a8e0c8832e7e4eefb17df5708a4232703475025d (patch) | |
| tree | f2518e88c93d59969a8e14c456beec5316208702 /README.txt | |
| parent | 74c705f14951db40df01df2c7f2ad9cf3231c0d2 (diff) | |
| download | pyramid-a8e0c8832e7e4eefb17df5708a4232703475025d.tar.gz pyramid-a8e0c8832e7e4eefb17df5708a4232703475025d.tar.bz2 pyramid-a8e0c8832e7e4eefb17df5708a4232703475025d.zip | |
Bring up to date.
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/README.txt b/README.txt index dc109ff49..e0b5b4ce3 100644 --- a/README.txt +++ b/README.txt @@ -1,9 +1,10 @@ repoze.bfg ========== -``repoze.bfg`` is a web application framework. It is inspired by -Zope, and uses Zope-related libraries to do much of its work, however -it's simpler than any released version of Zope. +``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. Installation ------------ @@ -15,8 +16,9 @@ Install using setuptools, e.g. (within a virtualenv):: Further Documentation --------------------- -See the ``docs`` directory of the repoze.bfg distribution package -(also available via http://svn.repoze.org/repoze.bfg/trunk/docs). +See the ``docs`` directory of the ``repoze.bfg`` distribution package +(also available `on the web <http://static.repoze.org/bfgdocs>`_ for +released versions). Reporting Bugs / Development Versions ------------------------------------- |
