Changes between Version 46 and Version 47 of TocMacro


Ignore:
Timestamp:
Mar 16, 2015, 7:25:52 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TocMacro

    v46 v47  
    1 [[TOC]]
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Table of Contents Macro =
     3= Table of Contents Macro
    44
    5 == Description ==
     5== Description
    66
    77The TocMacro generates a table of contents for the current page or a set of pages.
     
    2222}}}
    2323
    24 A wildcard `*` can be used to fetch a sorted list of all pages starting with the preceding pagename stub:
     24A wildcard `*` can be used to fetch a sorted list of all pages starting with the preceding page name stub:
    2525
    2626{{{
     
    2929
    3030The following ''control'' arguments change the default behaviour of the TOC macro:
    31 ||= Argument     =||= Description =||
     31||= '''Argument''' =||= '''Description''' =||
    3232|| `heading=<x>`  || Override the default heading of "Table of Contents" ||
    3333|| `noheading`    || Suppress display of the heading. ||
     
    5151}}}
    5252
    53 == Bugs/Feature Requests ==
     53== Bugs/Feature Requests
    5454
    5555Existing bugs and feature requests are [query:status!=closed&component=TocMacro&order=priority here]. If you have any issues, create a
    5656[/newticket?component=TocMacro new ticket].
    5757
     58[[TicketQuery(component=TocMacro,group=type,format=progress)]]
     59
     60== Download
     61
     62Download the zipped source from [download:tocmacro here].
     63
     64TocMacro requires that AnchorPatch be applied to Trac [wiki:0.8]. Trac [wiki:0.9] already includes this patch.
     65
     66== Source
     67
     68You can check out TocMacro from [http://trac-hacks.org/svn/tocmacro here] using Subversion, or [source:tocmacro browse the source] with Trac.
     69
    5870== Installation ==
    5971
    60 Both 0.10 and 0.11/0.12 entries at Python Package Index (pypi) are not up-to-date with latest versions and dependencies. To install the most recent versions, use direct installation from source:
     72The Trac 0.10 / 0.11 / 0.12 entries at Python Package Index (pypi) are not up-to-date with the latest versions and dependencies. To install the most recent versions, use direct installation from source:
    6173
    6274{{{
     
    6678}}}
    6779
    68 ...or download / check out the source from repository (see below) and install it in usual manner.
     80Or download / check out the source from repository (see below) and install it in the usual manner.
    6981
    70 Do not forget to '''enable''' the '''macro''' in trac.ini:
     82Do not forget to '''enable''' the plugin in `trac.ini`:
    7183{{{
    7284#!ini
     
    7587}}}
    7688
    77 
    78 == Download ==
    79 
    80 Download the zipped source from [download:tocmacro here].
    81 
    82 TocMacro requires that AnchorPatch be applied to [wiki:0.8] Trac. Trac [wiki:0.9] already includes this patch.
    83 
    84 == Source ==
    85 
    86 You can check out TocMacro from [http://trac-hacks.org/svn/tocmacro here] using Subversion, or [source:tocmacro browse the source] with Trac.
    87 
    88 == Example ==
     89== Example
    8990
    9091{{{
     
    9596On the right you can see the TOC macro version of the default !TracGuideToc macro.
    9697
    97 == Alternatives ==
     98== Alternatives
    9899
    99 Trac 0.12 (maybe earlier?) has the [wiki:WikiMacros#PageOutline-macro PageOutline] macro built-in which can produce output identical to the simpler use cases for the TOC macro. For example, this is equivalent to the no-argument form of TOC:
     100Trac 0.12 has the [wiki:WikiMacros#PageOutline-macro PageOutline] macro built-in, which can produce output identical to the simpler use cases for the TOC macro. For example, this is equivalent to the no-argument form of TOC:
    100101{{{
    101102[[PageOutline(2-5, Table of Contents, floated)]]
    102103}}}
    103104
    104 == Change Log ==
     105== Change Log
    105106
    106107[[ChangeLog(/tocmacro, 3)]]
    107108
    108 == Author/Contributors ==
     109== Author/Contributors
    109110
    110111'''Authors:''' [wiki:athomas], [wiki:jouvin], [wiki:coderanger], [wiki:cboos], [wiki:osimons] [[BR]]
    111 '''Maintainer:''' [wiki:osimons] [[BR]]
     112'''Maintainer:''' [[Maintainer]] [[BR]]
    112113'''Contributors:'''