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
ARCHITRAVE
SADE
Commits
b5eecad2
Commit
b5eecad2
authored
Sep 08, 2021
by
barth23
Browse files
completely remove rest re-register
parent
05555809
Changes
1
Hide whitespace changes
Inline
Side-by-side
post-install.xq
View file @
b5eecad2
...
...
@@ -2,7 +2,6 @@ xquery version "3.1";
import
module
namespace
transformXML
=
"https://sade.textgrid.de/ns/transform"
at
"modules/architrave/transform.xqm"
;
import
module
namespace
elastic
=
"http://elastic.io"
at
"modules/elastic.xqm"
;
import
module
namespace
rest
=
"http://exquery.org/ns/restxq"
;
declare
namespace
repo
=
"http://exist-db.org/xquery/repo"
;
declare
namespace
xconf
=
"http://exist-db.org/collection-config/1.0"
;
...
...
@@ -134,8 +133,6 @@ let $indexing_msg := util:log-system-out("indexing edition pages and registers .
let
$indexing
:=
elastic:setup
()
let
$map-tiles-msg
:=
util:log-system-out
(
"importing paris map tiles ..."
)
let
$map-tiles
:=
local:inject-map-tiles
(
'/var/www/map-tiles.git/raster'
)
let
$restxq_register_msg
:=
util:log-system-out
(
"register sendmail api"
)
let
$restxq_register
:=
rest:register-module
(
xs:anyURI
(
$target
||
"modules/architrave/sendmail.xqm"
))
return
(
if
...
...
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