Skip to content

Commit 7fe9419

Browse files
committed
2 parents fc676b6 + ea57032 commit 7fe9419

File tree

19 files changed

+3842
-4032
lines changed

19 files changed

+3842
-4032
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# eXist-db Documentation
22
[![Build Status](https://travis-ci.org/eXist-db/documentation.svg?branch=master)](https://travis-ci.org/eXist-db/documentation)
33
[![Docbook version](https://img.shields.io/badge/docbook-5.0-19a5a4.svg)](http://docbook.org/xml/5.0/)
4-
[![eXist-db version](https://img.shields.io/badge/eXist_db-3.5.0-blue.svg)](http://www.exist-db.org/exist/apps/homepage/index.html)
4+
[![eXist-db version](https://img.shields.io/badge/eXist_db-4.0.0-blue.svg)](http://www.exist-db.org/exist/apps/homepage/index.html)
55

66
<img src="src/main/xar-resources/icon.png" align="left" width="15%"/>
77

88
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)
99

10+
## Notice
11+
As of January 2018 the exist-db documentation is undergoing a major rewrite. While this is work in progress ,we want to keep the contents open for community edits. Consequently, the display of the documentation will at times appear less polished then usual.
1012

1113
## Dependencies
1214
- [Maven](https://maven.apache.org): 3.x
13-
- [eXist-db](http://exist-db.org): 3.5.0
15+
- [eXist-db](http://exist-db.org): 4.0.0
1416

1517
## Installation
1618
- The default eXist-db installer includes the documentation app. Just go to your eXist server's Dashboard and select Documentation.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.exist-db</groupId>
1414
<artifactId>exist-documentation</artifactId>
15-
<version>3.1.0-SNAPSHOT</version>
15+
<version>4.0.1-SNAPSHOT</version>
1616

1717
<name>eXist-db Documentation</name>
1818
<description>Documentation package for eXist-db</description>
@@ -48,7 +48,7 @@
4848
<project.build.source>1.8</project.build.source>
4949
<project.build.target>1.8</project.build.target>
5050

51-
<exist.version>3.5.0</exist.version>
51+
<exist.version>4.0.0</exist.version>
5252

5353
<package-name>http://exist-db.org/apps/doc</package-name>
5454
</properties>

src/main/xar-resources/data/backup/backup.xml

Lines changed: 302 additions & 293 deletions
Large diffs are not rendered by default.

src/main/xar-resources/data/beginners-guide-to-xrx-v4/beginners-guide-to-xrx-v4.xml

Lines changed: 697 additions & 930 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)