Changes between Version 12 and Version 13 of EntityMacro


Ignore:
Timestamp:
Apr 16, 2015, 11:53:04 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • EntityMacro

    v12 v13  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Character Entity Macro =
    32
    4 == Description ==
     3= Character Entity Macro
    54
    6 The !EntityMacro package returns HTML 4.01 numeric character entity references
    7 from their corresponding names.
     5== Description
    86
    9 The character entity data is straight out of the DTD for HTML 4.01 so if there
    10 are errors or ommissions you can blame it on the W3C, not me. ;-)
     7The !EntityMacro package returns HTML 4.01 numeric character entity references from their corresponding names.
     8
     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].
    1110
    1211See: [http://www.w3.org/TR/1999/REC-html401-19991224/sgml/entities.html Character entity references in HTML 4] for more information.
    1312
    14 Calling the macro like so: `[[Entity(name)]]` returns the value. If no name
    15 matches, it returns an empty string. Names are case-sensitive, in other words,
    16 `aacute` is not the same code point as `Aacute`. Keyword syntax is also supported:
    17 `[[Entity(name=name)]]`.
     13Calling the macro like so: `[[Entity(name)]]` returns the value. If no name matches, it returns an empty string. Names are case-sensitive, in other words, `aacute` is not the same code point as `Aacute`. Keyword syntax is also supported: `[[Entity(name=name)]]`.
    1814
    1915The macro is useful in any [WikiFormatting wiki formatted] page.
    2016
    21 == Installation ==
     17Also 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.
     18
     19== Installation
    2220
    2321Download the zipped [download:/entitymacro/0.11 source].
     
    2927}}}
    3028
    31 == Configuration ==
     29== Configuration
    3230
    3331Enable the macro in: `/trac/env/Project/conf/trac.ini:`
     
    4038You may have to restart you Web server.
    4139
    42 == Examples ==
     40== Examples
    4341
    4442{{{
     
    4745}}}
    4846
    49 Both of these examples will return `»`
     47Both of these examples will return `»`, the guillemet `»`.
    5048
    51 == Source ==
     49== Source
    5250
    53  * Browse the source at: [http://github.com/dwclifton/tracentitymacro/tree/master GitHub]
     51 * Browse the source at: [http://github.com/dwclifton/tracentitymacro/tree/master GitHub].
    5452 * Public clone URL:
    5553{{{#!sh
     
    5755}}}
    5856
    59 == Recent Changes ==
     57== Recent Changes
    6058
    6159[[ChangeLog(entitymacro, 3)]]
    6260
    63 == See Also ==
     61== Author/Contributors
    6462
    65 The WikiGoodiesPlugin support for displaying smileys, HTML 4.0 entities (named entities and numerical entities), automatic replacement of common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.)....
    66 
    67 == Author/Contributors ==
    68 
    69  * '''Author:''' [wiki:dwclifton]
    70  * '''Maintainer:''' [wiki:dwclifton]
    71  * '''Contributors:''' The Trac and Python community.
     63'''Author:''' [wiki:dwclifton] [[BR]]
     64'''Maintainer:''' [[Maintainer]] [[BR]]
     65'''Contributors:''' The Trac and Python community.