Changes between Version 10 and Version 11 of AllAttachmentsMacro


Ignore:
Timestamp:
Mar 18, 2015, 1:54:52 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • AllAttachmentsMacro

    v10 v11  
    1 = List attachments from Trac site =
     1= List attachments from Trac site
    22
    3 == Description ==
     3== Description
    44
    55Adds a wiki macro that shows all attachments uploaded on a Trac site. The attachments are displayed as a list of filenames, showing filesize, author and the source of the attachment (wikipage or ticket).
     
    77The macro was previously hosted on an [http://stuq.nl/software/trac/AllAttachmentsMacro external site] and then [http://trac-hacks.org/svn/allattachmentsmacro here].
    88
    9 == Usage ==
     9== Bugs/Feature Requests
     10
     11Please use [https://github.com/mitar/trac-allattachments/issues GitHub] for any issues you have with [wiki:AllAttachmentsMacro].
     12
     13Old tickets are [report:9?COMPONENT=AllAttachmentsMacro here].
     14
     15== Download
     16
     17Download the zipped source from [https://github.com/mitar/trac-allattachments/archive/master.zip here].
     18
     19== Source
     20
     21You can clone [wiki:AllAttachmentsMacro] from [https://github.com/mitar/trac-allattachments here] using git, or [https://github.com/mitar/trac-allattachments browse the source] on GitHub.
     22
     23== Installation
     24
     25{{{
     26pip install AllAttachmentsMacro
     27}}}
     28
     29For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     30
     31== Usage
    1032
    1133{{{
     
    1537}}}
    1638
    17 == Bugs/Feature Requests ==
    18 
    19 Please use [https://github.com/mitar/trac-allattachments/issues GitHub] for any issues you have with [wiki:AllAttachmentsMacro].
    20 
    21 Old tickets are [report:9?COMPONENT=AllAttachmentsMacro here].
    22 
    23 == Download ==
    24 
    25 Download the zipped source from [https://github.com/mitar/trac-allattachments/archive/master.zip here].
    26 
    27 == Source ==
    28 
    29 You can clone [wiki:AllAttachmentsMacro] from [https://github.com/mitar/trac-allattachments here] using git, or [https://github.com/mitar/trac-allattachments browse the source] on GitHub.
    30 
    31 == Installation ==
    32 
    33 {{{
    34 pip install AllAttachmentsMacro
    35 }}}
    36 
    37 For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    38 
    39 == Author/Contributors ==
     39== Author/Contributors
    4040
    4141'''Author:''' [wiki:daan] [[BR]]