Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

eXist-db Function Documentation Browser App

Build Status eXist-db version

This repository contains the function documentation borwser app for the eXist-db native XML database.

Dependencies

Installation

  • Just go to your eXist server's Dashboard and select Function Documentation.
  • Update to the latest release via the eXist-db package manager or via the eXist-db.org public app repository at http://exist-db.org/exist/apps/public-repo/.

Building from source

  1. Clone the repository to your system:

    $ git clone https://github.com/exist-db/function-documentation.git
  2. Build the function documentation application:

    $ cd function-documentation
    $ mvn clean package

    The compiled .xar file is located in the /target directory

  3. Install this file via the Dashboard > Package Manager.

License

LGPLv2.1 eXist-db.org