Changes between Version 18 and Version 19 of TracDownloaderPlugin


Ignore:
Timestamp:
Dec 12, 2007, 1:23:58 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracDownloaderPlugin

    v18 v19  
    3333== How to start ==
    3434
    35 '''EGG'''
     35'''EGG'''[[BR]]
    3636The easiest way to start using Downloader plug-in is to get downloaded python egg into plugin directory of project environment (egg is most probably python version independent, just rename it, but who knows, there's still source package...), after that you must turn both modules of Downloader on in WebAdmin/plugins (Downloader is dependent on WebAdmin plug-in). And finally there is need to get some permissions of Downloader to some users... In this case if you like to use PyCaptcha, you must take care of installing it by yourself, PyCaptcha is dependent on PIL so you must download it too.
    3737
    38 '''SOURCE'''
     38'''SOURCE'''[[BR]]
    3939Second and maybe better way is to download and unpack somewhere source zip package and then just run "setup.py install". Setup should take care of all dependences (PyCaptcha and PIL) and prepare plugin to be turned on in WebAdmin/plugins. Then you must assign some permissions of downloader to someone and you can start trying Downloader plug-in...
    4040
    4141== Permissions ==
    4242
    43 '''Downloader plug-in defines three permissions:[[BR]]
     43'''Downloader plug-in defines three permissions:'''[[BR]]
    4444
    45 DOWNLOADER_DOWNLOAD''' - lets user to download things from main part of plug-in, if you like to let all users download from donwloader, just get this permission to user anonymous.[[BR]]
     45'''DOWNLOADER_DOWNLOAD''' - lets user to download things from main part of plug-in, if you like to let all users download from donwloader, just get this permission to user anonymous.[[BR]]
    4646'''DOWNLOADER_STATS''' - lets user to browse part of statistics in the main part of Downloader (user will be able to see links to statistics in the right top corner of the page).[[BR]]
    4747'''DOWNLOADER_ADMIN''' - lets user to upload files, manage files, releases and categories, browse fill up's of questionnaire, delete fill up's of questionnaire and manage settings of Downloader plug-in. Note that this permission should never be given to user anonymous!