Skip to content

Commit

Permalink
Merge pull request 'Release v24.07' (#26) from release_24.07 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed Aug 20, 2024
2 parents d28dc6f + 1330249 commit 1556a53
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 26 deletions.
37 changes: 18 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,38 @@

<img src="https://goobi.io/wp-content/uploads/logo_goobi_plugin.png" align="right" style="margin:0 0 20px 20px;" alt="Plugin for Goobi workflow" width="175" height="109">

This is the most popular dashboard plugin for Goobi workflow. It contains several boxes with information about current tasks, an RSS feed, process templates, a search box, some statistics, a batch timeline, a TaskManager integration and a Nagios/Iginga monitoring integration.
This Dashboard Plugin for Goobi workflow shows several data about digitisation projects, progress, tasks and several monitoring information for users who are logged in.

This is a plugin for Goobi workflow, the open source workflow tracking software for digitisation projects. More information about Goobi workflow is available under https://goobi.io. If you want to get in touch with the user community simply go to https://community.goobi.io.

## Plugin details

More information about the functionality of this plugin and the complete documentation can be found in the central documentation area at https://docs.goobi.io

Detail | Description
--- | ---
**Plugin identifier** | intranda_dashboard_extended
**Plugin type** | Dashboard plugin
**Licence** | GPL 2.0 or newer
**Documentation (German)** | -
**Documentation (English)** | -
Detail | Description
--------------------------- | ----------------------
**Plugin identifier** | -
**Plugin type** | dashboard
**Licence** | GPL 2.0 or newer
**Documentation (German)** | This plugin is not yet documented.
**Documentation (English)** | This plugin is not yet documented.

## Goobi details

Goobi workflow is an open source web application to manage small and large digitisation projects mostly in cultural heritage institutions all around the world. More information about Goobi can be found here:

Detail | Description
--- | ---
**Goobi web site** | https://www.goobi.io
**Twitter** | https://twitter.com/goobi
**Goobi community** | https://community.goobi.io
Detail | Description
--------------------------- | ---------------------------
**Goobi web site** | https://www.goobi.io
**Goobi community** | https://community.goobi.io
**Goobi documentation** | https://docs.goobi.io

## Development

This plugin was developed by intranda. If you have any issues, feedback, question or if you are looking for more information about Goobi workflow, Goobi viewer and all our other developments that are used in digitisation projects please get in touch with us.

Contact | Details
--- | ---
**Company name** | intranda GmbH
**Address** | Bertha-von-Suttner-Str. 9, 37085 Göttingen, Germany
**Web site** | https://www.intranda.com
**Twitter** | https://twitter.com/intranda
Contact | Details
--------------------------- | ----------------------------------------------------
**Company name** | intranda GmbH
**Address** | Bertha-von-Suttner-Str. 9, 37085 Göttingen, Germany
**Web site** | https://www.intranda.com
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<exec executable="mvn">
<arg value="package"/>
</exec>
<copy file="module-gui/target/plugin_intranda_dashboard_extended-GUI.jar" todir="/opt/digiverso/goobi/plugins/GUI/"/>
<copy file="module-main/target/plugin_intranda_dashboard_extended.jar" todir="/opt/digiverso/goobi/plugins/dashboard/"/>
<copy file="module-gui/target/plugin-dashboard-extended-gui.jar" todir="/opt/digiverso/goobi/plugins/GUI/"/>
<copy file="module-base/target/plugin-dashboard-extended-base.jar" todir="/opt/digiverso/goobi/plugins/dashboard/"/>
</target>
</project>
2 changes: 1 addition & 1 deletion module-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.goobi.workflow.plugin</groupId>
<artifactId>plugin-dashboard-extended</artifactId>
<version>24.06</version>
<version>24.07</version>
</parent>
<artifactId>plugin-dashboard-extended-base</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion module-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.goobi.workflow.plugin</groupId>
<artifactId>plugin-dashboard-extended</artifactId>
<version>24.06</version>
<version>24.07</version>
</parent>
<artifactId>plugin-dashboard-extended-gui</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
</c:forEach>
</div>
</div>
<script src="#{HelperForm.applicationWebsiteUrl}dist/#{AktuelleSchritteForm.myPlugin.title}/js/plugin_dashboard_extended_tags.js"></script>
<script src="#{HelperForm.applicationWebsiteUrl}dist/#{AktuelleSchritteForm.myPlugin.title}/js/plugin_dashboard_extended_svelte.js"></script>
<script src="#{HelperForm.applicationWebsiteUrl}dist/intranda_dashboard_extended/js/plugin_dashboard_extended_tags.js"></script>
<script src="#{HelperForm.applicationWebsiteUrl}dist/intranda_dashboard_extended/js/plugin_dashboard_extended_svelte.js"></script>
<script>
var language = "#{SpracheForm.locale.language}"
var path = window.location.pathname;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.goobi.workflow</groupId>
<artifactId>workflow-base</artifactId>
<version>24.06</version>
<version>24.07</version>
<relativePath />
</parent>
<groupId>io.goobi.workflow.plugin</groupId>
Expand Down

0 comments on commit 1556a53

Please sign in to comment.