-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
56 lines (38 loc) · 1.52 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
This is the README.txt file comes with the FreeMarker {version}
distribution.
For the latest version of FreeMarker visit the FreeMarker homepage:
http://freemarker.org/ (mirror: http://freemarker.sourceforge.net/)
What is FreeMarker?
-------------------
FreeMarker is a Java tool to generate text output based on templates.
It is designed to be practical as a template engine to generate web
pages and particularly for servlet-based page production that follows
the MVC (Model View Controller) pattern. That is, you can separate the
work of Java programmers and website designers - Java programmers
needn't know how to design nice websites, and website designers needn't
know Java programming.
Licensing
---------
FreeMarker is licensed under a liberal BSD-style open source license.
This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.
See LICENSE.txt for more details.
Documentation
-------------
Documentation is available in the docs directory of this distribution;
open docs/index.html.
Installing
----------
No real installation needed. Simply copy lib/freemarker.jar to a
location where your Java application's ClassLoader will find it. For
example, if you use FreeMarker in a web application, you probably want
to put freemarker.jar into the WEB-INF/lib directory of your web
application.
History
-------
See:
docs/docs/app_versions.html
Or online:
http://freemarker.org/docs/app_versions.html
Mirror:
http://freemarker.sourceforge.net/docs/app_versions.html