Metadata-Version: 1.0
Name: bibliograph.rendering
Version: 0.1
Summary: Bibliographic renderers
Home-page: http://pypi.python.org/pypi/bibliograph.rendering
Author: Tom Gross
Author-email: itconsense@gmail.com
License: ZPL 2.1
Description: .. contents::
        
        .. bibliograph.rendering
        ---------------------
        
        Package contains renderers for different bibliographic formats. It uses an
        adapter to extract data from Zope/Plone-objects and provides utilities to call
        the renderers. Currently supported formats are: bibtex, endnote, pdf,
        xml (mods), and ris.
        
        Homepage: http://pypi.python.org/pypi/bibliograph.rendering
        
        Code repository: http://svn.plone.org/svn/collective/bibliograph.rendering/
        
        Change history
        **************
        
        0.1.0 (2008-05-02)
        ==================
        
        - Created recipe with ZopeSkel [Tom Gross].
        
        - Ported renderer from Products.CMFBibliographyAT
        
        Detailed Documentation
        **********************
        
        bibliograph.rendering Package Readme
        ====================================
        
        Overview
        --------
        
        Render bibliographic information from plone content
        
        
        Transforms
        ----------
        
        Only the bibtex bibliography is rendered from the scratch. All other formats
        (EndNote, XML, PDF, RIS, ...) are transformed using external tools from
        bibutils[1]_.  At the time of writing I used version 3.38 of the tools.
        
        .. [1] http://bibutils.refbase.org/
        
        
        Contributors
        ************
        
        - Tom Gross, itconsense@gmail.com Author
        - Raphael Ritz, r.ritz@biologie.hu-berlin.de, Renderers
        
        Download
        ********
        
Keywords: bibtex bibliography
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Zope Public License
