Skip to content

whiskyechobravo/kerkoapp

Repository files navigation

KerkoApp

KerkoApp is a web application that uses Kerko to provide a user-friendly search and browsing interface for sharing a bibliography managed with the Zotero reference manager.

KerkoApp is built in Python with the Flask framework. It is just a thin container around Kerko and, as such, inherits most of its features directly from Kerko. However, it adds support for TOML configuration files, allowing a good separation of configuration from code.

Although KerkoApp offers many configuration options, more advanced customizations might require building a custom application, possibly using KerkoApp as a starting point, where various aspects of Kerko could be extended or adapted through its Python API.

Demo site

A KerkoApp demo site is available for you to try. You may also view the Zotero library that contains the source data for the demo site.

Learn more

Please refer to the documentation for more details.