Changes between Version 20 and Version 21 of NumberedHeadlinesPlugin


Ignore:
Timestamp:
Jul 20, 2015, 1:46:25 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • NumberedHeadlinesPlugin

    v20 v21  
    1 [[TOC]]
    2 = Wiki syntax for numbered headlines =
    3 
    4 
    5 == Description ==
    6 
    7 This plug-in provides a new TracWiki syntax for numbered headlines (`h1`-`h6` HTML tags).
    8 
    9 This manual is for version 0.3 from Oct 2009.
    10 
    11 
    12 === New Wiki Syntax ===
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Wiki syntax for numbered headlines
     4
     5== Description
     6
     7This plugin provides a new TracWiki syntax for numbered headlines (`h1`-`h6` HTML tags). This manual is for Trac version 0.3 from Oct 2009.
     8
     9=== New Wiki Syntax
    1310
    1411The wiki syntax for numbered headlines is a follows:
     
    2724You can mix both unnumbered and numbered headlines on the same wiki page. Headlines from first order (1x`#` on each side) to sixth order (6x`#` on each side) are supported. An own ID can be given by adding "`=`''idname''", which should be an valid XHTML name.
    2825
    29 
    30 == Configuration ==
     26== Bugs/Feature Requests
     27
     28Existing bugs and feature requests for NumberedHeadlinesPlugin are
     29[report:9?COMPONENT=NumberedHeadlinesPlugin here].
     30
     31If you have any issues, create a
     32[/newticket?component=NumberedHeadlinesPlugin new ticket].
     33
     34[[TicketQuery(component=NumberedHeadlinesPlugin&group=type,format=progress)]]
     35
     36== Download
     37
     38Download the zipped source from [download:numberedheadlinesplugin here].
     39
     40== Source
     41
     42You can check out NumberedHeadlinesPlugin from [http://trac-hacks.org/svn/numberedheadlinesplugin here] using Subversion, or [source:numberedheadlinesplugin browse the source] with Trac.
     43
     44== Configuration
     45
    3146To enable this plugin put the following into your `trac.ini` configuration file:
    32 {{{
     47{{{#!ini
    3348[components]
    3449tracnumberedheadlines.* = enabled
    3550}}}
    3651
    37 The following options can be added to select if
     52The following options can be added to select if:
    3853 * headlines in outlines (`PageOutline`, TocMacro) should be numbered (#4521, #5241)
    3954 * numbering should start at the second level (`##`/`h2`) not at the first level (#4907)
    4055
    41 (Default values are shown)
    42 {{{
     56Example where default values are shown:
     57{{{#!ini
    4358[numberedheadlines]
    4459numbered_outline = true
     
    4661}}}
    4762
    48 == Bugs/Feature Requests ==
    49 
    50 Existing bugs and feature requests for NumberedHeadlinesPlugin are
    51 [report:9?COMPONENT=NumberedHeadlinesPlugin here].
    52 
    53 If you have any issues, create a
    54 [http://trac-hacks.org/newticket?component=NumberedHeadlinesPlugin&owner=martin_s new ticket].
    55 
    56 == Download ==
    57 
    58 Download the zipped source from [download:numberedheadlinesplugin here].
    59 
    60 == Source ==
    61 
    62 You can check out NumberedHeadlinesPlugin from [http://trac-hacks.org/svn/numberedheadlinesplugin here] using Subversion, or [source:numberedheadlinesplugin browse the source] with Trac.
    63 
    64 == Example ==
    65 
    66 === Normal Usage ===
     63== Example
     64
     65=== Normal Usage
    6766
    6867The following wiki text:
     
    131130}}}
    132131
    133 === User Specified Numbers ===
    134 Since v0.2.1 leading zeros are ignored, which allows the use of numbered sections under an unnumbered chapter.
    135 
    136 This feature relates to ticket #4907.
     132=== User Specified Numbers
     133
     134Since v0.2.1 leading zeros are ignored, which allows the use of numbered sections under an unnumbered chapter. This feature relates to ticket #4907.
    137135
    138136{{{
     
    151149}}}
    152150
    153 === User Specified Numbers ===
    154 Since v0.3 the numbers can be provided by the user to set or reset the counting.
    155 The number are simply written before the headline text followed by a space.
     151=== User Specified Numbers
     152
     153Since v0.3 the numbers can be provided by the user to set or reset the counting. The numbers are simply written before the headline text followed by a space.
    156154
    157155Single numbers set the value of the current level, while multiple numbers ('`1.2.3.`') set the values from the current level upwards.
     
    225223}}}
    226224
    227 == Recent Changes ==
     225== Recent Changes
    228226
    229227[[ChangeLog(numberedheadlinesplugin, 3)]]
    230228
    231 == Author/Contributors ==
     229== Author/Contributors
    232230
    233231'''Author:''' [wiki:martin_s] [[BR]]
    234 '''Maintainer:''' [wiki:martin_s] [[BR]]
     232'''Maintainer:''' [[Maintainer]] [[BR]]
    235233'''Contributors:'''  [wiki:JoshuaH] (Page Outline support, see #4521)