Changes between Version 34 and Version 35 of WikiExtrasPlugin


Ignore:
Timestamp:
Nov 26, 2015, 12:49:12 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiExtrasPlugin

    v34 v35  
    55== Description
    66
    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.
     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.
    88
    99The WikiExtrasPlugin extends the Trac Wiki in several ways:
    1010
    11  * Layout information on wiki pages using boxes. Four wiki processors are defined for creating boxes:
     11 * Layout information on wiki pages using boxes, for which the following processors are defined:
    1212   * `box` -- The core box processor.
    1313   * `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 NewsFlashMacro)''
     14   * `newsbox` -- Display news in a right aligned box. This box corresponds to the well-known NewsFlashMacro.
    1515   * `imagebox` -- Display a single image with caption in a centered box.
    1616 * 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).
    1717 * Decorate wiki text with the `Color` macro.
    1818 * Automatic highlighting of attentional phrases like `FIXME` and `TODO` (configurable).
    19  * HTML 4.0 entities (named entities and numerical entities). ''(Same as in WikiGoodiesPlugin)''
    20  * Automatic replacement of common text idioms by their corresponding symbols, eg arrows, fractions, etc. ''(Same as in WikiGoodiesPlugin, but configurable.)''
    21  * Replace `\\...` UNC paths with `file:///` links. ''(Same as in WikiGoodiesPlugin)''
     19 * HTML 4.0 entities, ie named entities and numerical entities. This is the same as in WikiGoodiesPlugin.
     20 * Automatic replacement of common text idioms by their corresponding symbols, eg arrows, fractions, etc. This is the same as in WikiGoodiesPlugin, but configurable.
     21 * Replace `\\...` UNC paths with `file:///` links. This is a the same as in WikiGoodiesPlugin.
    2222
    2323Each feature can be disabled individually if needed.
     24
     25See also: ColorMacro, EmoticonsPlugin, EntityMacro, NewsFlashMacro, NoteBoxPlugin, TracFigureMacro and WikiGoodiesPlugin.
    2426
    2527=== Icon Library License Terms
     
    2931
    3032Additional icons are released under same [http://trac.edgewall.org/licence.html license terms] as Trac.
    31 Some icons are Copyright (C) [http://www.edgewall.org Edgewall Software]. All rights reserved.
    32 
    33 === See Also
    34 
    35 ColorMacro, EmoticonsPlugin, EntityMacro, NewsFlashMacro, NoteBoxPlugin, TracFigureMacro and WikiGoodiesPlugin.
     33Some icons are Copyright [http://www.edgewall.org Edgewall Software]. All rights reserved.
    3634
    3735== Bugs/Feature Requests
    3836
    39 Existing bugs and feature requests for !WikiExtrasPlugin are **[report:9?COMPONENT=WikiExtrasPlugin here]**. Some have been [query:component=WikiExtrasPlugin&status=closed closed].
     37Existing bugs and feature requests for WikiExtrasPlugin are [report:9?COMPONENT=WikiExtrasPlugin here].
    4038
    41 If you have any issues, create a [http://trac-hacks.org/newticket?component=WikiExtrasPlugin&owner=mrelbe new ticket].
     39If you have any issues, create a [/newticket?component=WikiExtrasPlugin new ticket].
    4240
    4341[[TicketQuery(component=WikiExtrasPlugin&group=type,format=progress)]]
    4442
    45 == Download
     43== Download and Source
    4644
    4745'''trunk''' (1.0dev) -- To use this plugin according to built in instructions, Trac 1.0 or newer is '''required'''.
    48  * [download:wikiextrasplugin/trunk Download the zipped source]
    49  * [source:wikiextrasplugin/trunk Browse the source] with Trac
     46 * Download the [export:wikiextrasplugin/trunk zipped source].
     47 * Browse the [source:wikiextrasplugin/trunk source] with Trac.
    5048 * Check out using Subversion:
    5149 {{{#!sh
    52 svn co http://trac-hacks.org/svn/wikiextrasplugin/trunk
     50svn co https://trac-hacks.org/svn/wikiextrasplugin/trunk
    5351}}}
    5452
    5553== Installation
    5654
    57 See generic instructions in Trac:TracPlugins#InstallingaTracPlugin.
    58 
    59 == Configuration
     55General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    6056
    6157Activate the plugin by adding the following line to your `trac.ini` file:
     
    6460tracwikiextras.* = enabled
    6561}}}
     62
     63== Configuration
    6664
    6765The WikiGoodiesPlugin should be ''deactivated'' when this plugin is used.
     
    111109}}}
    112110
    113 WikiGoodiesPlugin refugees might find the following compatibility definitions useful:
     111Former WikiGoodiesPlugin users might find the following compatibility definitions useful:
    114112{{{#!ini
    115113[wikiextras-smileys]
     
    125123priority3 = {p3} {P3}
    126124}}}
    127  ''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.''
     125
     126'''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.
    128127
    129128== Color macro syntax
     
    190189'''Author:''' [wiki:mrelbe] and [wiki:cboos][[BR]]
    191190'''Maintainer:''' [[Maintainer]] [[BR]]
    192 '''Contributors:''' [[BR]]
    193 
    194 This plugin is based on the WikiGoodiesPlugin by [wiki:cboos]. Also, kudos to [wiki:cboos] (again) for the icon wiki markup idea: `(|name|)`
     191'''Contributors:''' This plugin is based on the WikiGoodiesPlugin by [wiki:cboos]. Also, kudos to [wiki:cboos] (again) for the icon wiki markup idea: `(|name|)`