forked from freemarker/freemarker-old
-
Notifications
You must be signed in to change notification settings - Fork 4
FreeMarker Java template engine
License
atlassian/freemarker
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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.htmlAbout
FreeMarker Java template engine
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published