Changes between Version 14 and Version 15 of TracSecDlPlugin


Ignore:
Timestamp:
Dec 23, 2020, 11:49:28 PM (3 years ago)
Author:
Ryan J Ollos
Comment:

Simplify markup.

Legend:

Unmodified
Added
Removed
Modified
  • TracSecDlPlugin

    v14 v15  
    55== Description
    66
    7 This plugin adds a download section to Trac. It was inspired by and offers nearly all the features of the [wiki:DownloadsPlugin]. !TracSecDl currently lacks integration with the [wiki:TagsPlugin] and [wiki:TracAdmin], and there is a version available for Trac version 0.11 only.
     7This plugin adds a download section to Trac. It was inspired by and offers nearly all the features of the DownloadsPlugin. !TracSecDl currently lacks integration with the TagsPlugin and TracAdmin, and there is a version available for Trac version 0.11 only.
    88
    99Key features:
     
    1818 * automatic calculation of MD5 and SHA512 checksums for uploaded files
    1919 * configurable limits siuch as for file size, total file size, total number of files, see [#Configuration below] for more options
    20  * [wiki:TracWiki Wiki] and [wiki:TracTimeline Timeline] integration
     20 * [TracWiki Wiki] and [TracTimeline Timeline] integration
    2121
    2222The admin interface looks as follows:
     
    4646}}}
    4747
    48 This will create an egg file somewhere, probably in the `dist/` folder. Place this file in a plugin directory where it can be found by Trac, for example the [wiki:TracEnvironment environment's] `plugins/` directory.
     48This will create an egg file somewhere, probably in the `dist/` folder. Place this file in a plugin directory where it can be found by Trac, for example the [TracEnvironment environment's] `plugins/` directory.
    4949
    50 Enable the plugin by putting the following in your [wiki:TracIni trac.ini] file:
     50Enable the plugin by putting the following in your [TracIni trac.ini] file:
    5151{{{#!ini
    5252[components]
     
    5656Please do not disable individual parts of the plugin, this is not well tested.
    5757
    58 Check the [wiki:TracPlugins TracPlugins installation guide], especially if you have trouble installing the plugin.
     58Check the [TracPlugins TracPlugins installation guide], especially if you have trouble installing the plugin.
    5959
    6060== Download Processing
     
    9494    Comma separated list of allowed file extensions (without leading dot). Leave this empty to not restrict the file types. The default is {{{'zip,gz,bz2,rar'}}}. See also the {{{no_extension}}} option.
    9595 {{{lighty_prefix}}}::
    96     Must be set to the Lighttpd {{{secdownload-uri-prefix}}} configuration value if mod_secdownload is used. The final download URL will be constructed using this value as the first part after the root path, followed by the protected part of the URL. If regular downloads are enabled, the URL will be the same but without the protected part. Note that if you do not start the value for this option with a {{{'/'}}}, an URL relative to the [wiki:TracEnvironment Trac environment] root will be created. This is in most cases not what you want! The default value is {{{'/download/'}}}.
     96    Must be set to the Lighttpd {{{secdownload-uri-prefix}}} configuration value if mod_secdownload is used. The final download URL will be constructed using this value as the first part after the root path, followed by the protected part of the URL. If regular downloads are enabled, the URL will be the same but without the protected part. Note that if you do not start the value for this option with a {{{'/'}}}, an URL relative to the [TracEnvironment Trac environment] root will be created. This is in most cases not what you want! The default value is {{{'/download/'}}}.
    9797 {{{lighty_secret}}}::
    9898    The secret key to protect the downloads (Lighttpd {{{secdownload.secret}}} configuration value). The downloads using mod_secdownload are disabled if this is left empty (default).