[[PageOutline(2-5,Contents,pullout)]] = DOAP Viewer == Description 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. == TODO * Add options to fetch DOAP from the repository or from an external site, etc. * Create another plugin for creating and editing DOAP == Bugs/Feature Requests Existing bugs and feature requests for DoapViewMacro are [report:9?COMPONENT=DoapViewMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=DoapViewMacro&owner=cakebread new ticket]. [[TicketQuery(component=DoapViewMacro&group=type,format=progress)]] == Download Download the source from [http://pypi.python.org/packages/source/D/DoapViewPlugin/DoapViewPlugin-0.2.tar.gz here] == Source You can check out DoapViewMacro from [http://trac-hacks.org/svn/doapviewmacro here] using Subversion, or [source:doapviewmacro browse the source] with Trac. == Example Attach your DOAP file to your wiki page then add this macro using the same filename as the attached file: {{{ [[DoapView(doap.rdf)]] }}} In your `trac.ini` file add the following lines: {{{#!ini [components] doapview.* = enabled }}} == Recent Changes [[ChangeLog(doapviewmacro, 3)]] == Author/Contributors '''Author:''' [wiki:cakebread] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''