https://github.com/inukshuk/citeproc-js
a Ruby wrapper around citeproc.js
https://github.com/inukshuk/citeproc-js
Last synced: 6 months ago
JSON representation
a Ruby wrapper around citeproc.js
- Host: GitHub
- URL: https://github.com/inukshuk/citeproc-js
- Owner: inukshuk
- License: agpl-3.0
- Created: 2011-08-02T19:55:42.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-06T20:53:12.000Z (almost 14 years ago)
- Last Synced: 2024-04-26T19:02:27.813Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CiteProc::JS Engine
===================CiteProc::JS Engine is a CSL 1.0 compatible engine for
[citeproc](http://rubygems.org/gems/citeproc); it is implemented as a
thin Ruby wrapper around Frank G. Bennett's awesome
[citeproc-js](https://bitbucket.org/fbennett/citeproc-js/overview).Requirements
------------In addition to the dependencies defined by the gem, please make sure to
your environment meets the following requirements depending on your platform;* For Ruby 1.9, please install this [experimental branch of johnson](https://github.com/inukshuk/johnson):
download/clone the repository and run `rake compile` followed by `rake gem`;
find and install the pre-release gem in the `pkg` directory.
* For Ruby 1.8.7, please install stable [johnson](https://github.com/jbarnette/johnson).
* For JRuby, please install [therubyrhino](https://github.com/cowboyd/therubyrhino).Support for other platforms is still in development.
License
-------Copyright (c) 2011 Sylvester Keil. All Rights Reserved.
citeproc-js
Copyright (c) 2009, 2010 and 2011 Frank G. Bennett, Jr. All Rights Reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .