Theme boilerplate is a clean start point to create a new theme for your digital library framework - made by the Goobi developer team
A complete documentation of the Goobi viewer can be found using this URL:
https://docs.intranda.com/
The Goobi viewer indexer is part of the Goobi viewer project which consists of multiple packages:
Package | Function |
---|---|
Goobi viewer - Core | Core functionality of the viewer application |
Goobi viewer - Indexer | Indexing application to fill the Solr search index with metadata information |
Goobi viewer - Connector | Connectors for different use cases (incl. OAI-PMH, SRU) |
Goobi viewer - Theme Reference | Reference Theme for the user interface |
Goobi viewer - Theme Boilerplate | Boilerplate for creating new Themes for the user interface |
The installation can be done on any operating system as the software is based on Java. A detailed explanation how to install the viewer will follow later on. In the mean time please get in touch with us via info@intranda.com
Detailed monthly digests can be found using this URL: https://docs.intranda.com/goobi-viewer-digests-de/
intranda GmbH
Bertha-von-Suttner-Str. 9
37085 Göttingen
Germany
If you would like to get in touch with the developers please use the following contact details:
Contact | Address |
---|---|
Website | http://www.intranda.com |
info@intranda.com | |
Twitter intranda | http://twitter.com/intranda |
Twitter Goobi | http://twitter.com/goobi |
Github | https://github.com/intranda |
The Goobi viewer connector is released under the license GPL2 or later.
Please see LICENSE
for more information.
- Fork it (https://github.com/intranda/goobi-viewer-connector/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request