Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
Geo-Browser
Commits
c9a500fc
Commit
c9a500fc
authored
Oct 11, 2021
by
malzer
Browse files
New SNAPSHOT version 3.6.13-BETA
parent
e9643ecd
Changes
7
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
c9a500fc
...
...
@@ -18,7 +18,7 @@ node {
// TODO: Set version number in the HTML pages, too! Decide between releases and snapshots!
// SNAPSHOTs are put into the SNAPSHOTS repo, releases and BETAs are put into the RELEASES repo!
package_version
=
'3.6.1
2
'
package_version
=
'3.6.1
3-BETA
'
name
=
'dariahde-geobrowser'
description
=
'DARIAH-DE Geo-Browser'
url
=
'https://geobrowser.de.dariah.eu/'
...
...
@@ -34,7 +34,7 @@ node {
git clone https://github.com/DARIAH-DE/PLATIN.git
# FIXME: Remove develop checkout if releasing!!!
cd PLATIN && git checkout
master
&& rake all
cd PLATIN && git checkout
develop
&& rake all
# cd PLATIN && rake all
echo "===> Preparing doc building"
...
...
docs/conf.py
View file @
c9a500fc
...
...
@@ -58,13 +58,13 @@ copyright = u'2021, DARIAH-DE'
# The short X.Y version.
# NOTE: Please use "2021-SNAPSHOT" for snapshot deployment, and
# "2021" (without suffix) for release deployment!
#
version = '2021-BETA'
version
=
'2021-10-11'
version
=
'2021-BETA'
#
version = '2021-10-11'
# The full version, including alpha/beta/rc tags.
# Please put here the release date as release version!
release
=
'2021-10-11'
#
release = '2021-10-11-BETA'
#
release = '2021-10-11'
release
=
'2021-10-11-BETA'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
edit/index.html
View file @
c9a500fc
...
...
@@ -253,7 +253,7 @@
</div>
<!-- id="content-layout" -->
<div
class=
"row-fluid"
>
<div
class=
"span12 no-margin footer"
>
<span>
Datasheet Editor version 3.6.1
2
©
2021 DARIAH-DE
<a
href=
"https://validator.w3.org/nu/?doc=https://geobrowser.de.dariah.eu/edit/index.html"
>
</a></span>
<span>
Datasheet Editor version 3.6.1
3-BETA
©
2021 DARIAH-DE
<a
href=
"https://validator.w3.org/nu/?doc=https://geobrowser.de.dariah.eu/edit/index.html"
>
</a></span>
<ul
class=
"pull-right inline"
>
<li><a
href=
"https://de.dariah.eu/impressum"
>
Imprint
</a></li>
<li><a
href=
"https://de.dariah.eu/privacy-policy"
>
Privacy Policy
</a></li>
...
...
edit/list.html
View file @
c9a500fc
...
...
@@ -118,7 +118,7 @@
</div>
<!-- id="content-layout" -->
<div
class=
"row-fluid"
>
<div
class=
"span12 no-margin footer"
>
<span>
Datasheet Editor version 3.6.1
2
©
2021 DARIAH-DE
<a
href=
"https://validator.w3.org/nu/?doc=https://geobrowser.de.dariah.eu/edit/list.html"
>
</a></span>
<span>
Datasheet Editor version 3.6.1
3-BETA
©
2021 DARIAH-DE
<a
href=
"https://validator.w3.org/nu/?doc=https://geobrowser.de.dariah.eu/edit/list.html"
>
</a></span>
<ul
class=
"pull-right inline"
>
<li><a
href=
"https://de.dariah.eu/impressum"
>
Imprint
</a></li>
<li><a
href=
"https://de.dariah.eu/privacy-policy"
>
Privacy Policy
</a></li>
...
...
embed/index.html
View file @
c9a500fc
...
...
@@ -77,5 +77,5 @@
});
</script>
</body>
<!-- Geo-Browser version 3.6.1
2
-->
<!-- Geo-Browser version 3.6.1
3-BETA
-->
</html>
index.html
View file @
c9a500fc
...
...
@@ -143,7 +143,7 @@
</div>
<div
class=
"row-fluid"
>
<div
class=
"span12 no-margin footer"
>
<span>
Geo-Browser version 3.6.1
2
using
<a
href=
"https://github.com/DARIAH-DE/PLATIN"
>
PLATIN
</a>
©
2021 DARIAH-DE
<a
href=
"https://validator.w3.org/nu/?doc=https://geobrowser.de.dariah.eu/index.html"
>
</a></span>
<span>
Geo-Browser version 3.6.1
3-BETA
using
<a
href=
"https://github.com/DARIAH-DE/PLATIN"
>
PLATIN
</a>
©
2021 DARIAH-DE
<a
href=
"https://validator.w3.org/nu/?doc=https://geobrowser.de.dariah.eu/index.html"
>
</a></span>
<ul
class=
"pull-right inline"
>
<li><a
href=
"https://de.dariah.eu/impressum"
>
Imprint
</a></li>
<li><a
href=
"https://de.dariah.eu/privacy-policy"
>
Privacy Policy
</a></li>
...
...
js/dariah.geobro.conf.js
View file @
c9a500fc
...
...
@@ -4,16 +4,16 @@
// The DARIAH-DE OwnStorage endpoint.
// FIXME Please change for release!
//
var storageURL = 'https://cdstar.de.dariah.eu/test/dariah/';
var
storageURL
=
'
https://cdstar.de.dariah.eu/dariah/
'
;
var
storageURL
=
'
https://cdstar.de.dariah.eu/test/dariah/
'
;
//
var storageURL = 'https://cdstar.de.dariah.eu/dariah/';
// The DARIAH-DE old OpenStorage endpoint.
var
oldStorageURL
=
'
https://geobrowser.de.dariah.eu/storage/
'
;
// The DARIAH-DE PDP URL.
// FIXME Please change for release!
//
var pdpURL = 'https://pdpdev.de.dariah.eu/oauth2/oauth2/authorize?response_type=token&client_id=dariah-de-geo-browser&scope=read,write&redirect_uri=';
var
pdpURL
=
'
https://pdp.de.dariah.eu/oauth2/oauth2/authorize?response_type=token&client_id=dariah-de-geo-browser&scope=read,write&redirect_uri=
'
;
var
pdpURL
=
'
https://pdpdev.de.dariah.eu/oauth2/oauth2/authorize?response_type=token&client_id=dariah-de-geo-browser&scope=read,write&redirect_uri=
'
;
//
var pdpURL = 'https://pdp.de.dariah.eu/oauth2/oauth2/authorize?response_type=token&client_id=dariah-de-geo-browser&scope=read,write&redirect_uri=';
// Token, public, migration, and files key string.
var
tkey
=
'
tok
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment