Skip to content

atlassian/freemarker

 
 

Repository files navigation

===============================================================================

 FreeMarker {version}

 For the latest version or to report bugs visit:

 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 is needed. Simply copy 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

Releases

No releases published

Packages

No packages published