Metadata-Version: 1.0
Name: DoapViewPlugin
Version: 0.1
Summary: Renders DOAP (Description of a Project) RDF in a Trac wiki
Home-page: http://trac-hacks.org/wiki/DoapViewMacro
Author: Rob Cakebread
Author-email: cakebread@gmail.com
License: GPL-2
Description: DoapViend
        =========
        
        DoapView is a Trac macro for displaying `DOAP <http://trac.usefulinc.com/doap>`_ (Description of a Project) RDF files in human-readable format.
        
        To use simply create an attachment on your Trac wiki page with your DOAP file then add this macro:
        
        [[DoapView(doap.rdf)]]
        
        
        And add this to your trac.ini:
        
        [components]
        doapview.* = enabled
        
        
        
Keywords: doap rdf trac foaf
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Trac
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
