diff --git a/add/data/xql/getAnnotationPreviews.xql b/add/data/xql/getAnnotationPreviews.xql index 426856a59..75e131a29 100644 --- a/add/data/xql/getAnnotationPreviews.xql +++ b/add/data/xql/getAnnotationPreviews.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ Returns the HTML for a specific annotation for an AnnotationView. diff --git a/add/data/xql/getAnnotationText.xql b/add/data/xql/getAnnotationText.xql index 27051e2d9..b50e16a43 100644 --- a/add/data/xql/getAnnotationText.xql +++ b/add/data/xql/getAnnotationText.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ Returns the HTML for the textual content of a specific annotation for an AnnotationView. diff --git a/add/data/xql/getAnnotations.xql b/add/data/xql/getAnnotations.xql index 939cd4c63..7b4e86a7c 100644 --- a/add/data/xql/getAnnotations.xql +++ b/add/data/xql/getAnnotations.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : Returns a JSON representation of all Annotations of a document. diff --git a/add/data/xql/getAnnotationsInRendering.xql b/add/data/xql/getAnnotationsInRendering.xql index ba0cfe88c..4e1dab0aa 100644 --- a/add/data/xql/getAnnotationsInRendering.xql +++ b/add/data/xql/getAnnotationsInRendering.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ Returns a JSON sequence with all anotations on a specific page. diff --git a/add/data/xql/getAnnotationsInText.xql b/add/data/xql/getAnnotationsInText.xql index 25808e105..32e14eebc 100644 --- a/add/data/xql/getAnnotationsInText.xql +++ b/add/data/xql/getAnnotationsInText.xql @@ -1,7 +1,7 @@ xquery version "1.0"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ Returns a JSON sequence with all anotations in a specific text. diff --git a/add/data/xql/getAnnotationsOnPage.xql b/add/data/xql/getAnnotationsOnPage.xql index 0d29cafe9..c0b79e309 100644 --- a/add/data/xql/getAnnotationsOnPage.xql +++ b/add/data/xql/getAnnotationsOnPage.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : Returns a JSON sequence with all anotations on a specific page. diff --git a/add/data/xql/getAudioPlayer.xql b/add/data/xql/getAudioPlayer.xql index e5b09a72f..99548c7f9 100644 --- a/add/data/xql/getAudioPlayer.xql +++ b/add/data/xql/getAudioPlayer.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getChapters.xql b/add/data/xql/getChapters.xql index 3877f7086..95ef53244 100644 --- a/add/data/xql/getChapters.xql +++ b/add/data/xql/getChapters.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getConcordances.xql b/add/data/xql/getConcordances.xql index cbddc35ae..784349162 100644 --- a/add/data/xql/getConcordances.xql +++ b/add/data/xql/getConcordances.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getEdition.xql b/add/data/xql/getEdition.xql index 2e0a53878..6d5e11800 100644 --- a/add/data/xql/getEdition.xql +++ b/add/data/xql/getEdition.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : Returns a JSON representation of an Edition. diff --git a/add/data/xql/getEditionURI.xql b/add/data/xql/getEditionURI.xql index d66549edf..e8c9e0a26 100644 --- a/add/data/xql/getEditionURI.xql +++ b/add/data/xql/getEditionURI.xql @@ -1,7 +1,7 @@ xquery version "3.0"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : Returns the URI of the first found Edition. diff --git a/add/data/xql/getExtendedStaff.xql b/add/data/xql/getExtendedStaff.xql index 1504a9215..c2881cb84 100644 --- a/add/data/xql/getExtendedStaff.xql +++ b/add/data/xql/getExtendedStaff.xql @@ -1,8 +1,8 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getHeader.xql b/add/data/xql/getHeader.xql index b10e4f176..d77476a4e 100644 --- a/add/data/xql/getHeader.xql +++ b/add/data/xql/getHeader.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getHelp.xql b/add/data/xql/getHelp.xql index 87c783542..2c91cb5bf 100644 --- a/add/data/xql/getHelp.xql +++ b/add/data/xql/getHelp.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: OPTION DECLARATIONS ===================================================== :) diff --git a/add/data/xql/getInternalIdType.xql b/add/data/xql/getInternalIdType.xql index f61c23139..264f6be09 100644 --- a/add/data/xql/getInternalIdType.xql +++ b/add/data/xql/getInternalIdType.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getLanguageFile.xql b/add/data/xql/getLanguageFile.xql index 0a97c9b3b..39799c91e 100644 --- a/add/data/xql/getLanguageFile.xql +++ b/add/data/xql/getLanguageFile.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : Returns a language file as JSON or XML. diff --git a/add/data/xql/getLinkTarget.xql b/add/data/xql/getLinkTarget.xql index 328874c53..db7821697 100644 --- a/add/data/xql/getLinkTarget.xql +++ b/add/data/xql/getLinkTarget.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getMeasure.xql b/add/data/xql/getMeasure.xql index ba8a96388..5ba36eba1 100644 --- a/add/data/xql/getMeasure.xql +++ b/add/data/xql/getMeasure.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getMeasurePage.xql b/add/data/xql/getMeasurePage.xql index 34cc7f61d..38aac2cd5 100644 --- a/add/data/xql/getMeasurePage.xql +++ b/add/data/xql/getMeasurePage.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: NAMESPACE DECLARATIONS ================================================== :) diff --git a/add/data/xql/getMeasures.xql b/add/data/xql/getMeasures.xql index 85e9642a5..4e5d0ee0f 100644 --- a/add/data/xql/getMeasures.xql +++ b/add/data/xql/getMeasures.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getMeasuresOnPage.xql b/add/data/xql/getMeasuresOnPage.xql index 17844272e..ff4377e6c 100644 --- a/add/data/xql/getMeasuresOnPage.xql +++ b/add/data/xql/getMeasuresOnPage.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ Returns a JSON sequence with all measures on a specific page. diff --git a/add/data/xql/getMovements.xql b/add/data/xql/getMovements.xql index 1243587af..782500838 100644 --- a/add/data/xql/getMovements.xql +++ b/add/data/xql/getMovements.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: NAMESPACE DECLARATIONS ================================================== :) diff --git a/add/data/xql/getMovementsFirstPage.xql b/add/data/xql/getMovementsFirstPage.xql index d32303fb8..0b316fe6a 100644 --- a/add/data/xql/getMovementsFirstPage.xql +++ b/add/data/xql/getMovementsFirstPage.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: NAMESPACE DECLARATIONS ================================================== :) diff --git a/add/data/xql/getMusicInMdiv.xql b/add/data/xql/getMusicInMdiv.xql index 86e3bba75..ab7201028 100644 --- a/add/data/xql/getMusicInMdiv.xql +++ b/add/data/xql/getMusicInMdiv.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: NAMESPACE DECLARATIONS ================================================== :) diff --git a/add/data/xql/getNavigatorConfig.xql b/add/data/xql/getNavigatorConfig.xql index 9c4b9ac11..3b2543cfa 100644 --- a/add/data/xql/getNavigatorConfig.xql +++ b/add/data/xql/getNavigatorConfig.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getOverlayOnPage.xql b/add/data/xql/getOverlayOnPage.xql index 410a86a47..be8ce4b35 100644 --- a/add/data/xql/getOverlayOnPage.xql +++ b/add/data/xql/getOverlayOnPage.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ Returns an SVG element. diff --git a/add/data/xql/getOverlays.xql b/add/data/xql/getOverlays.xql index 5cefeec73..7fb2acd12 100644 --- a/add/data/xql/getOverlays.xql +++ b/add/data/xql/getOverlays.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: NAMESPACE DECLARATIONS ================================================== :) diff --git a/add/data/xql/getPages.xql b/add/data/xql/getPages.xql index ea9dbf25c..46b008267 100644 --- a/add/data/xql/getPages.xql +++ b/add/data/xql/getPages.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getParts.xql b/add/data/xql/getParts.xql index 398e83ded..afffa2211 100644 --- a/add/data/xql/getParts.xql +++ b/add/data/xql/getParts.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getPreferences.xql b/add/data/xql/getPreferences.xql index aabb4f0de..0c7d4aa41 100644 --- a/add/data/xql/getPreferences.xql +++ b/add/data/xql/getPreferences.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : Returns preferences as JSON or XML. diff --git a/add/data/xql/getReducedDocument.xql b/add/data/xql/getReducedDocument.xql index b44de1bcf..04d8cde2c 100644 --- a/add/data/xql/getReducedDocument.xql +++ b/add/data/xql/getReducedDocument.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getRendering.xql b/add/data/xql/getRendering.xql index 9d4c2264b..3455712d7 100644 --- a/add/data/xql/getRendering.xql +++ b/add/data/xql/getRendering.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: NAMESPACE DECLARATIONS ================================================== :) diff --git a/add/data/xql/getSummary.xql b/add/data/xql/getSummary.xql index fea5c9997..cf7e5eb35 100644 --- a/add/data/xql/getSummary.xql +++ b/add/data/xql/getSummary.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getText.xql b/add/data/xql/getText.xql index 59abaa6cd..493c42e80 100644 --- a/add/data/xql/getText.xql +++ b/add/data/xql/getText.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getWorkID.xql b/add/data/xql/getWorkID.xql index b5d14ec01..ea66b4241 100644 --- a/add/data/xql/getWorkID.xql +++ b/add/data/xql/getWorkID.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : Returns the ID of the first work of an Edition if the given ID is not valid. diff --git a/add/data/xql/getWorks.xql b/add/data/xql/getWorks.xql index 3ba6baf45..f42f6d827 100644 --- a/add/data/xql/getWorks.xql +++ b/add/data/xql/getWorks.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : Returns a JSON representation of all Works inside an Edition. diff --git a/add/data/xql/getXml.xql b/add/data/xql/getXml.xql index cd0819878..e064a1867 100644 --- a/add/data/xql/getXml.xql +++ b/add/data/xql/getXml.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xql/getZone.xql b/add/data/xql/getZone.xql index f2326e676..2909070f3 100644 --- a/add/data/xql/getZone.xql +++ b/add/data/xql/getZone.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ Returns a JSON representation of a zone. diff --git a/add/data/xql/getiFrameURL.xql b/add/data/xql/getiFrameURL.xql index 37e25e5b7..5669780af 100644 --- a/add/data/xql/getiFrameURL.xql +++ b/add/data/xql/getiFrameURL.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: NAMESPACE DECLARATIONS ================================================== :) diff --git a/add/data/xql/loginToTextGrid.xql b/add/data/xql/loginToTextGrid.xql index 281a4e121..2f388a10a 100644 --- a/add/data/xql/loginToTextGrid.xql +++ b/add/data/xql/loginToTextGrid.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: NAMESPACE DECLARATIONS ================================================== :) diff --git a/add/data/xql/search.xql b/add/data/xql/search.xql index 5b758b282..8c74e51e4 100644 --- a/add/data/xql/search.xql +++ b/add/data/xql/search.xql @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (: IMPORTS ================================================================= :) diff --git a/add/data/xqm/annotation.xqm b/add/data/xqm/annotation.xqm index e5fd71da8..b531d7996 100644 --- a/add/data/xqm/annotation.xqm +++ b/add/data/xqm/annotation.xqm @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : This module provides library functions for Annotations diff --git a/add/data/xqm/edition.xqm b/add/data/xqm/edition.xqm index 6cfcbe2e0..e456001c3 100644 --- a/add/data/xqm/edition.xqm +++ b/add/data/xqm/edition.xqm @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : This module provides library functions for Editions diff --git a/add/data/xqm/source.xqm b/add/data/xqm/source.xqm index 59faf367d..2908a45fa 100644 --- a/add/data/xqm/source.xqm +++ b/add/data/xqm/source.xqm @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : This module provides library functions for Sources diff --git a/add/data/xqm/teitext.xqm b/add/data/xqm/teitext.xqm index b0e94394e..ad0142d1a 100644 --- a/add/data/xqm/teitext.xqm +++ b/add/data/xqm/teitext.xqm @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : This module provides library functions for Texts diff --git a/add/data/xqm/util.xqm b/add/data/xqm/util.xqm index a36e16ac8..dfbe2a145 100644 --- a/add/data/xqm/util.xqm +++ b/add/data/xqm/util.xqm @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : This module provides library utility functions diff --git a/add/data/xqm/work.xqm b/add/data/xqm/work.xqm index a135afaee..1cf6fdd83 100644 --- a/add/data/xqm/work.xqm +++ b/add/data/xqm/work.xqm @@ -1,7 +1,7 @@ xquery version "3.1"; (: -For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. -:) + : For LICENSE-Details please refer to the LICENSE file in the root directory of this repository. + :) (:~ : This module provides library functions for Works