changeset 599:e4ec94fcb0c0

Get rid of the previously overemphasized term ?stream-based? in the tagline, which seems to turn some people off.
author cmlenz
date Tue, 14 Aug 2007 09:52:13 +0000
parents f436c7db99f5
children 0d802a7e3630
files README.txt doc/index.txt setup.py
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt
+++ b/README.txt
@@ -6,6 +6,6 @@
 content for output generation on the web. The major feature is a
 template language, which is heavily inspired by Kid.
 
-For more information please visit the Genshi web site:
+For more information please see the documentation in the `doc` directory, and visit the Genshi web site:
 
   <http://genshi.edgewall.org/>
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -11,9 +11,9 @@
    :alt: Genshi - Generate output for the web
    :class: logo
 
----------------------------------------------------------
-Toolkit for stream-based generation of output for the web
----------------------------------------------------------
+--------------------------------------------
+Toolkit for generation of output for the web
+--------------------------------------------
 
 Genshi is a Python library that provides an integrated set of components
 for parsing, generating, and processing HTML, XML or other textual content
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@
 setup(
     name = 'Genshi',
     version = '0.5',
-    description = 'A toolkit for stream-based generation of output for the web',
+    description = 'A toolkit for generation of output for the web',
     long_description = \
 """Genshi is a Python library that provides an integrated set of
 components for parsing, generating, and processing HTML, XML or
Copyright (C) 2012-2017 Edgewall Software