Changes between Version 2 and Version 3 of DoapViewMacro


Ignore:
Timestamp:
Jul 4, 2008, 4:58:57 AM (16 years ago)
Author:
Rob Cakebread
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DoapViewMacro

    v2 v3  
    44
    55Macro for displaying DOAP (Description of a Project) RDF files in human-readable format in a Trac wiki page.
     6
     7== Example ==
     8
     9Attach your DOAP file to your wiki page then add this macro using the same filename as the attached file:
     10
     11{{{
     12[[DoapView(doap.rdf)]]
     13}}}
     14
     15In your trac.ini add:
     16
     17{{{
     18[components]
     19doapview.* = enabled
     20}}}
     21
    622
    723== Bugs/Feature Requests ==
     
    2743You can check out DoapViewMacro from [http://trac-hacks.org/svn/doapviewmacro here] using Subversion, or [source:doapviewmacro browse the source] with Trac.
    2844
    29 == Example ==
    30 
    31 Attach your DOAP file to your wiki page then add this macro using the same filename as the attached file:
    32 
    33 {{{
    34 [[DoapView(doap.rdf)]]
    35 }}}
    36 
    37 In your trac.ini add:
    38 
    39 {{{
    40 [components]
    41 doapview.* = enabled
    42 }}}
    43 
    4445== Recent Changes ==
    4546