Changes between Version 48 and Version 49 of TracDownloaderPlugin


Ignore:
Timestamp:
Apr 26, 2020, 11:59:31 AM (4 years ago)
Author:
figaro
Comment:

Pillow

Legend:

Unmodified
Added
Removed
Modified
  • TracDownloaderPlugin

    v48 v49  
    7777
    7878{{{#!sh
    79 easy_install --find-links http://www.pythonware.com/products/pil/ Imaging
    80 easy_install PyCaptcha
    81 easy_install https://trac-hacks.org/svn/tracdownloaderplugin/0.10/
     79pip install pillow
     80pip install PyCaptcha
     81pip install svn+https://trac-hacks.org/svn/tracdownloaderplugin/0.10/
    8282}}}
    8383
    84 '''Using setup.py install''' An alternative and maybe better way is to download and unpack somewhere the source zip package and then just run "setup.py install" or on Windows maybe better "python setup.py install", or you can just use the easy_install commands written above. Setup just installs TracDownloaderPlugin. If you like to use Captcha tests you have to install PIL and !PyCaptcha manually also. Note that PIL is in most ''Linux distributions'' package named '''python-imaging''' so you don't need to install it by easy install, and you can use your package manager.
     84'''Using setup.py install''' An alternative way is to download and unpack locally the source zip package and then run "setup.py install" or on Windows maybe better "python setup.py install", or use the `pip install` commands written above. Setup installs TracDownloaderPlugin only without the other dependencies. If you like to use Captcha tests, then you have to install PIL and !PyCaptcha manually also. Note that PIL is in most ''Linux distributions'' package named '''python-imaging''' so you don't need to install it by easy install, and you can use your package manager.
    8585
    8686Then you must enable both Downloader modules in !TracAdmin/Plugins (or enable Downloader components in your environment's `trac.ini` file - source bottom) and assign some permissions of downloader to someone and you can start using Downloader plugin:
     
    108108== Wiki syntax
    109109
    110 Downloader plugin provides three types of wiki syntax for referencing of standalone files, whole releases or categories. Each syntax has two possible forms. If syntax is enclosed by square brackets `[]`, you can easily write your own title for item (file, release, category). If the syntax is separated just by spaces, there will be an automatically created link with the name of referenced item (file, release, category).
     110Downloader plugin provides three types of wiki syntax for referencing standalone files, whole releases or categories. Each syntax has two possible forms. If syntax is enclosed by square brackets `[]`, you can easily write your own title for item (file, release, category). If the syntax is separated just by spaces, there will be an automatically created link with the name of referenced item (file, release, category).
    111111
    112112'''Syntaxes:'''
     
    143143}}}
    144144
    145 After executing this '''all statistics are gone'''.
     145After executing this '''all statistics are permanently deleted'''.
    146146
    147147== Recent Changes