Goobi viewer module implementation without any functionality - made by the Goobi developer team
The code can be used as the foundation for adding new functionality to the Goobi viewer via modules. It contains examples for all aspects of module contributions (e.g. the data model, database, beans, servlets, HTML pages and widgets).
A complete documentation of the Goobi viewer can be found using this URL:
http://www.intranda.com/en/digiverso/documentation/
Please notice that the Goobi viewer was formerly known as proprietary software under the name 'intranda viewer' and is released under an open source license since June 2017. Lots of our documentation and description sites still have to be updated to represent the new product name 'Goobi viewer'.
The Goobi viewer module skeleton 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 module skeleton | Module skeleton for the Goobi viewer |
Goobi viewer Theme Reference | Reference Theme for the styling of the web pages 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 release note descriptions can be found using this URL:
http://www.intranda.com/en/digiverso/intranda-viewer/history/
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 module skeleton is released under the license GPL2 or later.
Please see LICENSE
for more information.
- Fork it (https://github.com/intranda/goobi-viewer-module-skeleton/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