Changes between Version 25 and Version 26 of WatchlistPlugin


Ignore:
Timestamp:
Nov 2, 2009, 3:18:41 PM (14 years ago)
Author:
Martin Scharrer
Comment:

Updated installation section

Legend:

Unmodified
Added
Removed
Modified
  • WatchlistPlugin

    v25 v26  
    2727== Download ==
    2828
    29 Download the zipped source from [download:watchlistplugin here].
     29The official releases can be downloaded from [/svn/watchlistplugin/releases here]. [[BR]]
     30Download the zipped source of the develop version from [download:watchlistplugin here].
    3031
    3132== Source ==
    3233
    33 You can check out WatchlistPlugin from [http://trac-hacks.org/svn/watchlistplugin here] using Subversion, or [source:watchlistplugin browse the source] with Trac.
     34You can check out WatchlistPlugin from [http://trac-hacks.org/svn/watchlistplugin/0.11 here] using Subversion, or [source:watchlistplugin/0.11 browse the source] with Trac.
     35
     36A normal check-out is done using:
     37{{{
     38svn co http://trac-hacks.org/svn/watchlistplugin/0.11 watchlistplugin
     39}}}
     40To export the sources replace the above `co` with `export`.
    3441
    3542== Installation ==
    36 Install the python package [t:TracPlugins as normal], e.g.:
     43This package can be installed using the following commands. The `easy_install` program is provided by the python setuptools (e.g. `python-setuptools` package in Ubuntu). See also TracPlugins.
     44
     45=== Official Releases ===
    3746{{{
    38 easy_install --always-unzip http://trac-hacks.org/svn/watchlistplugin/0.11
     47easy_install TracWatchlistPlugin
    3948}}}
    4049
     50=== Develop Versions ===
     51{{{
     52easy_install http://trac-hacks.org/svn/watchlistplugin/0.11
     53}}}
     54
     55=== Enable Plugin ===
    4156Enable the plugin in the `trac.ini` config file (or over WebAdminPlugin):
    4257{{{