README.md in citeproc-0.0.8 vs README.md in citeproc-0.0.9

- old
+ new

@@ -1,4 +1,35 @@ CiteProc ======== +CiteProc is a cite processor interface and citation data API based on the +Citation Style Language (CSL) specifications. To actually process citations +a dedicated processor engine is required; these can be installed as separate +gems. -The CiteProc gem is a Ruby abstraction layer for the JSON API used by citeproc-js. To process citations you also require a dedicate processor engine available as a separate gem: these will include citeproc-js, citeproc-ruby and eventually citeproc-hs. As work on these packages is still in progress, please be aware of the following caveats: the 0.0.2 release of citeproc-ruby is still a standalone package and will conflict with this release of citeproc; support will be added in future versions. The citeproc-js gem currently works only in JRuby (using an embedded version of the Rhino JavaScript interpreter) but is going to support other versions of Ruby using different JavaScript runtimes. +### A word of caution +As work on this and on the related packages is still in progress, please +be aware of the following caveats: the 0.0.x branch of citeproc-ruby is still +a standalone package and will conflict with this release of citeproc; support +will be added in future versions of the 1.x.x branch. + +[![Build Status](https://secure.travis-ci.org/berkmancenter/citeproc.png)](http://travis-ci.org/berkmancenter/citeproc) + + +Citation Data +------------- + +Processor Interface +------------------- + +Credits +------- + + +Copyright +--------- +Copyright 2012 President and Fellows of Harvard College. + +Copyright 2009-2012 Sylvester Keil. All rights reserved. + +License +------- +CiteProc is dual licensed under the AGPL and the FreeBSD license. \ No newline at end of file