Edgewall Software

Changes between Version 26 and Version 27 of WikiStart


Ignore:
Timestamp:
Sep 11, 2006, 1:34:36 PM (18 years ago)
Author:
cmlenz
Comment:

s/Markup/Genshi

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v26 v27  
    1 = Markup: ''A toolkit for stream-based generation of markup for the web'' =
     1= Genshi: ''A Python toolkit for stream-based generation of output for the web'' =
    22
    33{{{
    44#!html
    55<map name="2000ft">
    6   <area shape=rect coords="340,97,465,158" href="/wiki/MarkupTemplates">
     6  <area shape=rect coords="340,97,465,158" href="/wiki/GenshiTemplates">
    77  <area shape=rect coords="84,188,392,277" href="/browser/trunk/markup/filters.py">
    8   <area shape=rect coords="190,112,285,143" href="/wiki/MarkupStream">
     8  <area shape=rect coords="190,112,285,143" href="/wiki/GenshiStream">
    99  <area shape=rect coords="84,10,392,61" href="/browser/trunk/markup/input.py">
    1010  <area shape=rect coords="84,306,392,357" href="/browser/trunk/markup/output.py">
    11   <area shape=rect coords="10,97,136,158" href="/wiki/MarkupBuilder">
     11  <area shape=rect coords="10,97,136,158" href="/wiki/GenshiBuilder">
    1212</map>
    1313}}}
    1414[[Image(source:/trunk/doc/2000ft.png, align=right, usemap=#2000ft, width=476, height=367, nolink)]]
    1515
    16 '''Markup''' is a Python library that provides an integrated set of components for parsing, generating, and processing HTML or XML content in a uniform manner. The major feature is a [wiki:MarkupTemplates template language], which is heavily inspired by [http://kid-templating.org/ Kid].
     16'''Genshi''' is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a [wiki:GenshiTemplates template language], which is heavily inspired by [http://kid-templating.org/ Kid].
    1717
    1818== Documentation ==
    19  * [wiki:MarkupFaq Frequently asked questions]
    20  * [wiki:MarkupStream Markup event streams]
    21  * [wiki:MarkupTemplates The template engine]
    22  * [wiki:MarkupRecipes Recipes for templating with Markup]
     19 * [wiki:GenshiFaq Frequently asked questions]
     20 * [wiki:GenshiStream Markup event streams]
     21 * [wiki:GenshiTemplates The template engine]
     22 * [wiki:GenshiRecipes Recipes for templating with Markup]
    2323 * [wiki:HelperFunctions Helper functions for use in templates]
    24  * [wiki:MarkupPerformance Some performance numbers]
    25  * [wiki:MarkupVsKid Comparison with Kid]
     24 * [wiki:GenshiPerformance Some performance numbers]
     25 * [wiki:GenshiVsKid Comparison with Kid]
    2626 * [wiki:ApiDocs API documentation]
    2727
    2828== Development ==
    2929The Subversion repository can be accessed via:
    30   http://svn.edgewall.org/repos/markup/
     30  http://svn.edgewall.org/repos/genshi/
    3131
    32 Discussion about the development of Markup takes place on the [MailingList mailing lists] or [IrcChannel IRC channel].
     32Discussion about the development of Genshi takes place on the [MailingList mailing lists] or [IrcChannel IRC channel].
    3333
    3434{{{