BibServer is an open-source RESTful bibliographic data server. BibServer makes it easy to create and manage collections of bibliographic records such as reading lists, publication lists and even complete library catalogs.
Main features:
- Create and manage bibliographic collections simply and easily
- Import (and export) your collection from bibtex, MARC, RIS, BibJSON, RDF or other bibliogrpaphic formats in a matter of seconds
- Browse collection via an elegant faceted interface
- Embed the collection browser in other websites
- Full RESTful API
- Open-source and free to use
- Hosted service available at http://bibsoup.net/
- Website: http://bibserver.okfn.org
- Code: http://github.com/okfn/bibserver
- Documentation: http://bibserver.readthedocs.org/
- Mailing list: http://lists.okfn.org/mailman/listinfo/openbiblio-dev
- Live demo: http://demo.bibserver.org/ (sandbox) or http://bibsoup.net/
See doc/install.rst or http://bibserver.readthedocs.org/en/latest/install.html
Command link script in cli.py. To see commands do:
./cli.py -h
To run the tests:
Install nose (python-nose)
Run the following command:
nosetests -v test/
Copyright 2011-2012 Open Knowledge Foundation.
Licensed under the GNU Affero GPL v3