Changes between Version 4 and Version 5 of WikiExtrasPlugin


Ignore:
Timestamp:
Jun 12, 2011, 2:04:43 PM (13 years ago)
Author:
Mikael Relbe
Comment:

Align with code doc

Legend:

Unmodified
Added
Removed
Modified
  • WikiExtrasPlugin

    v4 v5  
    22
    33= Wiki Extras for Trac =
     4
    45
    56== Description ==
     
    78 '''''This plugin is made for the upcoming Trac 0.13, and will be updated along with changes to Trac 0.13dev! ''' (This plugin should work with Trac 0.12, but the visual impression will not be as intended.) ''
    89
    9 This plugin extends the Trac Wiki in several ways:
     10The WikiExtrasPlugin extends the Trac Wiki in several ways:
    1011
    1112 * Layout information on wiki pages using boxes. Four wiki processors are defined for creating boxes:
    1213   * `box` -- The core box processor.
    1314   * `rbox` -- Display a right aligned box to show side notes and warnings etc. This will probably be the most used box.
    14    * `newsbox` -- Display news in a right aligned box. ''(This box corresponds to the well-known [th:NewsFlashMacro])''
     15   * `newsbox` -- Display news in a right aligned box. ''(This box corresponds to the well-known NewsFlashMacro)''
    1516   * `imagebox` -- Display a single image with caption in a centered box.
    1617 * Decorate wiki pages with a huge set of modern icons via wiki markup `(|name|)`, or the equivalent `Icon` macro, and as smileys (smiley characters are configurable).
    1718 * Decorate wiki text with the `Color` macro.
    1819 * Automatic highlighting of attentional phrases like `FIXME` and `TODO` (configurable).
    19  * HTML 4.0 entities (named entities and numerical entities). ''(Same as in [th:WikiGoodiesPlugin])''
    20  * Automatic replacement of common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.) ''(Same as in [th:WikiGoodiesPlugin], but configurable.)''
     20 * HTML 4.0 entities (named entities and numerical entities). ''(Same as in WikiGoodiesPlugin)''
     21 * Automatic replacement of common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.) ''(Same as in WikiGoodiesPlugin, but configurable.)''
    2122
    2223Each feature can be disabled individually if needed.
     
    2930The [http://p.yusukekamiyamane.com Fugue icon library] is released under [http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 license].
    3031[[BR]]
    31 Some icons are Copyright (C) [http://p.yusukekamiyamane.com/ Yusuke Kamiyamane].
    32 All rights reserved.
     32Some icons are Copyright (C) [http://p.yusukekamiyamane.com/ Yusuke Kamiyamane]. All rights reserved.
    3333
    34 Additional icons are released under same
    35 [http://trac.edgewall.org/wiki/TracLicense license terms] as Trac.
     34Additional icons are released under same [http://trac.edgewall.org/licence.html license terms] as Trac.
    3635[[BR]]
    37 Some icons are Copyright (C) [http://www.edgewall.org Edgewall Software].
    38 All rights reserved.
     36Some icons are Copyright (C) [http://www.edgewall.org Edgewall Software]. All rights reserved.
    3937
    4038
    4139== See Also ==
    4240
    43 The WikiGoodiesPlugin, EmoticonsPlugin, ColorMacro and NewsFlashMacro.
     41The ColorMacro, EmoticonsPlugin, NewsFlashMacro and WikiGoodiesPlugin.
    4442
    45 == Bugs/Feature Requests ==
    4643
    47 Existing bugs and feature requests for WikiExtrasPlugin are
    48 [report:9?COMPONENT=WikiExtrasPlugin here].
     44== Bugs/Feature Requests ==
    4945
    50 If you have any issues, create a
    51 [http://trac-hacks.org/newticket?component=WikiExtrasPlugin&owner=mrelbe new ticket].
     46Existing bugs and feature requests for [th:WikiExtrasPlugin] are [report:9?COMPONENT=WikiExtrasPlugin here].
     47
     48If you have any issues, create a [http://trac-hacks.org/newticket?component=WikiExtrasPlugin&owner=mrelbe new ticket].
     49
    5250
    5351== Download ==
    5452
    55 ~~Download the zipped source from [download:wikiextrasplugin here].~~ '''Code not yet uploaded! '''
     53Download the zipped source from [download:wikiextrasplugin here].
     54
    5655
    5756== Source ==
    5857
    59 ~~You can check out WikiExtrasPlugin from [http://trac-hacks.org/svn/wikiextrasplugin here] using Subversion, or [source:wikiextrasplugin browse the source] with Trac.~~ '''Code not yet uploaded! '''
     58You can check out WikiExtrasPlugin from [http://trac-hacks.org/svn/wikiextrasplugin here] using Subversion, or [source:wikiextrasplugin browse the source] with Trac.
     59
    6060
    6161== Example ==
    6262
    63 There are 3 macros that can be used to show detailed instructions to wiki authors on how to use some of these features, suitable to be placed on one wiki page each:
     63There are 3 macros that can be used to show detailed instructions to wiki
     64authors on how to use some of these features, suitable to be placed on one wiki
     65page each:
    6466 * !WikiBoxes
    6567{{{
     
    7577}}}
    7678
    77 Please also see the built in plugin documentation presented in the plugin admin panel of your Trac environment.
     79Please also see the built in plugin documentation presented in the plugin admin
     80panel of your Trac environment.
     81
    7882
    7983== Recent Changes ==
    8084
    8185[[ChangeLog(wikiextrasplugin, 3)]]
     86
    8287
    8388== Author/Contributors ==