Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SADE
SADE
Commits
3bb75305
Commit
3bb75305
authored
Jul 06, 2017
by
Mathias Goebel
🎠
Browse files
Merge branch 'release/2.2.3'
parents
ad7bc174
384891d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
expath-pkg.xml
View file @
3bb75305
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<package
xmlns=
"http://expath.org/ns/pkg"
name=
"http://textgrid.de/ns/SADE"
abbrev=
"SADE"
version=
"2.2.
2
"
spec=
"1.0"
>
<package
xmlns=
"http://expath.org/ns/pkg"
name=
"http://textgrid.de/ns/SADE"
abbrev=
"SADE"
version=
"2.2.
3
"
spec=
"1.0"
>
<title>
Scalable Architecture for Digital Editions powered by TextGrid
</title>
<title>
Scalable Architecture for Digital Editions powered by TextGrid
</title>
<dependency
package=
"http://exist-db.org/apps/markdown"
/>
<dependency
package=
"http://exist-db.org/apps/markdown"
/>
<dependency
package=
"http://exist-db.org/apps/monex"
/>
<dependency
package=
"http://exist-db.org/apps/monex"
/>
...
...
modules/fontane/misc.xqm
View file @
3bb75305
...
@@ -443,7 +443,7 @@ declare function f-misc:textgridStatus($node as node(), $model as map(*)) {
...
@@ -443,7 +443,7 @@ declare function f-misc:textgridStatus($node as node(), $model as map(*)) {
let $status := httpclient:get(xs:anyURI($url), false(), ())//xhtml:div[contains(@class, 'repstatus')][not( contains(@class, 'ok') )]
let $status := httpclient:get(xs:anyURI($url), false(), ())//xhtml:div[contains(@class, 'repstatus')][not( contains(@class, 'ok') )]
let $status := if( exists( $status ) ) then $status else <ok/>
let $status := if( exists( $status ) ) then $status else <ok/>
return
return
xmldb:store($col, $res, $status)
(xmldb:login($col, config:get("sade.user"), config:get("sade.password")),
xmldb:store($col, $res, $status)
)
else ()
else ()
let $doc := doc( $col || "/" || $res )
let $doc := doc( $col || "/" || $res )
return
return
...
...
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