Skip to content

Commit 97bc9b8

Browse files
committed
(Manual: Added ®)
1 parent 04a57e4 commit 97bc9b8

File tree

1 file changed

+9
-6
lines changed
  • freemarker-manual/src/main/docgen/en_US

1 file changed

+9
-6
lines changed

freemarker-manual/src/main/docgen/en_US/book.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
<book conformance="docgen" version="5.0" xml:lang="en"
2121
xmlns="http://docbook.org/ns/docbook"
2222
xmlns:xlink="http://www.w3.org/1999/xlink"
23-
>
23+
xmlns:ns5="http://www.w3.org/2000/svg"
24+
xmlns:ns4="http://www.w3.org/1998/Math/MathML"
25+
xmlns:ns3="http://www.w3.org/1999/xhtml"
26+
xmlns:ns="http://docbook.org/ns/docbook">
2427
<info>
2528
<title>Apache FreeMarker Manual</title>
2629

@@ -32,11 +35,11 @@
3235
<preface role="index.html" xml:id="preface">
3336
<title>What is Apache FreeMarker?</title>
3437

35-
<para>FreeMarker is a <emphasis>template engine</emphasis>: a generic tool
36-
to generate text output (HTML web pages, e-mails, configuration files,
37-
source code, etc.) based on templates and changing data. It's not an
38-
application for end-users in itself, but a Java library, a component that
39-
programmers can embed into their products.</para>
38+
<para>FreeMarker® is a <emphasis>template engine</emphasis>: a generic
39+
tool to generate text output (HTML web pages, e-mails, configuration
40+
files, source code, etc.) based on templates and changing data. It's not
41+
an application for end-users in itself, but a Java library, a component
42+
that programmers can embed into their products.</para>
4043

4144
<para>Templates are written in the FreeMarker Template Language (FTL).
4245
It's a simple, specialized language, <emphasis>not</emphasis> a full-blown

0 commit comments

Comments
 (0)