File tree 6 files changed +46
-29
lines changed
src/main/xar-resources/data/production_good_practice
6 files changed +46
-29
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ Build Status] ( https://github.com/eXist-db/documentation/actions/workflows/ci.yml/badge.svg?branch=master )] ( https://github.com/eXist-db/documentation/actions/workflows/ci.yml )
3
3
[ ![ documentation] ( https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/h8zx19/master&style=flat&logo=cypress )] ( https://dashboard.cypress.io/projects/h8zx19/runs )
4
4
[ ![ Docbook version] ( https://img.shields.io/badge/docbook-5.1-19a5a4.svg )] ( http://docbook.org/xml/5.1/ )
5
- [ ![ eXist-db version] ( https://img.shields.io/badge/eXist_db-5.2 .0-blue.svg )] ( http://www.exist-db.org/exist/apps/homepage/index.html )
5
+ [ ![ eXist-db version] ( https://img.shields.io/badge/eXist_db-5.3 .0-blue.svg )] ( http://www.exist-db.org/exist/apps/homepage/index.html )
6
6
7
7
<img src =" src/main/xar-resources/icon.png " align =" left " width =" 15% " />
8
8
9
9
This repository contains the official documentation for the [ eXist-db native XML database] ( http://www.exist-db.org ) and the application for browsing it. You can browse the latest release of the documentation on [ eXist-db homepage] ( http://exist-db.org/exist/apps/doc/ ) . User reporting errors should check the [ contributions] ( #contributions ) section below. Core-contributors preparing a release should consult the [ release procedure] ( RELEASE.md )
10
10
11
11
## Dependencies
12
12
- [ Maven] ( https://maven.apache.org ) : 3.6
13
- - [ eXist-db] ( http://exist-db.org ) : 5.2 .0
13
+ - [ eXist-db] ( http://exist-db.org ) : 5.3 .0
14
14
15
15
## Installation
16
16
- The default eXist-db installer includes the documentation app. Just go to your eXist server's Dashboard and select Documentation.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " exist-documentation" ,
3
- "version" : " 5.2 .1-SNAPSHOT" ,
3
+ "version" : " 5.3 .1-SNAPSHOT" ,
4
4
"description" : " Documentation package for eXist-db" ,
5
5
"scripts" : {
6
6
"test" : " mocha src/test/mocha/ --recursive --exit" ,
Original file line number Diff line number Diff line change 33
33
</licenses >
34
34
35
35
<scm >
36
- <url >https://www. github.com/exist-db/documentation.git</url >
37
- <connection >scm:git:https://www. github.com/exist-db/documentation.git</connection >
38
- <developerConnection >scm:git:https://www. github.com/exist-db/documentation.git</developerConnection >
36
+ <url >scm:git: https://github.com/exist-db/documentation.git</url >
37
+ <connection >scm:git:https://github.com/exist-db/documentation.git</connection >
38
+ <developerConnection >scm:git:https://github.com/exist-db/documentation.git</developerConnection >
39
39
<tag >HEAD</tag >
40
40
</scm >
41
41
<issueManagement >
174
174
<version >1.1.1</version >
175
175
<executions >
176
176
<execution >
177
- <id >github-upload</id >
178
- <phase >deploy</phase >
179
- <goals >
180
- <goal >release</goal >
181
- </goals >
182
- <inherited >false</inherited >
183
-
184
- <configuration >
185
- <description >eXist-db documentation app for eXist-db 5.3.0</description >
186
- <releaseName >v5.3.0</releaseName >
187
- <tag >${project.version} </tag >
188
- <fileSets >
189
- <fileSet >
190
- <directory >${project.build.directory} </directory >
191
- <includes >
192
- <include >${project.artifactId} *.xar</include >
193
- </includes >
194
- </fileSet >
195
- </fileSets >
196
- </configuration >
197
- </execution >
177
+ <id >github-upload</id >
178
+ <phase >deploy</phase >
179
+ <goals >
180
+ <goal >release</goal >
181
+ </goals >
182
+ <inherited >false</inherited >
183
+ <configuration >
184
+ <description >eXist-db documentation app for eXist-db 5.3.1</description >
185
+ <releaseName >v5.3.1</releaseName >
186
+ <tag >${project.version} </tag >
187
+ <fileSets >
188
+ <fileSet >
189
+ <directory >${project.build.directory} </directory >
190
+ <includes >
191
+ <include >${project.artifactId} *.xar</include >
192
+ </includes >
193
+ </fileSet >
194
+ </fileSets >
195
+ </configuration >
196
+ </execution >
198
197
</executions >
199
198
</plugin >
200
199
<plugin >
Original file line number Diff line number Diff line change 43
43
</listitem >
44
44
<listitem >
45
45
<para >For dockerized production systems we strongly recommend to use
46
- semantic-version tags of official release, e.g. <literal >5.2 .0</literal > instead
46
+ semantic-version tags of official release, e.g. <literal >5.3 .0</literal > instead
47
47
of <literal >release</literal > or <literal >latest</literal >.</para >
48
48
</listitem >
49
49
</itemizedlist >
Original file line number Diff line number Diff line change 17
17
<dependency package =" http://exist-db.org/html-templating" semver-min =" ${templating.version}" />
18
18
<prepare >pre-install.xql</prepare >
19
19
<changelog >
20
+ <change xmlns =" http://exist-db.org/xquery/repo" version =" 5.3.0" >
21
+ <ul xmlns =" http://www.w3.org/1999/xhtml" >
22
+ <li >updated validating against eXist-db XQuery engine</li >
23
+ <li >documentation: refer from kwic expand matches to lucene expand fields</li >
24
+ <li >Add documentation for --use-ssl flag (CLI backup)</li >
25
+ <li >Update xquery.xml</li >
26
+ <li >Update new range index doc to point to recent Lucene documentation</li >
27
+ <li >Add pointer to range:matches in documentation of new range index</li >
28
+ <li >fn:trace#1 is now supported</li >
29
+ <li >Add offline mode for Xars, URL Rewrite should now use controller.xq and not controller.xql</li >
30
+ <li >Tests and integration tests should be executable from both local machines and CI using just 'mvn verify</li >
31
+ <li >Review documentation on HTML templating; align with new templating package and mark deprecated/removed functions</li >
32
+ <li >Add some information about bounding the Cache module</li >
33
+ <li >Some documentation for Connection Pooling in the SQL Module</li >
34
+ <li >listings in separate files</li >
35
+ <li >listings not in CDATA</li >
36
+ </ul >
37
+ </change >
20
38
<change xmlns =" http://exist-db.org/xquery/repo" version =" 5.2.0" >
21
39
<ul xmlns =" http://www.w3.org/1999/xhtml" >
22
40
<li >advanced-installation: minor improvements to the systemd steps</li >
You can’t perform that action at this time.
0 commit comments