You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2019/01/17 18:26:06 UTC

[freemarker-site] branch master updated: Added "File-to-file transformers" section under Tools, to give more visibility for this kind of tools.

This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/freemarker-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d83682  Added "File-to-file transformers" section under Tools, to give more visibility for this kind of tools.
9d83682 is described below

commit 9d8368282f51bfe4990f8eec330b3abd2237c2b1
Author: ddekany <dd...@apache.org>
AuthorDate: Thu Jan 17 19:26:02 2019 +0100

    Added "File-to-file transformers" section under Tools, to give more visibility for this kind of tools.
---
 src/main/docgen/book.xml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index 6a0580b..baba6bc 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -458,6 +458,39 @@ two freemarker.jar-s and unpredictable behavior!
 
       <para/>
     </section>
+
+    <section xml:id="file-to-file-transformer-tools">
+      <title>File-to-file transformers</title>
+
+      <para>This is a list of some tools made by the user community, which
+      transform one or more files to another set of files using FreeMarker.
+      They are typically called with command line interface, or as part of the
+      Ant/Maven/Gradle build process.</para>
+
+      <informaltable border="1">
+        <tbody>
+          <tr valign="top">
+            <td><link
+            xlink:href="http://fmpp.sourceforge.net/">FMPP</link></td>
+
+            <td>FMPP is a general purpose text file preprocessor tool
+            (command-line, Ant task). It can generate complete homepages (full
+            directory structure with HTML-s, images, etc.). It is extendable
+            to display data from any data sources (as database).</td>
+          </tr>
+
+          <tr valign="top">
+            <td><link
+            xlink:href="https://github.com/sgoeschl/freemarker-cli">freemarker-cli</link></td>
+
+            <td>freemarker-cli is a command line tool that transform data
+            files (JSON, CSV, XML, Excel, Java properties) to output files (of
+            any type, like HTML) with FreeMarker templates. Requires
+            Groovy.</td>
+          </tr>
+        </tbody>
+      </informaltable>
+    </section>
   </chapter>
 
   <chapter>