Changes between Version 2 and Version 3 of NoteBoxMacro


Ignore:
Timestamp:
Oct 25, 2012, 3:32:38 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • NoteBoxMacro

    v2 v3  
    2828[http://trac-hacks.org/newticket?component=NoteBoxMacro&owner=rjollos new ticket].
    2929
    30 == Download  / Source ==
     30== Download ==
    3131
    32 Download the zipped source from [download:noteboxmacro here].
     32Download the latest revision from [download:noteboxmacro here].
    3333
    34 You can check out NoteBoxMacro from [/svn/noteboxmacro here] using Subversion, or [source:noteboxmacro browse the source] with Trac (the anchor will only be present in Trac 0.12 or later, so you'll have to scroll to the appropriate location the page in earlier version of Trac.
     34== Source ==
     35
     36You can check out NoteBoxMacro from [http://trac-hacks.org/svn/noteboxmacro here] using Subversion, or [source:noteboxmacro browse the source] with Trac.
    3537
    3638== Installation ==
     
    4042 1. Unzip the code and type
    4143{{{
     44#!sh
    4245$>python setup.py install
    4346}}}