Addon to the APIS system. Allows to manage references via Bibsonomy.
Project description
APIS Bibsonomy
==============
APIS Bibsonomy is a small addon to the APIS system. It allows to store references in Bibsonomy instances and use these references in APIS.
It is very generic and should work with most Django installations/projects.
Installation
------------
- Install the package:::
pip install apis-bibsonomy
- Add the package to your installed apps:::
INSTALLED_APPS = [
...
'apis_bibsonomy'
]
- And migrate your DB:::
python manage.py migrate
Configuration
-------------
APIS Bibsonomy needs an URL of the bibsonomy instance, a username, a API token and an (optional) collection to search in.
You need to add a configuration section to your APIS settings:::
APIS_BIBSONOMY = {
'url': 'http://url.at',
'user': 'username',
'API key': 'api_key',
'group': 'bibsonomy group'
}
Restart your server and you are good to go.
Usage
-----
- Include the base template somewhere in the header of your template:::
{% include 'apis_bibsonomy/apis_bibsonomy_include.html' %}
- Load the templatetag:::
{% load bibsonomy_templatetags %}
- Include the form somewhere in your template (set hidden=True if you intend to use buttons):::
{% bibsonomy_form content_type='person' hidden=True %}
- And finally add html tags as anker element for the reference forms to your template (dont forget to set "bibsonomy-anker" as class):::
<button class="bibsonomy-anker" data-bibs-contenttype="person" data-bibs-object_pk={{instance.pk}} data-bibs-attribute="Attribute name (optional)">Ref</button>
==============
APIS Bibsonomy is a small addon to the APIS system. It allows to store references in Bibsonomy instances and use these references in APIS.
It is very generic and should work with most Django installations/projects.
Installation
------------
- Install the package:::
pip install apis-bibsonomy
- Add the package to your installed apps:::
INSTALLED_APPS = [
...
'apis_bibsonomy'
]
- And migrate your DB:::
python manage.py migrate
Configuration
-------------
APIS Bibsonomy needs an URL of the bibsonomy instance, a username, a API token and an (optional) collection to search in.
You need to add a configuration section to your APIS settings:::
APIS_BIBSONOMY = {
'url': 'http://url.at',
'user': 'username',
'API key': 'api_key',
'group': 'bibsonomy group'
}
Restart your server and you are good to go.
Usage
-----
- Include the base template somewhere in the header of your template:::
{% include 'apis_bibsonomy/apis_bibsonomy_include.html' %}
- Load the templatetag:::
{% load bibsonomy_templatetags %}
- Include the form somewhere in your template (set hidden=True if you intend to use buttons):::
{% bibsonomy_form content_type='person' hidden=True %}
- And finally add html tags as anker element for the reference forms to your template (dont forget to set "bibsonomy-anker" as class):::
<button class="bibsonomy-anker" data-bibs-contenttype="person" data-bibs-object_pk={{instance.pk}} data-bibs-attribute="Attribute name (optional)">Ref</button>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file apis_bibsonomy-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: apis_bibsonomy-0.2.2-py3-none-any.whl
- Upload date:
- Size: 36.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57fe03fc8ea7e8a9b91373cdd53759a1580d46b7ef4859b0ad65e3a23653491b |
|
MD5 | d6e27dccbbbc8a2752e78247d7dbf012 |
|
BLAKE2b-256 | 239f12f8b9b6c8b530bed06d8eb2f88a6e83b0deafe3707b32442f55f01ab1f6 |