Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master f00644a42 -> 9e4cbcb1b


Added short product description at the top of the download page in order to be 
compliant with
http://www.apache.org/foundation/marks/pmcs#naming


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/f9e712b8
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/f9e712b8
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/f9e712b8

Branch: refs/heads/master
Commit: f9e712b8b9755124109f26cbc0f34af439b66cb9
Parents: f00644a
Author: Jacopo Cappellato <jacopo.cappell...@gmail.com>
Authored: Wed Jan 18 14:47:45 2017 +0100
Committer: Jacopo Cappellato <jacopo.cappell...@gmail.com>
Committed: Wed Jan 18 14:47:45 2017 +0100

----------------------------------------------------------------------
 src/main/docgen/book.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/f9e712b8/src/main/docgen/book.xml
----------------------------------------------------------------------
diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index 767e044..d38a1e5 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -129,6 +129,10 @@
   <chapter xml:id="freemarkerdownload">
     <title>Download / Maven</title>
 
+    <para>Apache FreeMarker is a template engine: a Java library to generate
+    text output (HTML web pages, e-mails, configuration files, source code,
+    etc.) based on templates and changing data.</para>
+
     <para><emphasis role="bold">Dependencies:</emphasis> FreeMarker has no
     required dependencies, except Java (Standard Edition) itself, with the
     minimum version indicated for each download below.</para>

Reply via email to