Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okfn/bibserver
BibServer is open-source software what makes it easy to publish, manage and find bibliographies. BibServer is RESTful and web-friendly.
https://github.com/okfn/bibserver
Last synced: 3 days ago
JSON representation
BibServer is open-source software what makes it easy to publish, manage and find bibliographies. BibServer is RESTful and web-friendly.
- Host: GitHub
- URL: https://github.com/okfn/bibserver
- Owner: rufuspollock-okfn
- License: mit
- Created: 2011-08-11T13:00:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T19:27:11.000Z (almost 6 years ago)
- Last Synced: 2024-08-11T20:08:28.796Z (4 months ago)
- Language: Python
- Homepage:
- Size: 11.8 MB
- Stars: 126
- Watchers: 37
- Forks: 34
- Open Issues: 24
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - okfn/bibserver - BibServer is open-source software what makes it easy to publish, manage and find bibliographies. BibServer is RESTful and web-friendly. (others)
README
.. image:: https://travis-ci.org/okfn/bibserver.svg?branch=master
:target: https://travis-ci.org/okfn/bibserverBibServer 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 bibliographic 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 useQuick Links
===========* Code: http://github.com/okfn/bibserver
* Documentation: https://bibserver.readthedocs.io/
* Mailing list: http://lists.okfn.org/mailman/listinfo/openbiblio-devInstallation
============See doc/install.rst or
https://bibserver.readthedocs.io/en/latest/install.htmlCommand Line Usage
==================Command link script in `cli.py`. To see commands do::
./cli.py -h
Developers
==========To run the tests:
1. Install nose (python-nose)
2. Run the following command::nosetests -v test/
Copyright and License
=====================Copyright 2011-2012 Open Knowledge Foundation.
Licensed under the MIT license
Vendor packages
===============This BibServer repository also includes the following vendor packages, all of
which are JavaScript plugins available under open source license:* http://jquery.com
* http://jqueryui.com
* http://twitter.github.com/bootstrap
* http://github.com/okfn/facetview
* http://d3js.org
* http://code.google.com/p/jquery-linkify/