Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE-Project
Commits
cbd964ac
Commit
cbd964ac
authored
Apr 09, 2020
by
Mathias Goebel
Browse files
minor fixes
parent
f7a02863
Pipeline
#130815
passed with stages
in 3 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index-create-mentions.xq
View file @
cbd964ac
...
...
@@ -10,7 +10,7 @@ declare function local:remove-unused-items($dataPath as xs:string) {
let
$allTargets
:=
collection
(
$dataPath
)
//
tei:link
/
@target
/
tokenize
(
.,
" "
)
[
contains
(
.,
":"
)]
/
substring-after
(
":"
)
[
contains
(
.,
":"
)]
/
substring-after
(
.,
":"
)
let
$allItems
:=
(
collection
(
$dataPath
)
//
tei:body
//
tei:item
[
not
(
.//
tei:link
[
@corresp
=
"https://schema.org/mentions"
])]
/*
[
1
]
,
collection
(
$dataPath
)
//
tei:body
//
tei:place
[
not
(
.//
tei:link
[
@corresp
=
"https://schema.org/mentions"
])]
/*
[
1
]
,
...
...
prepare-index-cache.xq
View file @
cbd964ac
...
...
@@ -7,7 +7,7 @@ xquery version "3.1";
: @author Mathias Göbel
:)
import
module
namespace
f-indexviewer
=
"http://fontane-nb.dariah.eu/indexviewer"
at
"/db/apps/SADE/modules/fontane/index-viewer.xqm"
;
import
module
namespace
f-indexviewer
=
"http://fontane-nb.dariah.eu/index
-
viewer"
at
"/db/apps/SADE/modules/fontane/index-viewer.xqm"
;
declare
option
exist:output-size-limit
"3000000"
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment