forked from fcrepo3/proai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
40 lines (28 loc) · 1.17 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
Proai OAI Provider Library
Version @proai.version@
Source Distribution
Copyright (c) 2006-2007, Cornell University
Copyright (c) 2008-2009, Fedora Commons, Inc.
Copyright (c) 2009-2011, DuraSpace
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
LICENSE
=======
Proai is distributed under the Apache 2 license.
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 Apache 2 and all third-party
licenses can be found in the src/doc/license/ directory.
DOCUMENTATION
=============
Online documentation for the latest version of Proai can be found at
http://proai.sf.net/
Offline documentation for this version of Proai can be found in the
dist/doc/ directory after doing a documentation build. (see below)
BUILDING
========
To compile Proai, 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