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 97687d74 Put ® into superscript
97687d74 is described below
commit 97687d748a9934b0bb8755f4393e5ecbb993187b
Author: ddekany <[email protected]>
AuthorDate: Sun Jun 22 17:14:04 2025 +0200
Put ® into superscript
---
pom.xml | 2 +-
src/main/docgen/book.xml | 27 ++++++++++++++-------------
2 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index 97bf8f2b..306c8c86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<plugin>
<groupId>org.apache.freemarker.docgen</groupId>
<artifactId>freemarker-docgen-maven</artifactId>
- <version>0.0.3-SNAPSHOT</version>
+ <version>0.0.5-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>
diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index 084ab3b9..0532a722 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -24,21 +24,22 @@
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<superscript>®</superscript></title>
<chapter role="index.html" xml:id="what-is-freemarker">
- <title>What is Apache FreeMarker®?</title>
-
- <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,
- specialized language (not a full-blown programming language like PHP).
- Usually, a general-purpose programming language (like Java) is used to
- prepare the data (issue database queries, do business calculations). Then,
- Apache FreeMarker displays that prepared data using templates. In the
- template you are focusing on how to present the data, and outside the
- template you are focusing on what data to present.</para>
+ <title>What is Apache FreeMarker<superscript>®</superscript>?</title>
+
+ <para>Apache FreeMarker<superscript>®</superscript> 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, specialized
+ language (not a full-blown programming language like PHP). Usually, a
+ general-purpose programming language (like Java) is used to prepare the
+ data (issue database queries, do business calculations). Then, Apache
+ FreeMarker displays that prepared data using templates. In the template
+ you are focusing on how to present the data, and outside the template you
+ are focusing on what data to present.</para>
<mediaobject>
<imageobject>