= 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. == Demo == Here is [http://trac.doapspace.org/doapfiend/wiki/DfTrac a site using] this macro to display DOAP. == 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 add: {{{ [components] doapview.* = enabled }}} == 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]. == Download == You can use easy_install or put the plugin in your Trac plugin directory. {{{ $ easy_install DoapViewPlugin }}} Download the zipped source from [http://pypi.python.org/packages/source/D/DoapViewPlugin/DoapViewPlugin-0.1.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. == Recent Changes == [[ChangeLog(doapviewmacro, 3)]] == Author/Contributors == '''Author:''' [wiki:cakebread] [[BR]] '''Contributors:'''