Edgewall Software

Changes between Version 5 and Version 6 of Download


Ignore:
Timestamp:
Aug 9, 2006, 10:08:01 PM (18 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v5 v6  
    22
    33Markup is made available under the [http://markup.edgewall.org/wiki/MarkupLicense BSD license].
     4
     5If 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:
     6{{{
     7easy_install Markup
     8}}}
     9
     10This downloads and installs the latest version of the Markup package.
    411
    512== Latest Release - 0.1.0 ==
     
    2835The latest revision can be checked out with the following command:
    2936{{{
    30   svn co http://svn.edgewall.org/repos/markup/trunk markup
     37svn co http://svn.edgewall.org/repos/markup/trunk markup
    3138}}}
    3239
    33 Or with encryption:
     40(Alternatively, you can use `https` for an encrypted connection, which also helps getting around clueless firewalls that haven't heard of [http://webdav.org/ WebDAV] yet.)
     41
     42If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can just do:
    3443{{{
    35   svn co https://svn.edgewall.org/repos/markup/trunk markup
     44easy_install http://svn.edgewall.org/repos/markup/trunk/
    3645}}}
    37 
    38 If you have recent setuptools installed, you can just do:
    39 {{{
    40   easy_install http://svn.edgewall.org/repos/markup/trunk/
    41 }}}