Skip to content

eXist-db/function-documentation

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