Changes between Version 10 and Version 11 of TracSecDlPlugin


Ignore:
Timestamp:
Sep 7, 2016, 6:12:16 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes, removed superfluous license terms

Legend:

Unmodified
Added
Removed
Modified
  • TracSecDlPlugin

    v10 v11  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Download plugin with advanced features
     3= Enhance downloads with advanced features
    44
    5 ----
    6 {{{
    7 #!html
    8 <div class="system-message"><b>This plugin is hosted at <a href="https://bitbucket.org/goeb/tracsecdl">Bitbucket</a>, please visit this page for up to date information.</b></div>
     5{{{#!box info
     6'''Notice''': This plugin is hosted at [https://bitbucket.org/goeb/tracsecdl the Bitbucket project page], so please visit that page for up to date information.
    97}}}
    10 
    11 ''The text below is a copy of the actual homepage, note however that I can only post five external links here, so you should visit the URL mentioned above for working links to the project's bug tracker etc.''
    12 ----
    138
    149== Description
    1510
    16 This plugin adds a download section to Trac. It was inspired by and offers nearly all the features of the [wiki:DownloadsPlugin DownloadsPlugin]. !TracSecDl currently lacks integration with the [wiki:TagsPlugin TagsPlugin] and [wiki:TracAdmin TracAdmin], and there is only a version for ''0.11'' available.
     11This 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 TagsPlugin] and [wiki:TracAdmin TracAdmin], and there is only a version for ''0.11'' available.
    1712
    1813Key features:
     
    3126== Bugs And Feature Requests
    3227
    33 Existing bugs and feature requests for !TracSecDl can be found at [https://bitbucket.org/goeb/tracsecdl/issues its bug tracker]. If you have any issues, please create a new ticket.
     28Existing bugs and feature requests for !TracSecDl can be found at [https://bitbucket.org/goeb/tracsecdl/issues its bug tracker]. If you have any issues, please create a new ticket there.
    3429
    3530== Download And Source Code
    3631
    3732Visit the plugin's homepage and check the download section for available files. You can also clone the repository with {{{git}}}:
    38 {{{
    39 git clone https://bitbucket.org/goeb/tracsecdl.git
     33{{{#!sh
     34$ git clone https://bitbucket.org/goeb/tracsecdl.git
    4035}}}
    4136
    42 == Dependencies
     37== Installation
    4338
    4439Trac 0.11 is required, other versions are currently not supported.
    4540
    46 == Installation
    47 
    4841Basically, download the source, extract it somewhere, change to the extracted directory ''!TracSecDl/0.11/'' (that one containing the ''setup.py'' file) and run the following:
    49 {{{
    50 #!python
     42{{{#!python
    5143python setup.py bdist_egg
    5244}}}
     
    5547
    5648Enable the plugin by putting the following in your ''[wiki:TracIni trac.ini]'':
    57 {{{
    58 #!ini
     49{{{#!ini
    5950[components]
    6051tracsecdl.* = enabled
     
    186177
    187178'''Author:''' Stefan Göbel
    188 
    189 == License
    190 
    191 Copyright © 2010 Stefan Göbel
    192 
    193 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
    194 
    195 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
    196 
    197 You should have received a copy of the GNU General Public License along with this program. If not, see <!http://www.gnu.org/licenses/>.