Changes between Version 31 and Version 32 of WikiExtrasPlugin


Ignore:
Timestamp:
May 8, 2015, 8:25:56 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiExtrasPlugin

    v31 v32  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Wiki Extras for Trac =
     3= Wiki Extras for Trac
    44
     5== Description
    56
    6 == Description ==
    7 
    8  '''''This plugin is made for Trac 1.0 ''' [[BR]]
    9  (It could work with Trac 0.12, but the visual impression may not be as intended.) ''
     7'''This plugin is made for Trac 1.0 ''' It could work with Trac 0.12, but the visual impression may not be as intended.
    108
    119The WikiExtrasPlugin extends the Trac Wiki in several ways:
     
    2018 * Automatic highlighting of attentional phrases like `FIXME` and `TODO` (configurable).
    2119 * HTML 4.0 entities (named entities and numerical entities). ''(Same as in WikiGoodiesPlugin)''
    22  * Automatic replacement of common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.) ''(Same as in WikiGoodiesPlugin, but configurable.)''
     20 * Automatic replacement of common text idioms by their corresponding symbols, eg arrows, fractions, etc. ''(Same as in WikiGoodiesPlugin, but configurable.)''
    2321 * Replace `\\...` UNC paths with `file:///` links. ''(Same as in WikiGoodiesPlugin)''
    2422
    2523Each feature can be disabled individually if needed.
    2624
     25== Icon Library License Terms
    2726
    28 == Icon Library License Terms ==
    29 
    30 The icon library contained in this plugin is composed of the [http://p.yusukekamiyamane.com Fugue icon library] with additional icons, and can be used for any commercial or personal projects, but you may not lease, license or sublicense the icons. The icon library is provided for convenience, though download and installation time is taking a hit since it contains more than 3.000 unique icons in two flavors; shadowed and shadowless (yielding a grand total of almost 7.000 icon files).
     27The icon library contained in this plugin is composed of the [http://p.yusukekamiyamane.com Fugue icon library] with additional icons, and can be used for any commercial or personal projects, but you may not lease, license or sublicense the icons. The icon library is provided for convenience, though download and installation time is taking a hit since it contains more than 3000 unique icons in two flavors; shadowed and shadowless, yielding a grand total of almost 7000 icon files.
    3128
    3229The [http://p.yusukekamiyamane.com Fugue icon library] is released under [http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 license].
    33 [[BR]]
    3430Some icons are Copyright (C) [http://p.yusukekamiyamane.com/ Yusuke Kamiyamane]. All rights reserved.
    3531
    3632Additional icons are released under same [http://trac.edgewall.org/licence.html license terms] as Trac.
    37 [[BR]]
    3833Some icons are Copyright (C) [http://www.edgewall.org Edgewall Software]. All rights reserved.
    3934
    40 
    41 == See Also ==
     35== See Also
    4236
    4337ColorMacro, EmoticonsPlugin, EntityMacro, NewsFlashMacro, NoteBoxPlugin, TracFigureMacro and WikiGoodiesPlugin.
    4438
     39== Bugs/Feature Requests
    4540
    46 == Bugs/Feature Requests ==
    47 
    48 Existing bugs and feature requests for !WikiExtrasPlugin are **[report:9?COMPONENT=WikiExtrasPlugin here]** (some have been [query:component=WikiExtrasPlugin&status=closed closed]).
     41Existing bugs and feature requests for !WikiExtrasPlugin are **[report:9?COMPONENT=WikiExtrasPlugin here]**. Some have been [query:component=WikiExtrasPlugin&status=closed closed].
    4942
    5043If you have any issues, create a [http://trac-hacks.org/newticket?component=WikiExtrasPlugin&owner=mrelbe new ticket].
    5144
     45[[TicketQuery(component=WikiExtrasPlugin&group=type,format=progress)]]
    5246
    53 == Download Source ==
     47== Download
    5448
    55  * '''trunk''' (1.0dev) -- To use this plugin according to built in instructions, Trac 1.0 or newer is '''required'''.
    56    * [download:wikiextrasplugin/trunk Download the zipped source]
    57    * [source:wikiextrasplugin/trunk Browse the source] with Trac
    58    * Check out using Subversion:
    59 {{{
    60 #!sh
     49'''trunk''' (1.0dev) -- To use this plugin according to built in instructions, Trac 1.0 or newer is '''required'''.
     50 * [download:wikiextrasplugin/trunk Download the zipped source]
     51 * [source:wikiextrasplugin/trunk Browse the source] with Trac
     52 * Check out using Subversion:
     53 {{{#!sh
    6154svn co http://trac-hacks.org/svn/wikiextrasplugin/trunk
    6255}}}
    6356
    64 
    65 == Install ==
     57== Installation
    6658
    6759See generic instructions in Trac:TracPlugins#InstallingaTracPlugin.
    6860
     61== Configuration
    6962
    70 
    71 == Configuration ==
    72 
    73 Activate the plugin:
    74 {{{
    75 #!ini
     63Activate the plugin by adding the following line to your `trac.ini` file:
     64{{{#!ini
    7665[components]
    7766tracwikiextras.* = enabled
     
    8170
    8271The built in documentation of the plugin explains the configuration thoroughly.
    83 Following examples are provided as an overview of the customization
    84 capabilities of the plugin.
     72The following examples are provided as an overview of the customization capabilities of the plugin.
    8573
    8674Configure boxes ''(showing default configuration)'':
    87 {{{
    88 #!ini
     75{{{#!ini
    8976[wikiextras]
    9077rbox_width = 300
     
    9481
    9582Configure icons ''(showing default configuration)'':
    96 {{{
    97 #!ini
     83{{{#!ini
    9884[wikiextras]
    9985icon_limit = 32
     
    10389
    10490Configure smileys ''(example)'':
    105 {{{
    106 #!ini
     91{{{#!ini
    10792[wikiextras-smileys]
    10893_remove_defaults = true
     
    11297
    11398Configure attentional phrases ''(showing default configuration)'':
    114 {{{
    115 #!ini
     99{{{#!ini
    116100[wikiextras]
    117101fixme_phrases = BUG, FIXME
     
    121105
    122106Configure symbols ''(example)'':
    123 {{{
    124 #!ini
     107{{{#!ini
    125108[wikiextras-symbols]
    126109_remove_defaults = true
     
    131114
    132115WikiGoodiesPlugin refugees might find the following compatibility definitions useful:
    133 {{{
    134 #!ini
     116{{{#!ini
    135117[wikiextras-smileys]
    136118exclamation--frame = /!\
     
    147129 ''Note: The priority smileys as defined above, ''`{p1}`'' etc, may __not__ work since they conflict with !InterTrac ticket report references (#1799), which are handled by the Trac core.''
    148130
    149 == Example ==
     131== Example
    150132
    151 There are 3 macros that can be used to show detailed instructions to wiki
    152 authors on how to use some of these features, suitable to be placed on one wiki
     133There 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
    153134page each:
    154  * !WikiBoxes
     135 * !WikiBoxes:
    155136{{{
    156137[[AboutWikiBoxes]]
    157138}}}
    158  * !WikiIcons
     139 * !WikiIcons:
    159140{{{
    160141[[AboutWikiIcons]]
    161142}}}
    162  * !WikiPhrases
     143 * !WikiPhrases:
    163144{{{
    164145[[AboutWikiPhrases]]
    165146}}}
    166147
    167 Please also see the built in plugin documentation presented in the plugin admin
    168 panel of your Trac environment.
     148Please also see the built in plugin documentation presented in the plugin admin panel of your Trac environment.
    169149
    170 
    171 == Recent Changes ==
     150== Recent Changes
    172151
    173152[[ChangeLog(wikiextrasplugin, 3)]]
    174153
    175 
    176 == Author/Contributors ==
     154== Author/Contributors
    177155
    178156'''Author:''' [wiki:mrelbe] and [wiki:cboos][[BR]]
    179 '''Maintainer:''' [wiki:mrelbe] [[BR]]
     157'''Maintainer:''' [[Maintainer]] [[BR]]
    180158'''Contributors:''' [[BR]]
    181159
    182 This plugin is based on the WikiGoodiesPlugin by [wiki:cboos]. [[BR]]
    183 Also, kudos to [wiki:cboos] (again) for the icon wiki markup idea: `(|name|)`
     160This plugin is based on the WikiGoodiesPlugin by [wiki:cboos]. Also, kudos to [wiki:cboos] (again) for the icon wiki markup idea: `(|name|)`