the ie .pdf fix
[mir.git] / lib / README.txt
1 This folder contains all necessary java libraries to compile
2 MIR. Have a look at the /doc folder for java libraries that
3 have to be present on your system in order to make MIR run.
4
5 The libraries should be stored in this folder containing
6 their version in the filename. The filename should look like:
7
8   name-of-library-x.y.z.jar
9
10 A description and url should be added here. Please keep track
11 of the documentation! If there are things to be done regarding
12 a certain library, this is stated in a todo field
13
14 Now the descriptions in alphabetical order:
15
16
17 avalon-framework-4.0
18 ------------------------------------------------
19 version    : 4.0
20 url        : http://avalon.apache.org/framework
21 description: The Avalon Framework consists of 
22              interfaces that define relationships 
23              between commonly used application 
24              components, best-of-practice pattern 
25              enforcements, and several lightweight 
26              convenience implementations of the 
27              generic components.
28 todo       : update to 4.1.4
29
30
31
32 batik
33 ------------------------------------------------
34 version    : ??
35 url        : http://xml.apache.org/batik/
36 description: batik is for images in the Scalable Vector 
37              Graphics (SVG) 
38 todo       : check if necessary / update to version 1.1.1
39              MIR compiles without it. Is it (still) 
40              necessary?
41
42
43 commons-collections
44 ------------------------------------------------
45 version    : 2.1
46 url        : http://jakarta.apache.org/commons/
47 description: needed for parsing the configuration 
48              properties file and provides more useful collections
49              like a LRUCache
50
51
52 commons-net
53 ------------------------------------------------
54 version    : 1.0
55 url        : http://jakarta.apache.org/commons/
56 description: needed for the mail feature
57
58
59 cos
60 ------------------------------------------------
61 version    : 05Nov2002
62 url        : http://www.servlets.com/cos/index.html
63 description: servlet utilities by oreilly
64 todo       : replace due to the license
65
66
67 fop
68 ------------------------------------------------
69 version    : ??
70 url        : http://xml.apache.org/fop/
71 description:
72 todo       : The latest stable version is FOP-0.20.4
73              check if necessary
74
75
76 freemarker.jar / freemarker-utility.jar
77 ------------------------------------------------
78 version    : 1.6.2 (probably)
79 url        : http://fm-classic.sourceforge.net
80 description: template engine
81 todo       : update to version 1.7.5 
82              template changes involved on update
83
84
85 gnu-regexp
86 ------------------------------------------------
87 version    : 1.1.4
88 url        : http://www.cacas.org/java/gnu/regexp/
89 description: GNU regular expression library
90 todo       : check if to be replaced with jakarta
91              commons regexp
92
93
94 jimi
95 ------------------------------------------------
96 version    : ??
97 url        : http://java.sun.com/products/jimi/
98 description: Jimi is a class library for managing 
99              images
100 todo       : check for update / check if necessary
101
102
103 log4j
104 ------------------------------------------------
105 version    : 1.2.8
106 url        : http://jakarta.apache.org/log4j/
107 description: Jakarta Log4J standard library for
108              the logging layer of MIR.
109
110
111 logkit
112 ------------------------------------------------
113 version    : 1.0
114 url        : http://apache.serveftp.org/apache-site/dist/avalon/logkit/latest/
115 description: LogKit is an easy to use logging 
116              toolkit. 
117 depends on : avalon
118 todo       : update to version 1.2
119
120
121 lucene
122 ------------------------------------------------
123 version    : 1.2
124 url        : http://jakarta.apache.org/lucene/
125 description: Jakarta Lucene is a high-performance, 
126              full-featured text search engine written 
127              entirely in Java.
128
129
130 multex
131 ------------------------------------------------
132 version    : 3
133 url        : http://www.tfh-berlin.de/~knabe/java/multex
134 description: nested exceptions
135 todo       : rename to multex-3.jar
136
137
138 poolman
139 ------------------------------------------------
140 version    : ??
141 url        : https://sourceforge.net/projects/poolman
142 url        : http://www.codestudio.com/
143 description: PoolMan is no longer available or supported 
144              Connection and object pooling mechanisms: 
145              they can now be found in application servers [...] 
146              Tomcat and the Jakarta Project, and other 
147              J2EE products and servers.
148 todo       : find replacement
149
150
151 postgresql
152 ------------------------------------------------
153 version    : 7.2 (jdbc2-version)
154 url        : http://jdbc.postgresql.org
155 description: JDBC driver for postgresql database
156
157
158 strutsmesg
159 ------------------------------------------------
160 version    : ??
161 url        : 
162 description: Extracted from struts 1.0
163 todo       : update
164
165