Repository: incubator-freemarker-site Updated Branches: refs/heads/master 022056e2a -> 307281e0a
Added "TM" after Apache FreeMarker on the opening page 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/d0d2f959 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/d0d2f959 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/d0d2f959 Branch: refs/heads/master Commit: d0d2f95916fd56a1772f268491ccd64ef6dbef36 Parents: 022056e Author: ddekany <[email protected]> Authored: Sun Nov 12 18:22:00 2017 +0100 Committer: ddekany <[email protected]> Committed: Sun Nov 12 18:22:00 2017 +0100 ---------------------------------------------------------------------- src/main/docgen/book.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/d0d2f959/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index dd477dc..4afbde3 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -24,12 +24,12 @@ xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> - <title>Apache FreeMarker</title> + <title>Apache FreeMarkerâ¢</title> <chapter role="index.html" xml:id="what-is-freemarker"> - <title>What is Apache FreeMarker?</title> + <title>What is Apache FreeMarkerâ¢?</title> - <para>Apache FreeMarker is a <emphasis>template engine</emphasis>: a Java + <para>Apache FreeMarker⢠is a <emphasis>template engine</emphasis>: a Java library to generate text output (HTML web pages, e-mails, configuration files, source code, etc.) based on templates and changing data. Templates are written in the FreeMarker Template Language (FTL), which is a simple,
