Metadata-Version: 1.1
Name: fiduswriter-citation-api-import
Version: 3.3.0.dev2
Summary: A Fidus Writer plugin to import citations via API.
Home-page: https://www.github.org/fiduswriter/fiduswriter-citation-api-import
Author: Johannes Wilm
Author-email: johannes@fiduswriter.org
License: AGPL License
Description: =====
        FidusWriter-Citation-API-import
        =====
        
        FidusWriter-Citation-API-import is a Fidus Writer plugin to allow for import of
        citations from external sources via API.
        
        Currently these citation sources are supported: Sowiport, Crossref,
        Datacite.
        
        
        Installation
        -----------
        
        1. Install Fidus Writer if you haven't done so already.
        
        2. Within the virtual environment set up for your Fidus Writer instance, install the version of the plugin corresponding to your Fidus Writer installation. If you are running Fidus Writer 3.2, the command is::
        
            pip install "fiduswriter-citation-api-import<3.3"
        
        3. Add "citation-api-import" to your INSTALLED_APPS setting in the
           configuration.py file like this::
        
            INSTALLED_APPS += (
                ...
                'citation-api-import',
            )
        
        4. Run `python manage.py transpile` to create the needed JavaScript files.
        
        5. (Re)start your Fidus Writer server
        
        
        Credits
        -----------
        
        This plugin has been developed by the `Opening Scholarly Communications in the Social Sciences (OSCOSS) <http://www.gesis.org/?id=10714>`_ project, financed by the German Research Foundation (DFG) and executed by the University of Bonn and GESIS – Leibniz Institute for the Social Sciences.
        
        Lead Developer: `Niloofar Azizi <https://github.com/NiloofarAzizi>`_
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
