# HG changeset patch # User cmlenz # Date 1187085133 0 # Node ID e4ec94fcb0c0b1d446eeb7826460630cd4304990 # Parent f436c7db99f529dbdd4a38e06bfa5dddc004111d Get rid of the previously overemphasized term ?stream-based? in the tagline, which seems to turn some people off. diff --git a/README.txt b/README.txt --- 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: diff --git a/doc/index.txt b/doc/index.txt --- 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 diff --git a/setup.py b/setup.py --- 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