Changes between Version 23 and Version 24 of RegexLinkPlugin


Ignore:
Timestamp:
Jan 28, 2016, 6:56:33 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • RegexLinkPlugin

    v23 v24  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Turn anything matching a certain regex into a link
     3= Turn text matching a certain regex into a link
    44
    55== Description
     
    2323== Download
    2424
    25 Download the zipped source for version 0.2 from [export:regexlinkplugin/tags/trac0.11/0.2 here], or just get the egg for Python 2.5 [export:regexlinkplugin/tags/trac0.11/0.2/dist/RegexLink-0.2-py2.5.egg here].
     25Download the zipped source for version 0.2 from [export:regexlinkplugin/tags/trac0.11/0.2 here], or get the egg for Python 2.5 [export:regexlinkplugin/tags/trac0.11/0.2/dist/RegexLink-0.2-py2.5.egg here].
    2626
    2727== Source
     
    2929You can check out RegexLinkPlugin from [/svn/regexlinkplugin/trunk here] using Subversion, or [source:regexlinkplugin browse the source] with Trac.
    3030
    31 [source:regexlinkplugin/trunk/ trunk] is where active development occurs (on trac 0.11), [source:regexlinkplugin/tags/ tags] contains released versions, and any development for other trac versions will occur in [source:regexlinkplugin/branches/ branches].
     31The [source:regexlinkplugin/trunk/ trunk] is where active development occurs (on Trac 0.11), [source:regexlinkplugin/tags/ tags] contains released versions, and any development for other Trac versions occurs in the [source:regexlinkplugin/branches/ branches].
    3232
    3333== Example
     
    4444This means `0811 123` becomes [http://topdesk/query=0811%0123 0811 123], and `example123` becomes [http://example.org/123 example123].
    4545
    46 The topdesk url is fictituous, this is an example only.
     46The topdesk url is fictitious, this is an example only.
    4747
    4848== Recent Changes