Edgewall Software

Changes between Version 67 and Version 68 of TracPlugins


Ignore:
Timestamp:
Sep 30, 2010, 5:33:09 PM (14 years ago)
Author:
Dirk Stöcker
Comment:

Update plugin link to 0.12

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v67 v68  
    6262If Trac reports permission errors after installing a zipped egg and you would rather not bother providing a egg cache directory writable by the web server, you can get around it by simply unzipping the egg. Just pass `--always-unzip` to `easy_install`:
    6363{{{
    64 easy_install --always-unzip TracSpamFilter-0.2.1dev_r5943-py2.4.egg
     64easy_install --always-unzip TracSpamFilter-0.4.1_r10106-py2.6.egg
    6565}}}
    6666You should end up with a directory having the same name as the zipped egg (complete with `.egg` extension) and containing its uncompressed contents.
     
    7272`easy_install` makes installing from source a snap. Just give it the URL to either a Subversion repository or a tarball/zip of the source:
    7373{{{
    74 easy_install http://svn.edgewall.com/repos/trac/plugins/0.11/spam-filter
     74easy_install http://svn.edgewall.com/repos/trac/plugins/0.12/spam-filter-captcha
    7575}}}
    7676