-
Notifications
You must be signed in to change notification settings - Fork 14
/
readme.txt
42 lines (28 loc) · 1.56 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
WELCOME! ---------------------------------------------------------------
BaseX is a light-weight, high-performance and scalable XML Database
engine and XPath/XQuery 3.1 Processor, which includes full support for
the W3C Update and Full Text extensions. An interactive and user-
friendly GUI frontend gives you great insight into your XML documents.
CONTENTS ---------------------------------------------------------------
This distribution contains the following directories:
bin/ start scripts
data/ database directory
etc/ examples, catalog files, zipped modules
lib/ Java libraries, referenced by the start scripts
repo/ repository directory for XQuery modules
src/ directory for your XQuery files
webapp/ contents for RESTXQ web applications and REST scripts
To improve your workflows with BaseX, just add the bin/ directory to
your PATH variable, or move the start scripts to an already added
folder and modify the PWD variable in the scripts to point to BaseX.
HELP -------------------------------------------------------------------
Please find more help in our online documentation:
http://docs.basex.org
BaseX is an Open Source project and BSD-licensed. You are welcome
to join our basex-talk mailing list and give all kinds of feedback:
http://basex.org/open-source
You may as fork our BaseX repository and send pull requests:
https://github.com/BaseXdb/BaseX/issues
Have fun,
Your BaseX Team
------------------------------------------------------------------------