Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EDissen URN Service
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ub-unibas
EDissen URN Service
Commits
23790afc
Commit
23790afc
authored
1 year ago
by
Jonas Waeber
Browse files
Options
Downloads
Patches
Plain Diff
update copyright
add build step
parent
dab74f11
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#116481
passed
1 year ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+5
-0
5 additions, 0 deletions
README.md
src/templates/index.html
+1
-1
1 addition, 1 deletion
src/templates/index.html
src/templates/result.html
+2
-2
2 additions, 2 deletions
src/templates/result.html
with
8 additions
and
3 deletions
README.md
+
5
−
0
View file @
23790afc
...
...
@@ -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 .
```
This diff is collapsed.
Click to expand it.
src/templates/index.html
+
1
−
1
View file @
23790afc
...
...
@@ -49,7 +49,7 @@
<hr>
</div>
<hr>
<p><small>
(c) 20
1
4 UB Basel
</small></p>
<p><small>
(c) 20
2
4 UB Basel
</small></p>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/templates/result.html
+
2
−
2
View file @
23790afc
...
...
@@ -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
c
licken und in edoc einfügen (Ctrl-V ins Feld "Identification Number", "ID type" = "URN").
</p>
<p>
Kopieren
k
licken und in edoc einfügen (Ctrl-V ins Feld "Identification Number", "ID type" = "URN").
</p>
<a
href=
"/"
>
Zurück
</a>
<hr>
<p><small>
(c) 20
1
4 UB Basel
</small></p>
<p><small>
(c) 20
2
4 UB Basel
</small></p>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment