Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.15 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.15 KB

CiteProc-Ruby

CiteProc-Ruby is a Citation Style Language (CSL) 1.0.1 cite processor written in pure Ruby.

Development

The CiteProc-Ruby source code is hosted on GitHub. You can check out a copy of the latest code using Git:

$ git clone https://github.com/inukshuk/citeproc-ruby.git

To get started, install the development dependencies and run all tests:

$ cd citeproc-ruby
$ bundle install
$ rake

If you've found a bug or have a question, please open an issue on the issue tracker. Or, for extra credit, clone the CiteProc-Ruby repository, write a failing example, fix the bug and submit a pull request.

For the source code of the original CiteProc-Ruby release (gem versions 0.0.x), please see the 0.0.x branch.

Copyright

Copyright 2012 President and Fellows of Harvard College.

Copyright 2009-2012 Sylvester Keil. All rights reserved.

License

CiteProc-Ruby is dual licensed under the AGPL and the FreeBSD license.