Changes between Version 28 and Version 29 of ListOfWikiPagesMacro


Ignore:
Timestamp:
Apr 14, 2018, 10:02:46 AM (6 years ago)
Author:
figaro
Comment:

Moved example to description

Legend:

Unmodified
Added
Removed
Modified
  • ListOfWikiPagesMacro

    v28 v29  
    1111
    1212This package uses the AdvParseArgsPlugin, which must also be installed.
    13 
    14 == Bugs/Feature Requests
    15 
    16 Existing bugs and feature requests for ListOfWikiPagesMacro are
    17 [report:9?COMPONENT=ListOfWikiPagesMacro here].
    18 
    19 If you have any issues, create a
    20 [/newticket?component=ListOfWikiPagesMacro new ticket].
    21 
    22 [[TicketQuery(component=ListOfWikiPagesMacro&group=type,format=progress)]]
    23 
    24 == Download and Source
    25 
    26 Download the zipped source from [export:listofwikipagesmacro here].
    27 
    28 == Source
    29 
    30 Check out ListOfWikiPagesMacro from [/svn/listofwikipagesmacro here] using Subversion, or [source:listofwikipagesmacro browse the source] with Trac.
    31 
    32 == Installation
    33 
    34 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    35 
    36 == Configuration
    37 
    38 Put the following into your `trac.ini` configuration file:
    39 {{{#!ini
    40 [components]
    41 traclistofwikipages.* = enabled
    42 
    43 [listofwikipages]
    44 # Optional list of ignored users, defaults to 'trac' to ignore Trac's default wiki pages:
    45 #ignore_users = trac
    46 
    47 # Select default format 'long' or 'short'. Defaults to 'short' which is the pre-v0.2 format.
    48 #default_format = long
    49 #default_format = short
    50 }}}
    51 
    52 == Examples
    5313
    5414=== !ListOfWikiPages
     
    12888}}}
    12989
     90== Bugs/Feature Requests
     91
     92Existing bugs and feature requests for ListOfWikiPagesMacro are
     93[report:9?COMPONENT=ListOfWikiPagesMacro here].
     94
     95If you have any issues, create a
     96[/newticket?component=ListOfWikiPagesMacro new ticket].
     97
     98[[TicketQuery(component=ListOfWikiPagesMacro&group=type,format=progress)]]
     99
     100== Download
     101
     102Download the zipped source from [export:listofwikipagesmacro here].
     103
     104The plugin is also available on [pypi:ListOfWikiPagesMacro PyPI].
     105
     106== Source
     107
     108Check out ListOfWikiPagesMacro from [/svn/listofwikipagesmacro here] using Subversion, or [source:listofwikipagesmacro browse the source] with Trac.
     109
     110== Installation
     111
     112General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     113
     114== Configuration
     115
     116Put the following into your `trac.ini` configuration file:
     117{{{#!ini
     118[components]
     119traclistofwikipages.* = enabled
     120
     121[listofwikipages]
     122# Optional list of ignored users, defaults to 'trac' to ignore Trac's default wiki pages:
     123#ignore_users = trac
     124
     125# Select default format 'long' or 'short'. Defaults to 'short' which is the pre-v0.2 format.
     126#default_format = long
     127#default_format = short
     128}}}
     129
    130130== Recent Changes
    131131