Changes between Version 13 and Version 14 of DoapViewMacro


Ignore:
Timestamp:
Sep 21, 2016, 7:03:39 PM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • DoapViewMacro

    v13 v14  
    66
    77This is a macro for displaying DOAP (Description of a Project) RDF files in human-readable format in a Trac wiki page. This macro uses [http://trac.doapspace.org/doapfiend doapfiend] to transform DOAP into a Genshi template.
     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}}}
    814
    915=== To do
     
    3440General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3541
    36 == Example
    37 
    38 Attach your DOAP file to your wiki page then add this macro using the same filename as the attached file:
    39 
    40 {{{
    41 [[DoapView(doap.rdf)]]
    42 }}}
    43 
    4442In your `trac.ini` file add the following lines:
    4543