fbennett / citeproc-js (http://gsl-nagoya-u.net/http/pub/citeproc-js-doc/index.html)

This is the home of citeproc-js, a Javascript implementation of the CSL citation formatting language designed by Bruce D'Arcus (Miami University, Ohio, USA), and supported by a cast of thousands.

Clone this repository (size: 18.5 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/fbennett/citeproc-js/
commit 687: 16ad995a6cb3
parent 686: 05ae36c1ec36
child 688: 610704348f2f
Remove directories for style testing, for issue as a separate product. Add test of unicode numeric references. default
Frank Bennett / fbennett
7 weeks ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
citeproc-js /
filename size last modified message
attic  
dojo  
dojo-sm  
locale  
manual  
rhino  
src  
style  
tests  
tools  
.hgignore 302 B 3 months ago Ignore jing subdirectory.
.hgtags 98 B 2 months ago Tagging 1.00rc2. With 156 checkins since rc1, let's hope…
LICENSE 29.2 KB 7 months ago Remove suggestion of a logo display obligation from the…
README.txt 8.8 KB 2 months ago In README.txt, point at the online manual rather than the…
citeproc.js 201.6 KB 2 months ago Test and bugfixes for "display" attribute. Now properly…
run-rhino.bat 363 B 3 months ago Fixed up run-rhino.bat. Still needs to be run from the…
run-rhino.sh 449 B 3 months ago Move ./std directory under ./tests to get eveything under on…
run-spidermonkey.py 4.5 KB 3 months ago Move ./std directory under ./tests to get eveything under on…
run-tracemonkey.sh 495 B 3 months ago Move ./std directory under ./tests to get eveything under on…

README

/*
 * Copyright (c) 2009 and 2010 Frank G. Bennett, Jr. All Rights Reserved.
 *
 * The contents of this file are subject to the Common Public
 * Attribution License Version 1.0 (the “License”); you may not use
 * this file except in compliance with the License. You may obtain a
 * copy of the License at:
 *
 * http://bitbucket.org/fbennett/citeproc-js/src/tip/LICENSE.
 *
 * The License is based on the Mozilla Public License Version 1.1 but
 * Sections 14 and 15 have been added to cover use of software over a
 * computer network and provide for limited attribution for the
 * Original Developer. In addition, Exhibit A has been modified to be
 * consistent with Exhibit B.
 *
 * Software distributed under the License is distributed on an “AS IS”
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 * the License for the specific language governing rights and limitations
 * under the License.
 *
 * The Original Code is the citation formatting software known as
 * "citeproc-js" (an implementation of the Citation Style Language
 * [CSL]), including the original test fixtures and software located
 * under the ./std subdirectory of the distribution archive.
 *
 * The Original Developer is not the Initial Developer and is
 * __________. If left blank, the Original Developer is the Initial
 * Developer.
 *
 * The Initial Developer of the Original Code is Frank G. Bennett,
 * Jr. All portions of the code written by Frank G. Bennett, Jr. are
 * Copyright (c) 2009 and 2010 Frank G. Bennett, Jr. All Rights Reserved.
 */

README.txt
citeproc-js
F Bennett
Nagoya University
2010.03.02

This is an effort to implement a full-featured standalone CSL
processor in Javascript, for use by the Zotero project, and by other
sites and platforms that can benefit from a standard method of
formatting citation data.

Please see the manual, either in the ./manual subdirectory
under the name citeproc-doc.rst, or online at
http://gsl-nagoya-u.net/http/pub/citeproc-doc.html for
details of this program.

Enjoy!

FB