Changes between Version 6 and Version 7 of NewsFlashMacro


Ignore:
Timestamp:
Aug 21, 2008, 7:39:58 AM (16 years ago)
Author:
Noah Kantrowitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewsFlashMacro

    v6 v7  
    11= Make a colored box =
    22
    3 == Description ==
    4 
    5 Its a colored box. Enjoy.
     3[[Include(source:newsflashmacro/0.11/README)]]
    64
    75== Bugs/Feature Requests ==
     
    2119You can check out NewsFlashMacro from [http://trac-hacks.org/svn/newsflashmacro here] using Subversion, or [source:newsflashmacro browse the source] with Trac.
    2220
    23 == Example ==
    24 
    25 this macro can be used in one of three ways:
    26 {{{
    27 {{{
    28 #!NewsFlash
    29 Wiki test
    30 goes here
    31 }}}
    32 }}}
    33 
    34 or
    35 
    36 {{{
    37 [[NewsFlashStart]]
    38 Wiki text
    39 goes here
    40 [[NewsFlashEnd]]
    41 }}}
    42 
    43 or
    44 {{{
    45 [[NewsFlash(Single Line text)]]
    46 }}}
    47 
    48 == Install ==
    49 
    50 To install:
    51 {{{
    52 easy_install TracNewsFlashMacro
    53 }}}
    54 
    55 To enable:
    56 {{{
    57 #!ini
    58 [components]
    59 newsflash.* = enabled
    60 }}}
    61 
    6221== Recent Changes ==
    6322