Bibliographic renderers
Project description
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.2.0 (2008-09-15)
Moved _getCommand/_hasCommand functions relating to bibutils from bibliograph.rendering to bibliograph.core [tim2p].
Adjust code relating to IBibContainerIterator so that it uses the new IBibliography interface from bibliograph.core, instead [tim2p].
Renamed several interfaces so that they are more naturally understood and consistent, i.e. IBibliographyRenderer -> IReferenceRenderer, IBibliographyExporter -> IBibliographyRenderer [tim2p].
Added an optional omit_fields (and omit_fields_mapping for the utilities) to renderers so that certain fields will not be rendered [tim2p].
Adjusted some of the doctests so that they are in the doc strings of implementations rather than separate files so as to keep things a little closer together [tim2p].
Adjusted some test code so that it is Windows-aware, i.e. stripping out ‘\r’ from strings before comparing to expected values [tim2p].
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. pdf is rendered with pdflatex[2]_. All other formats (EndNote, XML, RIS, …) are transformed using external tools from bibutils[1]_. At the time of writing I used version 3.38 of the tools. See the following table for a list of dependencies:
Format |
Dependency |
bibtex |
none (builtin) |
latex, bibtex, pdflatex |
|
others |
bibutils |
Contributors
Tom Gross, itconsense@gmail.com Author
Raphael Ritz, r.ritz@biologie.hu-berlin.de, Renderers
Download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for bibliograph.rendering-0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fcd924668b8fc60cff8616f86cf4b2a28ab63ad057568d5b72f39f0890df204 |
|
MD5 | 7244c9b88c924a905d62b796b466b8be |
|
BLAKE2b-256 | c9206dd0688fe6ed44c91068f1a11cf71c1733e4f77cddf0e1daa9bf1522c264 |
Hashes for bibliograph.rendering-0.2-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bf19f99b23c8d038c57309cf0dfe22adbc8d65c44d98b19493686c8304fdac4 |
|
MD5 | 9aafb5821df732ffa3544af8a0890144 |
|
BLAKE2b-256 | 9d0fbf77739e2dd3624966f44a960aa145fcee990ef8b8cbcd76f7bd07cc6472 |