-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from dikastes/dikastes-patch-2
Create README.md
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
The Bibliography Module of the Liszt Portal | ||
=========================================== | ||
|
||
[![TYPO3 11](https://img.shields.io/badge/TYPO3-11-orange.svg)](https://get.typo3.org/version/11) | ||
[![CC-BY](https://img.shields.io/github/license/dikastes/liszt_catalograisonne)](https://github.com/dikastes/liszt_catlograisonne/blob/main/LICENSE) | ||
|
||
This module fetches bibliographical entries from the Zotero API and stores them in a search engine index. | ||
It provides a streamlined frontend plugin for browsing the bibliography. | ||
|
||
# How to use the module | ||
|
||
In the extension configuration, provide your Zotero API key, group and user id and the size of the bulk in which entries shall be retrieved from Zotero. | ||
Define names for your indices and the bulksize for indexing. | ||
Then, execute | ||
|
||
$ typo3 liszt_bibliography:index | ||
|
||
The plugin may be included on a page using the New Content Element Wizard. |