Changes between Version 14 and Version 15 of MarkdownMacro


Ignore:
Timestamp:
Oct 1, 2012, 9:28:12 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Now hosted in t-h.o.

Legend:

Unmodified
Added
Removed
Modified
  • MarkdownMacro

    v14 v15  
    1010[MarkdownMacro Trac Hacks].
    1111
     12== Bugs/Feature Requests ==
     13
     14Existing bugs and feature requests for MarkdownMacro are
     15[query:status!=closed&component=MarkdownMacro&order=priority here].
     16
     17If you have any issues, create a
     18[/newticket?component=MarkdownMacro&owner=dwclifton new ticket].
     19
     20== Download ==
     21
     22Download the zipped source from [download:markdownmacro here].
     23
     24== Source ==
     25
     26You can check out WikiSearchMacro from [http://trac-hacks.org/svn/markdownmacro here] using Subversion, or [source:markdownmacro browse the source] with Trac.
     27
    1228== Installation ==
    1329
     
    1531Follow the instructions on the Web site.
    1632
    17 Then download the attached [https://github.com/dwclifton/tracmarkdownmacro/zipball/master zipfile], unpack it to a temporary location,
    18 visit the `0.11` directory and run:
     33Proceed to install the plugin as described in t:TracPlugins.
    1934
    20 {{{
    21 #!sh
    22 python setup.py bdist_egg
    23 cp dist/*.egg /trac/env/Project/plugins
    24 }}}
    25 
    26 == Configuration ==
    27 
    28 Enable the macro in:
    29 
    30 `/trac/env/Project/conf/trac.ini`:
     35Enable the macro in `trac.ini`:
    3136
    3237{{{
     
    6065}}}
    6166
    62 == Source ==
    63 
    64  * Browse the source at: [http://github.com/dwclifton/tracmarkdownmacro/tree/master GitHub].
    65  * Public clone URL:
    66 {{{
    67 #!sh
    68 git clone git://github.com/dwclifton/tracmarkdownmacro.git
    69 }}}
    70 
    7167== See Also ==
    7268
     
    7470 * [http://www.freewisdom.org/projects/python-markdown/ Python Markdown]
    7571 * [http://daringfireball.net/projects/markdown/syntax Markdown syntax]
    76 
    77 == Bugs/Feature Requests ==
    78 
    79 Existing bugs and feature requests for MarkdownMacro are
    80 [query:status!=closed&component=MarkdownMacro&order=priority here].
    81 
    82 If you have any issues, create a
    83 [/newticket?component=MarkdownMacro&owner=dwclifton new ticket].
    8472
    8573== Recent Changes ==