|
20 | 20 | <book conformance="docgen" version="5.0" xml:lang="en" |
21 | 21 | xmlns="http://docbook.org/ns/docbook" |
22 | 22 | 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"> |
24 | 27 | <info> |
25 | 28 | <title>Apache FreeMarker Manual</title> |
26 | 29 |
|
|
32 | 35 | <preface role="index.html" xml:id="preface"> |
33 | 36 | <title>What is Apache FreeMarker?</title> |
34 | 37 |
|
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> |
40 | 43 |
|
41 | 44 | <para>Templates are written in the FreeMarker Template Language (FTL). |
42 | 45 | It's a simple, specialized language, <emphasis>not</emphasis> a full-blown |
|
0 commit comments