Skip to content

intranda/goobi-viewer-theme-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goobi viewer - Theme boilerplate

Theme boilerplate is a clean start point to create a new theme for your digital library framework - made by the Goobi developer team

Documentation

A complete documentation of the Goobi viewer can be found using this URL:
https://docs.intranda.com/

Technical background

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

Installation

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 [email protected]

Release History

Detailed monthly digests can be found using this URL: https://docs.intranda.com/goobi-viewer-digests-de/

Developer team

intranda GmbH
Bertha-von-Suttner-Str. 9
37085 Göttingen
Germany

Contact us

If you would like to get in touch with the developers please use the following contact details:

Contact Address
Website http://www.intranda.com
Mail [email protected]
Twitter intranda http://twitter.com/intranda
Twitter Goobi http://twitter.com/goobi
Github https://github.com/intranda

Licence

The Goobi viewer connector is released under the license GPL2 or later.
Please see LICENSE for more information.

Contributing

  1. Fork it (https://github.com/intranda/goobi-viewer-connector/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request