All Projects → freemarker → fmpp

freemarker / fmpp

Licence: other
Command line and Ant tool for processing files with FreeMarker

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
FreeMarker
481 projects
CSS
56736 projects
Batchfile
5799 projects
shell
77523 projects
FMPP - FreeMarker-based file PreProcessor
=========================================

This is the README file that comes with the FMPP @VERSION@ distribution.

For the latest version, visit the FMPP website:
http://fmpp.sourceforge.net/


What is FMPP?
-------------

FMPP is a general-purpose text file preprocessing tool that uses FreeMarker
templates. It process entire directories recursively. It can be used for
generating complete static websites, source code, configuration files, etc.
It can insert data from sources like CSV, XML, and JSON into the generated
files. You can add new kind of data sources in Java.
  
FMPP can be used with UN*X-style command-line interface, or as Ant task, or
can be embedded into your application using its Java API.

FMPP was written in Java, thus it runs on all modern platforms (Windows,
"Linux", OS X, etc.).

FMPP is Free software under Apache License 2.0.


Documentation
-------------

Open documentation.html (or docs/index.html)


Installing FMPP
---------------

See in the documentation (or just open docs/installing.html)


Building FMPP
-------------

Read BUILD.txt


License
-------

FMPP is Free software released under Apache License 2.0. For more information
read the LICENSE.txt.

Note that the full FMPP distribution (but not fmpp.jar itself) contains
components from various copyright owners under different licenses. See
LICENSE.txt for more information.


Attributions
------------

This product includes software developed by the
Apache Software Foundation (http://www.apache.org/).

The documentation and Web site of this product uses
Entypo pictograms by Daniel Bruce (http://www.entypo.com/).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].