You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2020/03/10 18:28:58 UTC

[freemarker-site] branch master updated: FREEMARKER-137: Distinguish pre-ASF releases from ASF releases

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 de7c93f  FREEMARKER-137: Distinguish pre-ASF releases from ASF releases
de7c93f is described below

commit de7c93fc029a15d005afefc360bd91ae87df8f28
Author: ddekany <dd...@apache.org>
AuthorDate: Tue Mar 10 19:28:51 2020 +0100

    FREEMARKER-137: Distinguish pre-ASF releases from ASF releases
---
 src/main/docgen/book.xml | 80 ++++++++++++++++++++++--------------------------
 1 file changed, 37 insertions(+), 43 deletions(-)

diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index b780c14..bf4d27d 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -228,56 +228,50 @@ two freemarker.jar-s and unpredictable behavior!
     </simplesect>
 
     <simplesect>
-      <title>2.2.8</title>
+      <title>Old versions</title>
 
-      <para>Released on 2004-06-15. This is the latest stable release of the
-      2.2 series. Requires J2SE 1.2 or higher.</para>
-
-      <para><link
-      xlink:href="https://prdownloads.sourceforge.net/freemarker/freemarker-2.2.8.tar.gz">Download
-      freemarker-2.2.8.tar.gz</link> (1.4 MB)</para>
-    </simplesect>
-
-    <simplesect>
-      <title>2.1.5</title>
-
-      <para>Released on 2003-02-08. This is the latest stable release of the
-      2.1 series. Requires J2SE 1.3 or higher.</para>
-
-      <para><link
-      xlink:href="https://prdownloads.sourceforge.net/freemarker/freemarker-2.1.5.tar.gz">Download
-      freemarker-2.1.5.tar.gz</link> (909 KB)</para>
-    </simplesect>
-
-    <simplesect>
-      <title>2.0.3 (aka. 2.03)</title>
+      <para>Old 2.x versions starting from 2.3.24 RC01 (and higher) are
+      available from the Apache archive: <link
+      xlink:href="https://archive.apache.org/dist/incubator/freemarker/engine/">https://archive.apache.org/dist/freemarker/engine/</link>.</para>
 
-      <para>Released on 2002-06-12. The latest stable release of the 2.0
-      series. Requires J2SE 1.2 or higher.</para>
+      <para>Even older versions, <emphasis role="bold">which weren't yet
+      coming from Apache</emphasis>:</para>
 
-      <para><link
-      xlink:href="https://prdownloads.sourceforge.net/freemarker/freemarker2_03.tar.gz">Download
-      freemarker2_03.tar.gz</link> (617 KB)</para>
-    </simplesect>
+      <itemizedlist>
+        <listitem>
+          <para>2.3.x versions before 2.3.24 RC01 are available from the <link
+          xlink:href="https://sourceforge.net/projects/freemarker/files/freemarker/">SourceForge
+          download page</link>.</para>
+        </listitem>
 
-    <simplesect>
-      <title>1.x</title>
+        <listitem>
+          <para>2.2.8: Released on 2004-06-15. This is the latest stable
+          release of the 2.2 series. Requires J2SE 1.2 or higher. <link
+          xlink:href="https://prdownloads.sourceforge.net/freemarker/freemarker-2.2.8.tar.gz">Download
+          freemarker-2.2.8.tar.gz</link> (1.4 MB)</para>
+        </listitem>
 
-      <para>The FreeMarker 1.x branch continues as separate project, called
-      FreeMarker Classic. See releases on the <link
-      xlink:href="http://fm-classic.sourceforge.net/">FreeMarker Classic
-      homepage</link>!</para>
-    </simplesect>
+        <listitem>
+          <para>2.1.5: Released on 2003-02-08. This is the latest stable
+          release of the 2.1 series. Requires J2SE 1.3 or higher. <link
+          xlink:href="https://prdownloads.sourceforge.net/freemarker/freemarker-2.1.5.tar.gz">Download
+          freemarker-2.1.5.tar.gz</link> (909 KB)</para>
+        </listitem>
 
-    <simplesect>
-      <title>Other versions</title>
+        <listitem>
+          <para>2.0.3 (aka. 2.03): Released on 2002-06-12. The latest stable
+          release of the 2.0 series. Requires J2SE 1.2 or higher. <link
+          xlink:href="https://prdownloads.sourceforge.net/freemarker/freemarker2_03.tar.gz">Download
+          freemarker2_03.tar.gz</link> (617 KB)</para>
+        </listitem>
 
-      <para>Old 2.x versions starting from 2.3.24 RC01 (and higher) are
-      available from the Apache archive: <link
-      xlink:href="https://archive.apache.org/dist/incubator/freemarker/engine/">https://archive.apache.org/dist/freemarker/engine/</link>.
-      2.x versions before 2.3.24 RC01 are available from the <link
-      xlink:href="https://sourceforge.net/projects/freemarker/files/freemarker/">SourceForge
-      download page</link>.</para>
+        <listitem>
+          <para>1.x: The FreeMarker 1.x branch continues as separate project,
+          called FreeMarker Classic. See releases on the <link
+          xlink:href="http://fm-classic.sourceforge.net/">FreeMarker Classic
+          homepage</link>!</para>
+        </listitem>
+      </itemizedlist>
     </simplesect>
   </chapter>