Changes between Version 13 and Version 14 of EntityMacro


Ignore:
Timestamp:
Nov 10, 2015, 5:01:11 PM (8 years ago)
Author:
figaro
Comment:

Rearranged paragraphs to maintain consistency

Legend:

Unmodified
Added
Removed
Modified
  • EntityMacro

    v13 v14  
    77The !EntityMacro package returns HTML 4.01 numeric character entity references from their corresponding names.
    88
    9 The character entity data is straight out of the DTD for HTML 4.01 so if there are errors or ommissions, please refer to the [http://www.w3.org/ W3C].
     9The character entity data is straight out of the DTD for HTML 4.01, so if there are errors or ommissions, please refer to the [http://www.w3.org/ W3C].
    1010
    1111See: [http://www.w3.org/TR/1999/REC-html401-19991224/sgml/entities.html Character entity references in HTML 4] for more information.
     
    1717Also see the WikiGoodiesPlugin, which supports smileys, HTML 4.0 entities (named entities and numerical entities), automatic replacement of common text idioms by their corresponding symbols, such as arrows, fractions, etc.
    1818
     19== Source
     20
     21 * Browse the source at: [http://github.com/dwclifton/tracentitymacro/tree/master GitHub].
     22 * Public clone URL:
     23 {{{#!sh
     24git clone git://github.com/dwclifton/tracentitymacro.git
     25}}}
     26
    1927== Installation
    2028
    21 Download the zipped [download:/entitymacro/0.11 source].
     29Download the zipped [export:/entitymacro/0.11 source].
    2230Unzip the archive to a temporary location, visit the 0.11 directory and run:
    2331
     
    2937== Configuration
    3038
    31 Enable the macro in: `/trac/env/Project/conf/trac.ini:`
     39Enable the macro in your `/trac/env/Project/conf/trac.ini` file:
    3240
    3341{{{#!ini
     
    3644}}}
    3745
    38 You may have to restart you Web server.
     46You may have to restart your Web server.
    3947
    4048== Examples
     
    4755Both of these examples will return `»`, the guillemet `»`.
    4856
    49 == Source
    50 
    51  * Browse the source at: [http://github.com/dwclifton/tracentitymacro/tree/master GitHub].
    52  * Public clone URL:
    53 {{{#!sh
    54 git clone git://github.com/dwclifton/tracentitymacro.git
    55 }}}
    56 
    5757== Recent Changes
    5858