Changes between Version 18 and Version 19 of WikiGoodiesPlugin


Ignore:
Timestamp:
Apr 21, 2011, 12:50:45 AM (13 years ago)
Author:
Adrian Fritz
Comment:

Page formating.

Legend:

Unmodified
Added
Removed
Modified
  • WikiGoodiesPlugin

    v18 v19  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
    13= Wiki Goodies for Trac =
    24
     
    46
    57This plugin extends the Trac Wiki in several ways:
    6  * Support for displaying smileys, as in
    7    [http://moinmo.in/HelpOnSmileys MoinMoin],
     8 * Support for displaying smileys, as in [http://moinmo.in/HelpOnSmileys MoinMoin],
    89   with a few exceptions (no flags, "priority" smileys are renamed {p1}
    910   instead of {1} in order to be compatible with report: shorthand links)
    1011 * HTML 4.0 entities (named entities and numerical entities)
    11  * Automatic replacement of common text idioms by their corresponding symbols
    12    (e.g. arrows, fractions, etc.)
     12 * Automatic replacement of common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.)
    1313 * Simplified markup for single words: `*this* /is/ _important_`
    1414   becomes '''this''' ''is'' __important__ [[comment(replace by *this* /is/ _important_)]]
     
    1717
    1818Each feature can be disabled individually if needed.
     19
     20== Install ==
     21
     22See generic instructions in Trac:TracPlugins#InstallingaTracPlugin.
     23
     24=== Enable ===
     25
     26If you need to enable the plugin in the trac.ini, use:
     27{{{
     28[components]
     29goodies.* = enabled
     30}}}
     31
     32== Example ==
     33
     34There are 3 new macros that can be used to conveniently display all the newly introduced markup.
     35
     36Simply copy&paste the following wiki snippet somewhere into your Wiki (e.g. in WikiFormatting):
     37
     38==== Smileys ====
     39{{{
     40[[ShowSmileys(5)]]
     41}}}
     42
     43==== Entities ====
     44{{{
     45[[ShowEntities(4)]]
     46}}}
     47
     48For the entities, only the named ones are shown.
     49
     50For help on using the numerical entities, see for example those [http://home.tiscali.nl/t876506/entitiesTips.html tips].
     51
     52==== Symbols ====
     53{{{
     54[[ShowSymbols(5)]]
     55}}}
     56
     57 Note:: the argument - between '( )' - is the number of columns to be used in the displayed table.
     58
     59== Bugs/Feature Requests ==
     60
     61Existing bugs and feature requests for WikiGoodiesPlugin are
     62[report:9?COMPONENT=WikiGoodiesPlugin here].
     63
     64=== Known Issues ===
     65
     66[[TicketQuery(status!=closed&component=WikiGoodiesPlugin&type=defect)]]
     67
     68If you have any new issue of feature request, create a
     69[http://trac-hacks.org/newticket?component=WikiGoodiesPlugin&owner=cboos new ticket].
    1970
    2071=== More about UNC path support ===
     
    3889
    3990==== Local Paths ====
     91
    4092Using IETab within Firefox even allows you to use links local paths
    4193(say, `S:\Public\File.txt`) by using the equivalent UNC path `\\?\S:\Public\File.txt`,
     
    48100the !LocalLink plugin).
    49101
    50 
    51 == Bugs/Feature Requests ==
    52 
    53 Existing bugs and feature requests for WikiGoodiesPlugin are
    54 [report:9?COMPONENT=WikiGoodiesPlugin here].
    55 
    56 === Known Issues ===
    57 
    58 [[TicketQuery(status!=closed&component=WikiGoodiesPlugin&type=defect)]]
    59 
    60 If you have any new issue of feature request, create a
    61 [http://trac-hacks.org/newticket?component=WikiGoodiesPlugin&owner=cboos new ticket].
    62 
    63 == Installation ==
    64 === Download ===
    65 
    66 Download the zipped source:
    67 || ''Trac Version''      || ''Zip''                           ||
    68 || 0.9.3 and above, 0.10 || [download:wikigoodiesplugin/0.9]  ||
    69 ||          0.11         || [download:wikigoodiesplugin/0.11] ||
    70 
    71 === Checkout ===
    72 
    73 You can check out the source for WikiGoodiesPlugin from Subversion at http://trac-hacks.org/svn/wikigoodiesplugin or [source:wikigoodiesplugin browse] the code from within Trac (recommended!).
    74 
    75 === Enabling The Plugin ===
    76 See generic instructions in Trac:TracPlugins#InstallingaTracPlugin.
    77 
    78 If you need to enable the plugin in the trac.ini, use:
    79 {{{
    80 [components]
    81 goodies.* = enabled
    82 }}}
    83 
    84 == Example ==
    85 
    86 There are 3 new macros that can be used
    87 to conveniently display all the newly introduced markup.
    88 
    89 Simply copy&paste the following wiki snippet somewhere into your Wiki
    90 (e.g. in WikiFormatting):
    91 {{{
    92 === Additional Goodies ===
    93 ==== Smileys ====
    94 [[ShowSmileys(5)]]
    95 ==== Entities ====
    96 [[ShowEntities(4)]]
    97 ==== Symbols ====
    98 [[ShowSymbols(5)]]
    99 
    100 }}}
    101 ''(the argument is the number of columns to be used in the displayed table)''
    102 
    103 For the entities, only the named ones are shown.
    104 For help on using the numerical entities, see for example those
    105 [http://home.tiscali.nl/t876506/entitiesTips.html tips].
    106 
    107 
    108102=== See Also ===
    109103
     
    111105a little bit more lightweight than this plugin.
    112106
     107== Source code & Download ==
    113108
     109A. You can download the zipped source:
     110
     111|| ''Trac Version''      || ''Zip''                           ||
     112|| 0.9.3 and above, 0.10 || [download:wikigoodiesplugin/0.9]  ||
     113||          0.11         || [download:wikigoodiesplugin/0.11] ||
     114
     115B. or You can check out the source from Subversion at http://trac-hacks.org/svn/wikigoodiesplugin
     116
     117C. or also [source:wikigoodiesplugin browse] the code from within Trac (recommended!).
     118
     119=== Recent Changes ===
     120
     121[[ChangeLog(wikigoodiesplugin, 3)]]
    114122
    115123== Author/Contributors ==
    116124
    117125'''Author:''' [wiki:cboos] [[BR]]
     126'''Maintainer:''' [wiki:cboos] [[BR]]
    118127'''Contributors:'''