summaryrefslogtreecommitdiffstats
path: root/freemarker/README.txt
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2014-03-19 16:25:37 +0100
committerYohann Roussel <yroussel@google.com>2014-03-20 15:13:33 +0100
commit4eceb95409e844fdc33c9c706e1dc307bfd40303 (patch)
treeee9f4f3fc79f757c79081c336bce4f1782c6ccd8 /freemarker/README.txt
parent3d2402901b1a6462e2cf47a6fd09711f327961c3 (diff)
downloadtoolchain_jack-4eceb95409e844fdc33c9c706e1dc307bfd40303.zip
toolchain_jack-4eceb95409e844fdc33c9c706e1dc307bfd40303.tar.gz
toolchain_jack-4eceb95409e844fdc33c9c706e1dc307bfd40303.tar.bz2
Initial Jack import.
Change-Id: I953cf0a520195a7187d791b2885848ad0d5a9b43
Diffstat (limited to 'freemarker/README.txt')
-rw-r--r--freemarker/README.txt56
1 files changed, 56 insertions, 0 deletions
diff --git a/freemarker/README.txt b/freemarker/README.txt
new file mode 100644
index 0000000..8683109
--- /dev/null
+++ b/freemarker/README.txt
@@ -0,0 +1,56 @@
+This is the README.txt file comes with the FreeMarker 2.3.19
+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 \ No newline at end of file