Skip to content

Commit 62f4734

Browse files
committed
Merge pull request 'Release v24.07' (#8) from release_24.07 into master
2 parents 91c50e4 + ebc8666 commit 62f4734

File tree

3 files changed

+25
-20
lines changed

3 files changed

+25
-20
lines changed

README.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,39 @@
11
# Goobi workflow Plugin: goobi-plugin-rest-nle
22

3-
Goobi rest plugin for National Library of Estonia to create Goobi processes from outside applications
3+
<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">
4+
5+
This REST plugin for Goobi workflow was developed for the National Library of Estonia to create Goobi processes from external applications
6+
7+
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.
48

59
## Plugin details
610

7-
More information about the functionality of this plugin and the complete documentation can be found in the central documentation area at https://docs.intranda.com
11+
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
812

9-
Detail | Description
10-
--- | ---
11-
**Plugin type** | Rest plugin
12-
**Documentation (German)** | - still to be documented -
13-
**Documentation (English)** | - still to be documented -
13+
Detail | Description
14+
--------------------------- | ----------------------
15+
**Plugin identifier** | -
16+
**Plugin type** | rest
17+
**Licence** | GPL 2.0 or newer
18+
**Documentation (German)** | This plugin is not yet documented.
19+
**Documentation (English)** | This plugin is not yet documented.
1420

1521
## Goobi details
1622

1723
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:
1824

19-
Detail | Description
20-
--- | ---
21-
**Goobi web site** | https://www.goobi.io
22-
**Twitter** | https://twitter.com/goobi
23-
**Goobi community** | https://community.goobi.io
25+
Detail | Description
26+
--------------------------- | ---------------------------
27+
**Goobi web site** | https://www.goobi.io
28+
**Goobi community** | https://community.goobi.io
29+
**Goobi documentation** | https://docs.goobi.io
2430

2531
## Development
2632

2733
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.
2834

29-
Contact | Details
30-
--- | ---
31-
**Company name** | intranda GmbH
32-
**Address** | Bertha-von-Suttner-Str. 9, 37085 Göttingen, Germany
33-
**Web site** | https://www.intranda.com
34-
**Twitter** | https://twitter.com/intranda
35+
Contact | Details
36+
--------------------------- | ----------------------------------------------------
37+
**Company name** | intranda GmbH
38+
**Address** | Bertha-von-Suttner-Str. 9, 37085 Göttingen, Germany
39+
**Web site** | https://www.intranda.com

module-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.goobi.workflow.plugin</groupId>
55
<artifactId>plugin-rest-nle</artifactId>
6-
<version>24.06</version>
6+
<version>24.07</version>
77
</parent>
88
<artifactId>plugin-rest-nle-api</artifactId>
99
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.goobi.workflow</groupId>
55
<artifactId>workflow-base</artifactId>
6-
<version>24.06</version>
6+
<version>24.07</version>
77
<relativePath />
88
</parent>
99
<groupId>io.goobi.workflow.plugin</groupId>

0 commit comments

Comments
 (0)