forked from fcrepo3/bvalid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
38 lines (26 loc) · 1.09 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
BValid XML Validation API
Version @bvalid.version@
Source Distribution
Copyright (c) 2006, Cornell University
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
LICENSE
=======
BValid is distributed under the Educational Community License (ECL), v1.0.
Use of this software indicates your acceptance of the terms of this license.
The distribution includes several third-party, open-source libraries with
thier own license terms. Specific terms of the ECL and all third-party
licenses can be found in the src/doc/license/ directory.
DOCUMENTATION
=============
Online documentation for the latest version of BValid can be found at
http://bvalid.sf.net/
Offline documentation for this version of BValid can be found in the
dist/doc/ directory after doing a documentation build. (see below)
BUILDING
========
To compile BValid, make sure you have Ant installed, and type:
ant dist
To build the documentation, type:
ant doc
For other useful build targets, type:
ant -p