Edgewall Software

Changes between Version 8 and Version 9 of Download


Ignore:
Timestamp:
Sep 11, 2006, 2:01:13 PM (18 years ago)
Author:
cmlenz
Comment:

s/Markup/Genshi

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v8 v9  
    1 = Markup Downloads =
     1= Genshi Downloads =
    22
    3 Markup is made available under the [http://markup.edgewall.org/wiki/MarkupLicense BSD license].
     3Genshi is made available under the [GenshiLicense BSD license].
    44
    5 If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can directly install Markup using the `easy_install` command-line tool:
     5If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can directly install Gentoo using the `easy_install` command-line tool:
    66{{{
    7 easy_install Markup
     7easy_install Genshi
    88}}}
    99
    10 This downloads and installs the latest version of the Markup package.
     10This downloads and installs the latest version of the Genshi package.
    1111
    1212== Latest Release: 0.2.0 ==
     
    3737We use [http://subversion.tigris.org/ Subversion] for source revision control and code sharing.
    3838
    39 The Subversion repository URL for the Markup project is at:
    40  http://svn.edgewall.org/repos/markup/
     39The Subversion repository URL for the Genshi project is at:
     40 http://svn.edgewall.org/repos/genshi/
    4141
    4242The latest revision can be checked out with the following command:
    4343{{{
    44 svn co http://svn.edgewall.org/repos/markup/trunk markup
     44svn co http://svn.edgewall.org/repos/genshi/trunk genshi
    4545}}}
    4646
     
    4949If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can just do:
    5050{{{
    51 easy_install http://svn.edgewall.org/repos/markup/trunk/
     51easy_install http://svn.edgewall.org/repos/genshi/trunk/
    5252}}}