An open API service indexing awesome lists of open source software.

https://github.com/programmfabrik/fylr-plugin-custom-data-type-gnd


https://github.com/programmfabrik/fylr-plugin-custom-data-type-gnd

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# fylr-plugin-custom-data-type-gnd

This is a plugin for [fyr](http://docs.fylr.io/) with Custom Data Type `CustomDataTypeGND` for references to entities (only Differentiated Persons, Cooperates, Subject Headings, Place or geographic name, Works and Events) of the [Integrated Authority File (GND)](https://en.wikipedia.org/wiki/Integrated_Authority_File).

The Plugins uses for the autocomplete-suggestions and [EntityFacts API]() from Deutsche Nationalbibliothek for additional informations about GND entities. The nightly update mechanism uses the data service of .

## installation
The latest version of this plugin can be found [here](https://github.com/programmfabrik/fylr-plugin-custom-data-type-gnd/releases/latest/download/customDataTypeGND.zip).

The ZIP can be downloaded and installed using the plugin manager, or used directly (recommended).

Github has an overview page to get a list of [all releases](https://github.com/programmfabrik/fylr-plugin-custom-data-type-gnd/releases/).

Check in your fylr.yml that you do not have a conflicting plugin enabled: remove the line with easydb-custom-data-type-gnd.
In the file fylr.yml in yaml hierarchy:
```
fylr+:
plugin:
paths:
- "/fylr/files/plugins/easydb/easydb-custom-data-type-gnd"
```
... just remove this one line and restart fylr.

## requirements
This plugin requires https://github.com/programmfabrik/fylr-plugin-commons-library. In order to use the GND-Plugin, you need to add the [commons-library-plugin](https://github.com/programmfabrik/fylr-plugin-commons-library) to your pluginmanager.

## configuration

As defined in `manifest.master.yml` this datatype can be configured:

### Schema options

* which entity types are offered for search
* which exact type is offered

### Mask options

* whether additional informationen is loaded if the mouse hovers a suggestion in the search result
* editordisplay: default or condensed (oneline)

## saved data
* conceptName
* Preferred label of the linked record
* conceptURI
* URI to linked record
* conceptGeoJSON
* point or polygon as geoJSON (if type=place)
* frontendLanguage
* the frontendlanguage of the entering user
* facetTerm
* custom facets, which support multilingual facetting
* _fulltext
* easydb-fulltext
* _standard
* easydb-standard

## sources

The source code of this plugin is managed in a git repository at . Please use [the issue tracker](https://github.com/programmfabrik/easydb-custom-data-type-gnd/issues) for bug reports and feature requests!

> This Plugin / Repo is being maintained by a community of developers.
There is no warranty given or bug fixing guarantee; especially not by
Programmfabrik GmbH. Please use the github issue tracking to report bugs
and self organize bug fixing. Feel free to directly contact the committing
developers.