[[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. === To do * 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 [/newticket?component=DoapViewMacro new ticket]. [[TicketQuery(component=DoapViewMacro&group=type,format=progress)]] == Download Download the source from [pypi:DoapViewPlugin 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. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == 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:'''