Skip to content
Snippets Groups Projects
Commit 23790afc authored by Jonas Waeber's avatar Jonas Waeber
Browse files

update copyright

add build step
parent dab74f11
No related branches found
No related tags found
No related merge requests found
Pipeline #116481 passed
......@@ -5,3 +5,8 @@ Ein kleiner Service der die Checksumme für die URN einer EDiss generiert basier
Wurde entwickelt nach den Vorgaben aus dem originalen Perl Skript: `original/original.pl`.
## Build
```bash
docker build -t urn-checksum-service .
```
......@@ -49,7 +49,7 @@
<hr>
</div>
<hr>
<p><small>(c) 2014 UB Basel</small></p>
<p><small>(c) 2024 UB Basel</small></p>
</body>
</html>
\ No newline at end of file
......@@ -24,10 +24,10 @@
<body>
<h1>E-Diss URN</h1>
<p>URN: <b id="urn">{urn}</b> <button onclick="copyToClipboard()">Kopieren</button></p>
<p>Kopieren clicken und in edoc einfügen (Ctrl-V ins Feld "Identification Number", "ID type" = "URN").</p>
<p>Kopieren klicken und in edoc einfügen (Ctrl-V ins Feld "Identification Number", "ID type" = "URN").</p>
<a href="/">Zurück</a>
<hr>
<p><small>(c) 2014 UB Basel</small></p>
<p><small>(c) 2024 UB Basel</small></p>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment