Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 06-Dec-2013 | 813 | |
freemarker-2.3.19.jar | 06-Dec-2013 | 909.3K | |
LICENSE.txt | 06-Dec-2013 | 3.6K | |
MODULE_LICENSE_BSD_LIKE | 06-Dec-2013 | 0 | |
NOTICE.txt | 06-Dec-2013 | 142 | |
PREBUILT | 06-Dec-2013 | 191 | |
README.txt | 06-Dec-2013 | 1.5K | |
src.zip | 06-Dec-2013 | 975.6K |
1 This is the README.txt file comes with the FreeMarker 2.3.19 2 distribution. 3 4 For the latest version of FreeMarker visit the FreeMarker homepage: 5 http://freemarker.org/ (mirror: http://freemarker.sourceforge.net/) 6 7 8 What is FreeMarker? 9 ------------------- 10 11 FreeMarker is a Java tool to generate text output based on templates. 12 It is designed to be practical as a template engine to generate web 13 pages and particularly for servlet-based page production that follows 14 the MVC (Model View Controller) pattern. That is, you can separate the 15 work of Java programmers and website designers - Java programmers 16 needn't know how to design nice websites, and website designers needn't 17 know Java programming. 18 19 20 Licensing 21 --------- 22 23 FreeMarker is licensed under a liberal BSD-style open source license. 24 This software is OSI Certified Open Source Software. 25 OSI Certified is a certification mark of the Open Source Initiative. 26 27 See LICENSE.txt for more details. 28 29 30 Documentation 31 ------------- 32 33 Documentation is available in the docs directory of this distribution; 34 open docs/index.html. 35 36 37 Installing 38 ---------- 39 40 No real installation needed. Simply copy lib/freemarker.jar to a 41 location where your Java application's ClassLoader will find it. For 42 example, if you use FreeMarker in a web application, you probably want 43 to put freemarker.jar into the WEB-INF/lib directory of your web 44 application. 45 46 47 History 48 ------- 49 50 See: 51 docs/docs/app_versions.html 52 53 Or online: 54 http://freemarker.org/docs/app_versions.html 55 Mirror: 56 http://freemarker.sourceforge.net/docs/app_versions.html