-
Notifications
You must be signed in to change notification settings - Fork 7
/
README.txt
58 lines (39 loc) · 1.69 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
This is JODReports version 2.4.0, released on 2011-01-28
Please see
http://sourceforge.net/projects/jodreports/
for the latest and up to date documentation.
Requirements
============
JODReports requires Java 1.4 or later (although with minor modifications
it can be made to work with 1.3 as well).
To create documents in formats other than OpenDocument Text (odt)
please use JODConverter library
See http://www.artofsolving.com/opensource/jodconverter for more info.
To run the webapp a servlet 2.3 container such as Apache Tomcat 4.1
or later is also required.
Licenses
========
The JODReports library is distributed under the terms of the LGPL.
This basically means that you are free to use it in both open source
and commercial projects.
If you modify the library itself you are required to contribute
your changes back, so JODReports can be improved.
(You are free to modify the sample webapp as a starting point for your
own webapp without restrictions.)
JODReports includes the following third-party libraries so you must
agree to their respective licenses as well
* FreeMarker - http://www.freemarker.org
BSD-style
* Jakarta Commons - IO and FileUpload - http://jakarta.apache.org/commons/
Apache License 2.0
* XOM - http://xom.nu
GNU LGPL
* slf4j - http://slf4j.org
MIT License
In compliance to some of the above licenses I also need to state here
that JODReports includes software developed by
* the Visigoth Software Society (FreeMarker - http://www.visigoths.org/)
* the Apache Software Foundation (http://www.apache.org)
* the Spring Framework project (http://www.springframework.org)
-- Mirko Nasato (mirko at artofsolving.com)
-- Terry Liang (terry at poloniouslive.com)