From 388516f6bc6f04f224a42ddf73d4f4414ceaaf9f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 1 Jul 2009 05:38:31 +0000 Subject: Modify. --- README.txt | 12 +++++------- 1 file 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 `_ 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 `_ for -released versions). +See the `online documentation `_ or check +the ``docs`` directory of any ``repoze.bfg`` distribution package. Reporting Bugs / Development Versions ------------------------------------- -- cgit v1.2.3