This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/freemarker-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new acdfee7 Site updates, mostly in release description.
acdfee7 is described below
commit acdfee7ce4c9e212ee1df7b27fd64e3c9edfe96d
Author: ddekany <[email protected]>
AuthorDate: Sun Feb 16 20:21:07 2020 +0100
Site updates, mostly in release description.
---
committer-howto.html | 89 ++++++++++++++++++------------------
contribute.html | 10 ++--
editors.html | 10 ++--
file-to-file-transformer-tools.html | 10 ++--
freemarkerdownload.html | 10 ++--
history.html | 10 ++--
index.html | 10 ++--
mailing-lists.html | 37 +++------------
poweredBy.html | 16 +++----
report-security-vulnerabilities.html | 10 ++--
sourcecode.html | 10 ++--
toc.js | 8 ----
12 files changed, 99 insertions(+), 131 deletions(-)
diff --git a/committer-howto.html b/committer-howto.html
index d609e66..436a0ae 100644
--- a/committer-howto.html
+++ b/committer-howto.html
@@ -14,7 +14,7 @@
<link rel="canonical"
href="https://freemarker.apache.org/committer-howto.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono">
-<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1566152527981">
+<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1581880597826">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -36,8 +36,8 @@ ga('send', 'pageview');
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["Apache FreeMarker™","Community","Committer
how-to"];</script>
- <script src="toc.js?1566152527981"></script>
- <script src="docgen-resources/main.min.js?1566152527981"></script>
+ <script src="toc.js?1581880597826"></script>
+ <script src="docgen-resources/main.min.js?1581880597826"></script>
<div class="side-toc-logos">
<div class="side-toc-logo">
<a href="https://www.apache.org/events/current-event.html"
target="_blank"><img
src="https://www.apache.org/events/current-event-234x60.png" alt="Apache
Incubator" /></a>
@@ -208,27 +208,6 @@ ga('send', 'pageview');
<ul>
<li>
- <p>Releases with non-trivial changes should have at least one
- Release Candidate (RC01) release, which is legally a normal
- release (not just a internal/developer one), and is promoted for
- at least 1 month on our web page. The differences to a final
- release are these:</p>
-
- <ul>
- <li>
- <p>RC-s aren't released to the Maven Central
- Repository</p>
- </li>
-
- <li>
- <p>RC documentation (Manual + JavaDoc) is only published
- under
-
https://freemarker.apache.org/builds/<em>X.X.X</em>-rc<em>X</em>/</p>
- </li>
- </ul>
- </li>
-
- <li>
<p>The official release is provided as source code to build the
project (src tar.gz). For the convenience of users the release is
also accompanied by compiled binaries (bin tar.gz, which also
@@ -237,13 +216,6 @@ ga('send', 'pageview');
</li>
<li>
- <p>The same two artifacts should also be released (uploaded for
- download) on <a
href="https://sourceforge.net/projects/freemarker/">https://sourceforge.net/projects/freemarker/</a>.
- We add a note there to indicate that the canonical download is the
- one from Apache.</p>
- </li>
-
- <li>
<p>Releases should have a usual jar artifact, an src artifact
and javadoc artifact either in the Apache Maven staging repository
(for RC-s), or in the Maven Central Repository (for
@@ -257,6 +229,33 @@ ga('send', 'pageview');
changes should be made in the 2.3-gae branch, and then merged into
the 2.3 branch (unless a change only applies to 2.3).</p>
</li>
+
+ <li>
+ <p>Releases with deeper changes sometimes should have one or
+ more Release Candidate releases (RC01, RC02, etc.), which is
+ legally a normal release (not just a internal/developer one), and
+ is promoted on our web page. The differences to a final release
+ are these:</p>
+
+ <ul>
+ <li>
+ <p>RC-s aren't released to the Maven Central Repository,
+ only to the Apache Maven repository</p>
+ </li>
+
+ <li>
+ <p>RC documentation (Manual + JavaDoc) is only published
+ under
+
https://freemarker.apache.org/builds/<em>X.X.X</em>-rc<em>X</em>/</p>
+ </li>
+
+ <li>
+ <p>RC-s promise no backward compatibility for the new
+ features they add; they may be redesigned or dropped till the
+ final release comes out.</p>
+ </li>
+ </ul>
+ </li>
</ul>
<p>The steps of making a release:</p>
@@ -272,7 +271,7 @@ ga('send', 'pageview');
history of the Manual is up to date. Also the release date Version
history section of the Manual has to be updated. That's tricky
as
you can't know it exactly, yet you can't change it when
the actual
- release is about to hapen, as that would change the release
+ release is about to happen, as that would change the release
artifacts that were voted upon. So write the current date and
"+ release process" after it; that's how it will be
in the released artifacts.</p>
@@ -330,7 +329,10 @@ ga('send', 'pageview');
<li>
<p>SVN commit the release files into the proper subdirectory of
https://dist.apache.org/repos/dist/<strong>dev</strong>/freemarker. Note that
this is
- "dev/", not "release/"!</p>
+ "dev/", not "release/"! You will likely
+ find the "dev" directory empty, so see the proper
+ layout under the "release" directory as a sample, but
+ don't commit to there accidentally.</p>
</li>
<li>
@@ -340,7 +342,10 @@ ga('send', 'pageview');
<li>
<p>If your Maven <code
class="inline-code">settings-security.xml</code>
is relocated to an encrypted storage (recommended), mount it,
- otherwise you will get 401 error when uploading.</p>
+ otherwise you will get 401 error when uploading. (How
that's
+ done: create a file called settings-security.xml next to
+ ~/.m2/settings.xml, with content
+ <code
class="inline-code"><settingsSecurity><relocation><em
class="code-color">your-decrypted-storage-mount</em>/settings-security.xml</relocation></settingsSecurity></code>)</p>
</li>
<li>
@@ -348,7 +353,7 @@ ga('send', 'pageview');
</li>
<li>
- <p>Go to <a
href="http://repository.apache.org/">http://repository.apache.org/</a>,
+ <p>Go to <a
href="https://repository.apache.org/">https://repository.apache.org/</a>,
log in, chose "Staging Repositories", find and
click the repository just created. Check the upload files
manually (on the "Content" tab). Then
@@ -361,8 +366,9 @@ ga('send', 'pageview');
</li>
<li>
- <p>Upload the content of <code
class="inline-code">documentation/_html</code>
- from the binary release to
https://freemarker.apache.org/<strong>builds/<em>X.X.X</em>-voting</strong>/
+ <p>Upload the content <em>inside</em>
+ <code class="inline-code">documentation/_html</code> from the
binary release to
+
https://freemarker.apache.org/<strong>builds/<em>X.X.X</em>-voting</strong>/
(by committing it into the "asf-site" branch of
https://git-wip-us.apache.org/repos/asf/freemarker-site.git). The
change log will be a link pointing to a page inside this.</p>
@@ -538,11 +544,6 @@ ga('send', 'pageview');
<li>
<p>On <a
href="https://twitter.com/freemarker">https://twitter.com/freemarker</a></p>
</li>
-
- <li>
- <p>On the old FreeMarker mailing lists: freemarker-user,
- freemarker-devel, freemarker-announce</p>
- </li>
</ul>
</li>
@@ -730,9 +731,9 @@ ga('send', 'pageview');
</div>
<div class="site-footer"><div class="site-width"><div class="footer-top"><div
class="col-left sitemap"><div class="column"><h3
class="column-header">Overview</h3><ul><li><a href="index.html">What is
FreeMarker?</a></li><li><a
href="freemarkerdownload.html">Download</a></li><li><a
href="docs/app_versions.html">Version history</a></li><li><a
href="history.html">About us</a></li><li><a itemprop="license"
href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3
class=" [...]
Last generated:
-<time itemprop="dateModified" datetime="2019-08-18T18:22:07Z" title="Sunday,
August 18, 2019 6:22:07 PM GMT">2019-08-18 18:22:07 GMT</time> </p>
+<time itemprop="dateModified" datetime="2020-02-16T19:16:37Z" title="Sunday,
February 16, 2020 7:16:37 PM GMT">2020-02-16 19:16:37 GMT</time> </p>
<p class="copyright">
-© <span itemprop="copyrightYear">1999</span>–2019
+© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder"
href="http://apache.org/">The Apache Software Foundation</a>. Apache
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo
are trademarks of The Apache Software Foundation. All other marks mentioned may
be trademarks or registered trademarks of their respective owners. </p>
</div></div></div></body>
</html>
diff --git a/contribute.html b/contribute.html
index 8d85d04..da466d6 100644
--- a/contribute.html
+++ b/contribute.html
@@ -14,7 +14,7 @@
<link rel="canonical" href="https://freemarker.apache.org/contribute.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono">
-<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1566152527981">
+<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1581880597826">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -36,8 +36,8 @@ ga('send', 'pageview');
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["Apache FreeMarker™","Community","Contributors
wanted!"];</script>
- <script src="toc.js?1566152527981"></script>
- <script src="docgen-resources/main.min.js?1566152527981"></script>
+ <script src="toc.js?1581880597826"></script>
+ <script src="docgen-resources/main.min.js?1581880597826"></script>
<div class="side-toc-logos">
<div class="side-toc-logo">
<a href="https://www.apache.org/events/current-event.html"
target="_blank"><img
src="https://www.apache.org/events/current-event-234x60.png" alt="Apache
Incubator" /></a>
@@ -231,9 +231,9 @@ ga('send', 'pageview');
</div>
<div class="site-footer"><div class="site-width"><div class="footer-top"><div
class="col-left sitemap"><div class="column"><h3
class="column-header">Overview</h3><ul><li><a href="index.html">What is
FreeMarker?</a></li><li><a
href="freemarkerdownload.html">Download</a></li><li><a
href="docs/app_versions.html">Version history</a></li><li><a
href="history.html">About us</a></li><li><a itemprop="license"
href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3
class=" [...]
Last generated:
-<time itemprop="dateModified" datetime="2019-08-18T18:22:07Z" title="Sunday,
August 18, 2019 6:22:07 PM GMT">2019-08-18 18:22:07 GMT</time> </p>
+<time itemprop="dateModified" datetime="2020-02-16T19:16:37Z" title="Sunday,
February 16, 2020 7:16:37 PM GMT">2020-02-16 19:16:37 GMT</time> </p>
<p class="copyright">
-© <span itemprop="copyrightYear">1999</span>–2019
+© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder"
href="http://apache.org/">The Apache Software Foundation</a>. Apache
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo
are trademarks of The Apache Software Foundation. All other marks mentioned may
be trademarks or registered trademarks of their respective owners. </p>
</div></div></div></body>
</html>
diff --git a/editors.html b/editors.html
index 795e04d..101269a 100644
--- a/editors.html
+++ b/editors.html
@@ -14,7 +14,7 @@
<link rel="canonical" href="https://freemarker.apache.org/editors.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono">
-<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1566152527981">
+<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1581880597826">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -36,8 +36,8 @@ ga('send', 'pageview');
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["Apache FreeMarker™","Tooling","Editor and IDE
plugins"];</script>
- <script src="toc.js?1566152527981"></script>
- <script src="docgen-resources/main.min.js?1566152527981"></script>
+ <script src="toc.js?1581880597826"></script>
+ <script src="docgen-resources/main.min.js?1581880597826"></script>
<div class="side-toc-logos">
<div class="side-toc-logo">
<a href="https://www.apache.org/events/current-event.html"
target="_blank"><img
src="https://www.apache.org/events/current-event-234x60.png" alt="Apache
Incubator" /></a>
@@ -205,9 +205,9 @@ ga('send', 'pageview');
</div>
<div class="site-footer"><div class="site-width"><div class="footer-top"><div
class="col-left sitemap"><div class="column"><h3
class="column-header">Overview</h3><ul><li><a href="index.html">What is
FreeMarker?</a></li><li><a
href="freemarkerdownload.html">Download</a></li><li><a
href="docs/app_versions.html">Version history</a></li><li><a
href="history.html">About us</a></li><li><a itemprop="license"
href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3
class=" [...]
Last generated:
-<time itemprop="dateModified" datetime="2019-08-18T18:22:07Z" title="Sunday,
August 18, 2019 6:22:07 PM GMT">2019-08-18 18:22:07 GMT</time> </p>
+<time itemprop="dateModified" datetime="2020-02-16T19:16:37Z" title="Sunday,
February 16, 2020 7:16:37 PM GMT">2020-02-16 19:16:37 GMT</time> </p>
<p class="copyright">
-© <span itemprop="copyrightYear">1999</span>–2019
+© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder"
href="http://apache.org/">The Apache Software Foundation</a>. Apache
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo
are trademarks of The Apache Software Foundation. All other marks mentioned may
be trademarks or registered trademarks of their respective owners. </p>
</div></div></div></body>
</html>
diff --git a/file-to-file-transformer-tools.html
b/file-to-file-transformer-tools.html
index aecfb71..73586ad 100644
--- a/file-to-file-transformer-tools.html
+++ b/file-to-file-transformer-tools.html
@@ -14,7 +14,7 @@
<link rel="canonical"
href="https://freemarker.apache.org/file-to-file-transformer-tools.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono">
-<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1566152527981">
+<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1581880597826">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -36,8 +36,8 @@ ga('send', 'pageview');
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["Apache FreeMarker™","Tooling","File-to-file
transformers"];</script>
- <script src="toc.js?1566152527981"></script>
- <script src="docgen-resources/main.min.js?1566152527981"></script>
+ <script src="toc.js?1581880597826"></script>
+ <script src="docgen-resources/main.min.js?1581880597826"></script>
<div class="side-toc-logos">
<div class="side-toc-logo">
<a href="https://www.apache.org/events/current-event.html"
target="_blank"><img
src="https://www.apache.org/events/current-event-234x60.png" alt="Apache
Incubator" /></a>
@@ -84,9 +84,9 @@ ga('send', 'pageview');
</div>
<div class="site-footer"><div class="site-width"><div class="footer-top"><div
class="col-left sitemap"><div class="column"><h3
class="column-header">Overview</h3><ul><li><a href="index.html">What is
FreeMarker?</a></li><li><a
href="freemarkerdownload.html">Download</a></li><li><a
href="docs/app_versions.html">Version history</a></li><li><a
href="history.html">About us</a></li><li><a itemprop="license"
href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3
class=" [...]
Last generated:
-<time itemprop="dateModified" datetime="2019-08-18T18:22:07Z" title="Sunday,
August 18, 2019 6:22:07 PM GMT">2019-08-18 18:22:07 GMT</time> </p>
+<time itemprop="dateModified" datetime="2020-02-16T19:16:37Z" title="Sunday,
February 16, 2020 7:16:37 PM GMT">2020-02-16 19:16:37 GMT</time> </p>
<p class="copyright">
-© <span itemprop="copyrightYear">1999</span>–2019
+© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder"
href="http://apache.org/">The Apache Software Foundation</a>. Apache
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo
are trademarks of The Apache Software Foundation. All other marks mentioned may
be trademarks or registered trademarks of their respective owners. </p>
</div></div></div></body>
</html>
diff --git a/freemarkerdownload.html b/freemarkerdownload.html
index 2bcc5fe..a472584 100644
--- a/freemarkerdownload.html
+++ b/freemarkerdownload.html
@@ -14,7 +14,7 @@
<link rel="canonical"
href="https://freemarker.apache.org/freemarkerdownload.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono">
-<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1566152527981">
+<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1581880597826">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -36,8 +36,8 @@ ga('send', 'pageview');
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["Apache FreeMarker™","Download /
Maven"];</script>
- <script src="toc.js?1566152527981"></script>
- <script src="docgen-resources/main.min.js?1566152527981"></script>
+ <script src="toc.js?1581880597826"></script>
+ <script src="docgen-resources/main.min.js?1581880597826"></script>
<div class="side-toc-logos">
<div class="side-toc-logo">
<a href="https://www.apache.org/events/current-event.html"
target="_blank"><img
src="https://www.apache.org/events/current-event-234x60.png" alt="Apache
Incubator" /></a>
@@ -207,9 +207,9 @@ two freemarker.jar-s and unpredictable behavior!
</div>
<div class="site-footer"><div class="site-width"><div class="footer-top"><div
class="col-left sitemap"><div class="column"><h3
class="column-header">Overview</h3><ul><li><a href="index.html">What is
FreeMarker?</a></li><li><a
href="freemarkerdownload.html">Download</a></li><li><a
href="docs/app_versions.html">Version history</a></li><li><a
href="history.html">About us</a></li><li><a itemprop="license"
href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3
class=" [...]
Last generated:
-<time itemprop="dateModified" datetime="2019-08-18T18:22:07Z" title="Sunday,
August 18, 2019 6:22:07 PM GMT">2019-08-18 18:22:07 GMT</time> </p>
+<time itemprop="dateModified" datetime="2020-02-16T19:16:37Z" title="Sunday,
February 16, 2020 7:16:37 PM GMT">2020-02-16 19:16:37 GMT</time> </p>
<p class="copyright">
-© <span itemprop="copyrightYear">1999</span>–2019
+© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder"
href="http://apache.org/">The Apache Software Foundation</a>. Apache
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo
are trademarks of The Apache Software Foundation. All other marks mentioned may
be trademarks or registered trademarks of their respective owners. </p>
</div></div></div></body>
</html>
diff --git a/history.html b/history.html
index 97f4f38..978b9b9 100644
--- a/history.html
+++ b/history.html
@@ -14,7 +14,7 @@
<link rel="canonical" href="https://freemarker.apache.org/history.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono">
-<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1566152527981">
+<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1581880597826">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -36,8 +36,8 @@ ga('send', 'pageview');
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["Apache FreeMarker™","Community","Project
history"];</script>
- <script src="toc.js?1566152527981"></script>
- <script src="docgen-resources/main.min.js?1566152527981"></script>
+ <script src="toc.js?1581880597826"></script>
+ <script src="docgen-resources/main.min.js?1581880597826"></script>
<div class="side-toc-logos">
<div class="side-toc-logo">
<a href="https://www.apache.org/events/current-event.html"
target="_blank"><img
src="https://www.apache.org/events/current-event-234x60.png" alt="Apache
Incubator" /></a>
@@ -134,9 +134,9 @@ ga('send', 'pageview');
</div>
<div class="site-footer"><div class="site-width"><div class="footer-top"><div
class="col-left sitemap"><div class="column"><h3
class="column-header">Overview</h3><ul><li><a href="index.html">What is
FreeMarker?</a></li><li><a
href="freemarkerdownload.html">Download</a></li><li><a
href="docs/app_versions.html">Version history</a></li><li><a
href="history.html">About us</a></li><li><a itemprop="license"
href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3
class=" [...]
Last generated:
-<time itemprop="dateModified" datetime="2019-08-18T18:22:07Z" title="Sunday,
August 18, 2019 6:22:07 PM GMT">2019-08-18 18:22:07 GMT</time> </p>
+<time itemprop="dateModified" datetime="2020-02-16T19:16:37Z" title="Sunday,
February 16, 2020 7:16:37 PM GMT">2020-02-16 19:16:37 GMT</time> </p>
<p class="copyright">
-© <span itemprop="copyrightYear">1999</span>–2019
+© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder"
href="http://apache.org/">The Apache Software Foundation</a>. Apache
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo
are trademarks of The Apache Software Foundation. All other marks mentioned may
be trademarks or registered trademarks of their respective owners. </p>
</div></div></div></body>
</html>
diff --git a/index.html b/index.html
index cd8f892..c91eb96 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
<link rel="canonical" href="https://freemarker.apache.org/index.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono">
-<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1566152527981">
+<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1581880597826">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -38,8 +38,8 @@ ga('send', 'pageview');
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["Apache FreeMarker™","What is Apache
FreeMarker™?"];</script>
- <script src="toc.js?1566152527981"></script>
- <script src="docgen-resources/main.min.js?1566152527981"></script>
+ <script src="toc.js?1581880597826"></script>
+ <script src="docgen-resources/main.min.js?1581880597826"></script>
<div class="side-toc-logos">
<div class="side-toc-logo">
<a href="https://www.apache.org/events/current-event.html"
target="_blank"><img
src="https://www.apache.org/events/current-event-234x60.png" alt="Apache
Incubator" /></a>
@@ -128,9 +128,9 @@ ga('send', 'pageview');
</div>
<div class="site-footer"><div class="site-width"><div class="footer-top"><div
class="col-left sitemap"><div class="column"><h3
class="column-header">Overview</h3><ul><li><a href="index.html">What is
FreeMarker?</a></li><li><a
href="freemarkerdownload.html">Download</a></li><li><a
href="docs/app_versions.html">Version history</a></li><li><a
href="history.html">About us</a></li><li><a itemprop="license"
href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3
class=" [...]
Last generated:
-<time itemprop="dateModified" datetime="2019-08-18T18:22:07Z" title="Sunday,
August 18, 2019 6:22:07 PM GMT">2019-08-18 18:22:07 GMT</time> </p>
+<time itemprop="dateModified" datetime="2020-02-16T19:16:37Z" title="Sunday,
February 16, 2020 7:16:37 PM GMT">2020-02-16 19:16:37 GMT</time> </p>
<p class="copyright">
-© <span itemprop="copyrightYear">1999</span>–2019
+© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder"
href="http://apache.org/">The Apache Software Foundation</a>. Apache
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo
are trademarks of The Apache Software Foundation. All other marks mentioned may
be trademarks or registered trademarks of their respective owners. </p>
</div></div></div></body>
</html>
diff --git a/mailing-lists.html b/mailing-lists.html
index 786b20a..ce2eb66 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -14,7 +14,7 @@
<link rel="canonical" href="https://freemarker.apache.org/mailing-lists.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono">
-<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1566152527981">
+<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1581880597826">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -36,8 +36,8 @@ ga('send', 'pageview');
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["Apache FreeMarker™","Community","Discuss on
mailing lists"];</script>
- <script src="toc.js?1566152527981"></script>
- <script src="docgen-resources/main.min.js?1566152527981"></script>
+ <script src="toc.js?1581880597826"></script>
+ <script src="docgen-resources/main.min.js?1581880597826"></script>
<div class="side-toc-logos">
<div class="side-toc-logo">
<a href="https://www.apache.org/events/current-event.html"
target="_blank"><img
src="https://www.apache.org/events/current-event-234x60.png" alt="Apache
Incubator" /></a>
@@ -67,38 +67,13 @@ ga('send', 'pageview');
</li>
</ul><p>The above mailing lists are hosted by the Apache Software
Foundation. For more information about managing mailing lists, <a
href="http://apache.org/foundation/mailinglists.html">see this
- page...</a></p><p>The mailing list archive can be found <a
href="https://lists.apache.org/[email protected]">here...</a></p>
-
-
-
-
-<h2 class="content-header header-simplesect" id="autoid_21">Retired mailing
lists</h2>
-
-
- <p>These are the lists on sourceforge.net, which
- <em>shouldn't be used anymore</em>.</p>
-
- <p>Archives of <em>retired</em> lists:</p>
-
- <ul>
- <li>
- <p><a
href="http://news.gmane.org/gmane.comp.web.freemarker.user">[email protected]</a></p>
- </li>
-
- <li>
- <p><a
href="http://news.gmane.org/gmane.comp.web.freemarker.devel">[email protected]</a></p>
- </li>
- </ul>
-
- <p><a href="https://sourceforge.net/p/freemarker/mailman/">Manage
- <em>retired</em> list subscriptions...</a></p>
- </div></div> </div>
+ page...</a></p><p>The mailing list archive can be found <a
href="https://lists.apache.org/[email protected]">here...</a></p></div></div>
</div>
</div>
<div class="site-footer"><div class="site-width"><div class="footer-top"><div
class="col-left sitemap"><div class="column"><h3
class="column-header">Overview</h3><ul><li><a href="index.html">What is
FreeMarker?</a></li><li><a
href="freemarkerdownload.html">Download</a></li><li><a
href="docs/app_versions.html">Version history</a></li><li><a
href="history.html">About us</a></li><li><a itemprop="license"
href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3
class=" [...]
Last generated:
-<time itemprop="dateModified" datetime="2019-08-18T18:22:07Z" title="Sunday,
August 18, 2019 6:22:07 PM GMT">2019-08-18 18:22:07 GMT</time> </p>
+<time itemprop="dateModified" datetime="2020-02-16T19:16:37Z" title="Sunday,
February 16, 2020 7:16:37 PM GMT">2020-02-16 19:16:37 GMT</time> </p>
<p class="copyright">
-© <span itemprop="copyrightYear">1999</span>–2019
+© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder"
href="http://apache.org/">The Apache Software Foundation</a>. Apache
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo
are trademarks of The Apache Software Foundation. All other marks mentioned may
be trademarks or registered trademarks of their respective owners. </p>
</div></div></div></body>
</html>
diff --git a/poweredBy.html b/poweredBy.html
index 242f8d2..080215b 100644
--- a/poweredBy.html
+++ b/poweredBy.html
@@ -14,7 +14,7 @@
<link rel="canonical" href="https://freemarker.apache.org/poweredBy.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono">
-<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1566152527981">
+<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1581880597826">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -36,8 +36,8 @@ ga('send', 'pageview');
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["Apache FreeMarker™","Community","Who uses
FreeMarker?"];</script>
- <script src="toc.js?1566152527981"></script>
- <script src="docgen-resources/main.min.js?1566152527981"></script>
+ <script src="toc.js?1581880597826"></script>
+ <script src="docgen-resources/main.min.js?1581880597826"></script>
<div class="side-toc-logos">
<div class="side-toc-logo">
<a href="https://www.apache.org/events/current-event.html"
target="_blank"><img
src="https://www.apache.org/events/current-event-234x60.png" alt="Apache
Incubator" /></a>
@@ -57,7 +57,7 @@ ga('send', 'pageview');
-<h2 class="content-header header-simplesect" id="autoid_22">Software that
incorporates FreeMarker</h2>
+<h2 class="content-header header-simplesect" id="autoid_20">Software that
incorporates FreeMarker</h2>
<div class="table-responsive">
@@ -407,7 +407,7 @@ ga('send', 'pageview');
-<h2 class="content-header header-simplesect" id="autoid_23">Web application
frameworks that support FreeMarker
+<h2 class="content-header header-simplesect" id="autoid_21">Web application
frameworks that support FreeMarker
"views"</h2>
@@ -541,7 +541,7 @@ ga('send', 'pageview');
-<h2 class="content-header header-simplesect" id="autoid_24">Websites generated
by FreeMarker</h2>
+<h2 class="content-header header-simplesect" id="autoid_22">Websites generated
by FreeMarker</h2>
<div class="table-responsive">
@@ -674,9 +674,9 @@ ga('send', 'pageview');
</div>
<div class="site-footer"><div class="site-width"><div class="footer-top"><div
class="col-left sitemap"><div class="column"><h3
class="column-header">Overview</h3><ul><li><a href="index.html">What is
FreeMarker?</a></li><li><a
href="freemarkerdownload.html">Download</a></li><li><a
href="docs/app_versions.html">Version history</a></li><li><a
href="history.html">About us</a></li><li><a itemprop="license"
href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3
class=" [...]
Last generated:
-<time itemprop="dateModified" datetime="2019-09-04T19:46:57Z"
title="Wednesday, September 4, 2019 7:46:57 PM GMT">2019-09-04 19:46:57
GMT</time> </p>
+<time itemprop="dateModified" datetime="2020-02-16T19:16:37Z" title="Sunday,
February 16, 2020 7:16:37 PM GMT">2020-02-16 19:16:37 GMT</time> </p>
<p class="copyright">
-© <span itemprop="copyrightYear">1999</span>–2019
+© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder"
href="http://apache.org/">The Apache Software Foundation</a>. Apache
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo
are trademarks of The Apache Software Foundation. All other marks mentioned may
be trademarks or registered trademarks of their respective owners. </p>
</div></div></div></body>
</html>
diff --git a/report-security-vulnerabilities.html
b/report-security-vulnerabilities.html
index b3a90f8..93ef771 100644
--- a/report-security-vulnerabilities.html
+++ b/report-security-vulnerabilities.html
@@ -14,7 +14,7 @@
<link rel="canonical"
href="https://freemarker.apache.org/report-security-vulnerabilities.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono">
-<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1566152527981">
+<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1581880597826">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -36,8 +36,8 @@ ga('send', 'pageview');
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["Apache FreeMarker™","Community","Report
security vulnerability"];</script>
- <script src="toc.js?1566152527981"></script>
- <script src="docgen-resources/main.min.js?1566152527981"></script>
+ <script src="toc.js?1581880597826"></script>
+ <script src="docgen-resources/main.min.js?1581880597826"></script>
<div class="side-toc-logos">
<div class="side-toc-logo">
<a href="https://www.apache.org/events/current-event.html"
target="_blank"><img
src="https://www.apache.org/events/current-event-234x60.png" alt="Apache
Incubator" /></a>
@@ -58,9 +58,9 @@ ga('send', 'pageview');
</div>
<div class="site-footer"><div class="site-width"><div class="footer-top"><div
class="col-left sitemap"><div class="column"><h3
class="column-header">Overview</h3><ul><li><a href="index.html">What is
FreeMarker?</a></li><li><a
href="freemarkerdownload.html">Download</a></li><li><a
href="docs/app_versions.html">Version history</a></li><li><a
href="history.html">About us</a></li><li><a itemprop="license"
href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3
class=" [...]
Last generated:
-<time itemprop="dateModified" datetime="2019-08-18T18:22:07Z" title="Sunday,
August 18, 2019 6:22:07 PM GMT">2019-08-18 18:22:07 GMT</time> </p>
+<time itemprop="dateModified" datetime="2020-02-16T19:16:37Z" title="Sunday,
February 16, 2020 7:16:37 PM GMT">2020-02-16 19:16:37 GMT</time> </p>
<p class="copyright">
-© <span itemprop="copyrightYear">1999</span>–2019
+© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder"
href="http://apache.org/">The Apache Software Foundation</a>. Apache
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo
are trademarks of The Apache Software Foundation. All other marks mentioned may
be trademarks or registered trademarks of their respective owners. </p>
</div></div></div></body>
</html>
diff --git a/sourcecode.html b/sourcecode.html
index 0d38a42..ca4be51 100644
--- a/sourcecode.html
+++ b/sourcecode.html
@@ -14,7 +14,7 @@
<link rel="canonical" href="https://freemarker.apache.org/sourcecode.html">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono">
-<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1566152527981">
+<link rel="stylesheet" type="text/css"
href="docgen-resources/docgen.min.css?1581880597826">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -36,8 +36,8 @@ ga('send', 'pageview');
<div class="content-wrapper">
<div id="table-of-contents-wrapper" class="col-left">
<script>var breadcrumb = ["Apache FreeMarker™","Community","Source code
(Git)"];</script>
- <script src="toc.js?1566152527981"></script>
- <script src="docgen-resources/main.min.js?1566152527981"></script>
+ <script src="toc.js?1581880597826"></script>
+ <script src="docgen-resources/main.min.js?1581880597826"></script>
<div class="side-toc-logos">
<div class="side-toc-logo">
<a href="https://www.apache.org/events/current-event.html"
target="_blank"><img
src="https://www.apache.org/events/current-event-234x60.png" alt="Apache
Incubator" /></a>
@@ -108,9 +108,9 @@ ga('send', 'pageview');
</div>
<div class="site-footer"><div class="site-width"><div class="footer-top"><div
class="col-left sitemap"><div class="column"><h3
class="column-header">Overview</h3><ul><li><a href="index.html">What is
FreeMarker?</a></li><li><a
href="freemarkerdownload.html">Download</a></li><li><a
href="docs/app_versions.html">Version history</a></li><li><a
href="history.html">About us</a></li><li><a itemprop="license"
href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3
class=" [...]
Last generated:
-<time itemprop="dateModified" datetime="2019-08-18T18:22:07Z" title="Sunday,
August 18, 2019 6:22:07 PM GMT">2019-08-18 18:22:07 GMT</time> </p>
+<time itemprop="dateModified" datetime="2020-02-16T19:16:37Z" title="Sunday,
February 16, 2020 7:16:37 PM GMT">2020-02-16 19:16:37 GMT</time> </p>
<p class="copyright">
-© <span itemprop="copyrightYear">1999</span>–2019
+© <span itemprop="copyrightYear">1999</span>–2020
<a itemtype="http://schema.org/Organization" itemprop="copyrightHolder"
href="http://apache.org/">The Apache Software Foundation</a>. Apache
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo
are trademarks of The Apache Software Foundation. All other marks mentioned may
be trademarks or registered trademarks of their respective owners. </p>
</div></div></div></body>
</html>
diff --git a/toc.js b/toc.js
index b92d7e4..3d7cecb 100644
--- a/toc.js
+++ b/toc.js
@@ -104,14 +104,6 @@ var toc = {
}
,
{
-"title": "Bugs still in the old\n tracker",
-"url": "https://sourceforge.net/p/freemarker/bugs/",
-"isFile": true,
-"children": [
-]
-}
-,
-{
"title": "Ask help on Stack\n Overflow",
"url": "https://stackoverflow.com/questions/ask?tags=freemarker",
"isFile": true,