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 2017/11/11 18:14:26 UTC

[2/2] incubator-freemarker-site git commit: Site update to use https

Site update to use https


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/3f7896be
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/3f7896be
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/3f7896be

Branch: refs/heads/asf-site
Commit: 3f7896beaaac9bb667e7ee9883ae76e6aac66700
Parents: e093020
Author: ddekany <dd...@apache.org>
Authored: Sat Nov 11 19:14:20 2017 +0100
Committer: ddekany <dd...@apache.org>
Committed: Sat Nov 11 19:14:20 2017 +0100

----------------------------------------------------------------------
 committer-howto.html                 | 53 +++++++++++++++++++------------
 contribute.html                      | 22 ++++++-------
 editors.html                         | 26 +++++++--------
 freemarkerdownload.html              | 42 ++++++++++++------------
 history.html                         | 18 +++++------
 index.html                           | 18 +++++------
 mailing-lists.html                   | 20 ++++++------
 poweredBy.html                       | 20 ++++++------
 report-security-vulnerabilities.html | 18 +++++------
 sitemap-index.xml                    |  8 ++---
 sitemap.xml                          | 24 +++++++-------
 sourcecode.html                      | 20 ++++++------
 toc.js                               |  2 +-
 13 files changed, 151 insertions(+), 140 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/3f7896be/committer-howto.html
----------------------------------------------------------------------
diff --git a/committer-howto.html b/committer-howto.html
index 14eb4dc..e378f69 100644
--- a/committer-howto.html
+++ b/committer-howto.html
@@ -10,11 +10,11 @@
 <meta property="og:site_name" content="Apache FreeMarker">
 <meta property="og:title" content="Committer how-to">
 <meta property="og:locale" content="en_US">
-<meta property="og:url" content="http://freemarker.apache.org/committer-howto.html">
-<link rel="canonical" href="http://freemarker.apache.org/committer-howto.html">
+<meta property="og:url" content="https://freemarker.apache.org/committer-howto.html">
+<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="http://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?1510096505462">
+<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1510424020538">
 <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),
@@ -25,18 +25,18 @@ ga('send', 'pageview');
 </script>
 </head>
 <body itemscope itemtype="https://schema.org/Code">
-    <meta itemprop="url" content="http://freemarker.apache.org/">
+    <meta itemprop="url" content="https://freemarker.apache.org/">
     <meta itemprop="name" content="Apache FreeMarker">
 
   <!--[if lte IE 9]>
   <div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div>
-  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
+  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="https://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
 </a><ul class="tabs"><li class="current"><a href="index.html">Home</a></li><li><a href="docs/index.html">Manual</a></li><li><a class="external" href="docs/api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div>    <div class="main-content site-width">
       <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?1510096505462"></script>
-      <script src="docgen-resources/main.min.js?1510096505462"></script>
+      <script src="toc.js?1510424020538"></script>
+      <script src="docgen-resources/main.min.js?1510424020538"></script>
   </div>
 <div class="col-right"><div class="page-content"><div class="page-title"><div class="title-wrapper">
 <h1 class="content-header header-section1" id="committer-howto" itemprop="headline">Committer how-to</h1>
@@ -85,7 +85,18 @@ ga('send', 'pageview');
 
         <ul>
           <li>
-            <p>The contributor has an ICLA or CCLA at Apache (see on <a href="http://people.apache.org/">http://people.apache.org/</a>)</p>
+            <p>You have checked all the changes. In particular, the files
+            (with a few exceptions like the <code class="inline-code">README.md</code>) must
+            have the standard Apache copyright headers, and must not state
+            that they have a different license.</p>
+          </li>
+
+          <li>
+            <p>The contributor has an ICLA or CCLA at Apache (see on <a href="http://people.apache.org/">http://people.apache.org/</a>).
+            If not, the pull request can be merged only if the commit only did
+            trivial changes (like fixing typos) that would be easy to
+            replicate in case legal issues are raised later. In particular,
+            new files added is a sign that ICLA/CCLA will be needed.</p>
           </li>
 
           <li>
@@ -172,7 +183,7 @@ ga('send', 'pageview');
         Release Manager. The Release Manager should follow the procedure here,
         and should update this page where they has to deviate from it.</p>
 
-        <p>For general info about making releases, please read <a href="http://www.apache.org/legal/release-policy#archived">http://www.apache.org/legal/release-policy</a>
+        <p>For general info about making releases, please read <a href="https://www.apache.org/legal/release-policy#archived">https://www.apache.org/legal/release-policy</a>
         and <a href="http://incubator.apache.org/guides/releasemanagement.html">http://incubator.apache.org/guides/releasemanagement.html</a>.
         The FreeMarker-specific additions to those are:</p>
 
@@ -193,7 +204,7 @@ ga('send', 'pageview');
               <li>
                 <p>RC documentation (Manual + JavaDoc) is only published
                 under
-                http://freemarker.org/builds/<em>X.X.X</em>-rc<em>X</em>/</p>
+                https://freemarker.apache.org/builds/<em>X.X.X</em>-rc<em>X</em>/</p>
               </li>
             </ul>
           </li>
@@ -316,7 +327,7 @@ ga('send', 'pageview');
 
           <li>
             <p>Upload the content of <code class="inline-code">documentation/_html</code>
-            from the binary release to http://freemarker.org/<strong>builds/<em>X.X.X</em>-voting</strong>/documentation/
+            from the binary release to https://freemarker.apache.org/<strong>builds/<em>X.X.X</em>-voting</strong>/documentation/
             (by committing it into the "asf-site" branch of
             https://git-wip-us.apache.org/repos/asf/incubator-freemarker-site.git).
             The change log will be a link pointing to a page inside
@@ -393,7 +404,7 @@ ga('send', 'pageview');
 
                   <li>
                     <p>Link the change log (page under
-                    http://freemarker.org/builds/<em>X.X.X</em>/)</p>
+                    https://freemarker.apache.org/builds/<em>X.X.X</em>/)</p>
                   </li>
 
                   <li>
@@ -437,7 +448,7 @@ ga('send', 'pageview');
             https://dist.apache.org/repos/dist/<strong>dev</strong>/incubator/freemarker into the proper
             subdirectory of https://dist.apache.org/repos/dist/<strong>release</strong>/incubator/freemarker and commit
             them. (Of course get rid of any voting attempt numbers in the
-            directory names.) Now they should appear under <a href="http://www.apache.org/dist/incubator/freemarker/">http://www.apache.org/dist/incubator/freemarker/</a>.</p>
+            directory names.) Now they should appear under <a href="https://www.apache.org/dist/incubator/freemarker/">https://www.apache.org/dist/incubator/freemarker/</a>.</p>
           </li>
 
           <li>
@@ -450,7 +461,7 @@ ga('send', 'pageview');
           </li>
 
           <li>
-            <p>Wait 24 hours so that the mirrors get synced. Check <a href="http://www.apache.org/dist/incubator/freemarker/">http://www.apache.org/dist/incubator/freemarker/</a>
+            <p>Wait 24 hours so that the mirrors get synced. Check <a href="https://www.apache.org/dist/incubator/freemarker/">https://www.apache.org/dist/incubator/freemarker/</a>
             and <a href="http://archive.apache.org/dist/">http://archive.apache.org/dist/</a>.
             Check Maven Central repository too (in the case of non-RC
             releases).</p>
@@ -458,7 +469,7 @@ ga('send', 'pageview');
 
           <li>
             <p>Delete the non-latest release of each maintained branch from
-            http://www.apache.org/dist/incubator/freemarker/ (Old ones are
+            https://www.apache.org/dist/incubator/freemarker/ (Old ones are
             automatically available on http://archive.apache.org/dist/)</p>
           </li>
 
@@ -469,7 +480,7 @@ ga('send', 'pageview');
           </li>
 
           <li>
-            <p>Update http://freemarker.org:</p>
+            <p>Update https://freemarker.apache.org:</p>
 
             <ul>
               <li>
@@ -649,7 +660,7 @@ ga('send', 'pageview');
         <p>Docgen is not published to the Maven Central Repository, as it&#39;s
         only used as an internal build dependency. Currently, it&#39;s published
         manually to the internal Ivy repository of the project, which is under
-        http://freemarker.org/repos/ivy/. If you modify Docgen, don&#39;t forget
+        https://freemarker.apache.org/repos/ivy/. If you modify Docgen, don&#39;t forget
         to publish there, or else the next site update or FreeMarker release
         will use an outdated version. For that:</p>
 
@@ -661,8 +672,8 @@ ga('send', 'pageview');
           <li>
             <p>Upload the content of the resulting
             <code class="inline-code">build\dummy-server-ivy-repo</code> directory to
-            <code class="inline-code">http://freemarker.org/repos/ivy/</code>. See how to
-            update the contents of freemarker.org <a href="#updating-homepage">here...</a></p>
+            <code class="inline-code">https://freemarker.apache.org/repos/ivy/</code>. See how to
+            update the contents of freemarker.apache.org <a href="#updating-homepage">here...</a></p>
           </li>
 
           <li>
@@ -711,9 +722,9 @@ ga('send', 'pageview');
         page</a> for further guidelines.</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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
+<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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="https://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="https://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
 Last generated:
-<time itemprop="dateModified" datetime="2017-11-07T23:15:05Z" title="Tuesday, November 7, 2017 11:15:05 PM GMT">2017-11-07 23:15:05 GMT</time> </p>
+<time itemprop="dateModified" datetime="2017-11-11T18:13:40Z" title="Saturday, November 11, 2017 6:13:40 PM GMT">2017-11-11 18:13:40 GMT</time> </p>
 <p class="copyright">
 © <span itemprop="copyrightYear">1999</span>–2017
 <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. </p>

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/3f7896be/contribute.html
----------------------------------------------------------------------
diff --git a/contribute.html b/contribute.html
index a8041e4..abeeba9 100644
--- a/contribute.html
+++ b/contribute.html
@@ -10,11 +10,11 @@
 <meta property="og:site_name" content="Apache FreeMarker">
 <meta property="og:title" content="Contributors wanted!">
 <meta property="og:locale" content="en_US">
-<meta property="og:url" content="http://freemarker.apache.org/contribute.html">
-<link rel="canonical" href="http://freemarker.apache.org/contribute.html">
+<meta property="og:url" content="https://freemarker.apache.org/contribute.html">
+<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="http://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?1510096505462">
+<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1510424020538">
 <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),
@@ -25,18 +25,18 @@ ga('send', 'pageview');
 </script>
 </head>
 <body itemscope itemtype="https://schema.org/Code">
-    <meta itemprop="url" content="http://freemarker.apache.org/">
+    <meta itemprop="url" content="https://freemarker.apache.org/">
     <meta itemprop="name" content="Apache FreeMarker">
 
   <!--[if lte IE 9]>
   <div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div>
-  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
+  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="https://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
 </a><ul class="tabs"><li class="current"><a href="index.html">Home</a></li><li><a href="docs/index.html">Manual</a></li><li><a class="external" href="docs/api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div>    <div class="main-content site-width">
       <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?1510096505462"></script>
-      <script src="docgen-resources/main.min.js?1510096505462"></script>
+      <script src="toc.js?1510424020538"></script>
+      <script src="docgen-resources/main.min.js?1510424020538"></script>
   </div>
 <div class="col-right"><div class="page-content"><div class="page-title"><div class="title-wrapper">
 <h1 class="content-header header-section1" id="contribute" itemprop="headline">Contributors wanted!</h1>
@@ -64,12 +64,12 @@ ga('send', 'pageview');
         contribution is ready, send a pull request on Github. Then we can
         still iterate over it until it becomes good enough for merging.</p>
 
-        <p>Note that you will need an <a href="http://www.apache.org/dev/new-committers-guide.html#cla">Individual
+        <p>Note that you will need an <a href="https://www.apache.org/dev/new-committers-guide.html#cla">Individual
         Contributor License Agreement (ICLA) or Corporate CLA at the Apache
         Software Foundation</a>, or else we can&#39;t merge in your
         contribution.</p>
 
-        <p>For more generic guidelines, see <a href="http://www.apache.org/foundation/getinvolved.html">how to
+        <p>For more generic guidelines, see <a href="https://www.apache.org/foundation/getinvolved.html">how to
         contribute to Apache projects</a>.</p>
       
         
@@ -218,9 +218,9 @@ ga('send', 'pageview');
         contributors who tackle deeper issues.</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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
+<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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="https://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="https://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
 Last generated:
-<time itemprop="dateModified" datetime="2017-11-07T23:15:05Z" title="Tuesday, November 7, 2017 11:15:05 PM GMT">2017-11-07 23:15:05 GMT</time> </p>
+<time itemprop="dateModified" datetime="2017-11-11T18:13:40Z" title="Saturday, November 11, 2017 6:13:40 PM GMT">2017-11-11 18:13:40 GMT</time> </p>
 <p class="copyright">
 © <span itemprop="copyrightYear">1999</span>–2017
 <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. </p>

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/3f7896be/editors.html
----------------------------------------------------------------------
diff --git a/editors.html b/editors.html
index eccf3e2..e2fa4b5 100644
--- a/editors.html
+++ b/editors.html
@@ -10,11 +10,11 @@
 <meta property="og:site_name" content="Apache FreeMarker">
 <meta property="og:title" content="Editor and IDE plugins">
 <meta property="og:locale" content="en_US">
-<meta property="og:url" content="http://freemarker.apache.org/editors.html">
-<link rel="canonical" href="http://freemarker.apache.org/editors.html">
+<meta property="og:url" content="https://freemarker.apache.org/editors.html">
+<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="http://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?1510096505462">
+<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1510424020538">
 <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),
@@ -25,18 +25,18 @@ ga('send', 'pageview');
 </script>
 </head>
 <body itemscope itemtype="https://schema.org/Code">
-    <meta itemprop="url" content="http://freemarker.apache.org/">
+    <meta itemprop="url" content="https://freemarker.apache.org/">
     <meta itemprop="name" content="Apache FreeMarker">
 
   <!--[if lte IE 9]>
   <div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div>
-  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
+  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="https://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
 </a><ul class="tabs"><li class="current"><a href="index.html">Home</a></li><li><a href="docs/index.html">Manual</a></li><li><a class="external" href="docs/api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div>    <div class="main-content site-width">
       <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?1510096505462"></script>
-      <script src="docgen-resources/main.min.js?1510096505462"></script>
+      <script src="toc.js?1510424020538"></script>
+      <script src="docgen-resources/main.min.js?1510424020538"></script>
   </div>
 <div class="col-right"><div class="page-content"><div class="page-title"><div class="title-wrapper">
 <h1 class="content-header header-section1" id="editors" itemprop="headline">Editor and IDE plugins</h1>
@@ -147,7 +147,7 @@ ga('send', 'pageview');
             <td>Syntax highlighting</td>
 
 
-            <td><a href="http://sourceforge.net/projects/freemarker/files/editor-plugins/ftl.el/download">ftl.el
+            <td><a href="https://sourceforge.net/projects/freemarker/files/editor-plugins/ftl.el/download">ftl.el
             v0.1</a></td>
 
           </tr>
@@ -160,7 +160,7 @@ ga('send', 'pageview');
             <td>Syntax highlighting</td>
 
 
-            <td><a href="http://sourceforge.net/projects/freemarker/files/editor-plugins/kwriteftl.tar.gz/download">kwriteftl.tar.gz</a>
+            <td><a href="https://sourceforge.net/projects/freemarker/files/editor-plugins/kwriteftl.tar.gz/download">kwriteftl.tar.gz</a>
             (2009-08-08)</td>
 
           </tr>
@@ -214,7 +214,7 @@ ga('send', 'pageview');
             <td>Syntax highlight</td>
 
 
-            <td><a href="http://sourceforge.net/projects/freemarker/files/editor-plugins/textpadftl.zip/download">textpadftl.zip</a>
+            <td><a href="https://sourceforge.net/projects/freemarker/files/editor-plugins/textpadftl.zip/download">textpadftl.zip</a>
             (2003-03-24)</td>
 
           </tr>
@@ -227,7 +227,7 @@ ga('send', 'pageview');
             <td>Syntax highlight</td>
 
 
-            <td><a href="http://sourceforge.net/projects/freemarker/files/editor-plugins/ftl.vim/download">ftl.vim</a>
+            <td><a href="https://sourceforge.net/projects/freemarker/files/editor-plugins/ftl.vim/download">ftl.vim</a>
             (2011-10-07)</td>
 
           </tr>
@@ -240,9 +240,9 @@ ga('send', 'pageview');
       <a href="http://www.jedit.org/">jEdit</a>, supports
       FreeMarker out-of-the-box.</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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
+<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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="https://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="https://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
 Last generated:
-<time itemprop="dateModified" datetime="2017-11-07T23:15:05Z" title="Tuesday, November 7, 2017 11:15:05 PM GMT">2017-11-07 23:15:05 GMT</time> </p>
+<time itemprop="dateModified" datetime="2017-11-11T18:13:40Z" title="Saturday, November 11, 2017 6:13:40 PM GMT">2017-11-11 18:13:40 GMT</time> </p>
 <p class="copyright">
 © <span itemprop="copyrightYear">1999</span>–2017
 <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. </p>

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/3f7896be/freemarkerdownload.html
----------------------------------------------------------------------
diff --git a/freemarkerdownload.html b/freemarkerdownload.html
index 5b8e5f7..90e7336 100644
--- a/freemarkerdownload.html
+++ b/freemarkerdownload.html
@@ -10,11 +10,11 @@
 <meta property="og:site_name" content="Apache FreeMarker">
 <meta property="og:title" content="Download / Maven">
 <meta property="og:locale" content="en_US">
-<meta property="og:url" content="http://freemarker.apache.org/freemarkerdownload.html">
-<link rel="canonical" href="http://freemarker.apache.org/freemarkerdownload.html">
+<meta property="og:url" content="https://freemarker.apache.org/freemarkerdownload.html">
+<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="http://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?1510096505462">
+<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1510424020538">
 <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),
@@ -25,18 +25,18 @@ ga('send', 'pageview');
 </script>
 </head>
 <body itemscope itemtype="https://schema.org/Code">
-    <meta itemprop="url" content="http://freemarker.apache.org/">
+    <meta itemprop="url" content="https://freemarker.apache.org/">
     <meta itemprop="name" content="Apache FreeMarker">
 
   <!--[if lte IE 9]>
   <div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div>
-  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
+  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="https://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
 </a><ul class="tabs"><li class="current"><a href="index.html">Home</a></li><li><a href="docs/index.html">Manual</a></li><li><a class="external" href="docs/api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div>    <div class="main-content site-width">
       <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?1510096505462"></script>
-      <script src="docgen-resources/main.min.js?1510096505462"></script>
+      <script src="toc.js?1510424020538"></script>
+      <script src="docgen-resources/main.min.js?1510424020538"></script>
   </div>
 <div class="col-right"><div class="page-content"><div class="page-title"><div class="title-wrapper">
 <h1 class="content-header header-chapter" id="freemarkerdownload" itemprop="headline">Download / Maven</h1>
@@ -63,9 +63,9 @@ ga('send', 'pageview');
     <a href="docs/app_versions.html">See in the Manual...</a></p><p><strong>Verifying downloads:</strong> When
     downloading from a mirror please check the checksum and verify the OpenPGP
     compatible signature specified next to the download link (MD5, SHA256 and
-    ASC files, all must come from the <a href="http://www.apache.org/">www.apache.org</a> domain). The
-    public keys used for signing are here: <a href="http://www.apache.org/dist/incubator/freemarker/KEYS">KEYS</a>
-    (also must come from www.apache.org). <a href="http://www.apache.org/dyn/closer.cgi#verify">More about how to
+    ASC files, all must come from the <a href="https://www.apache.org/">www.apache.org</a> domain). The
+    public keys used for signing are here: <a href="https://www.apache.org/dist/incubator/freemarker/KEYS">KEYS</a>
+    (also must come from www.apache.org). <a href="https://www.apache.org/dyn/closer.cgi#verify">More about how to
     verify releases...</a> Note that such verification is only possible
     since 2.3.24.</p>
       
@@ -84,14 +84,14 @@ ga('send', 'pageview');
       earlier</a> and the <a href="http://incubator.apache.org">Apache Incubator web
       site</a>.</p>
 
-      <p><a href="http://freemarker.org/docs/versions_2_3_27.html">See what&#39;s
+      <p><a href="https://freemarker.apache.org/docs/versions_2_3_27.html">See what&#39;s
       new...</a></p>
 
       <p>Downloads:</p>
 
       <ul>
         <li>
-          <p><a href="http://www.apache.org/dyn/closer.cgi/incubator/freemarker/engine/2.3.27-incubating/binaries/apache-freemarker-2.3.27-incubating-bin.tar.gz">Binary
+          <p><a href="https://www.apache.org/dyn/closer.cgi/incubator/freemarker/engine/2.3.27-incubating/binaries/apache-freemarker-2.3.27-incubating-bin.tar.gz">Binary
           release (tar.gz)</a> (includes <code class="inline-code">freemarker.jar</code>
           and documentation) [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/binaries/apache-freemarker-2.3.27-incubating-bin.tar.gz.md5">MD5</a>]
           [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/binaries/apache-freemarker-2.3.27-incubating-bin.tar.gz.sha512">SHA512</a>]
@@ -99,7 +99,7 @@ ga('send', 'pageview');
         </li>
 
         <li>
-          <p><a href="http://www.apache.org/dyn/closer.cgi/incubator/freemarker/engine/2.3.27-incubating/source/apache-freemarker-2.3.27-incubating-src.tar.gz">Source
+          <p><a href="https://www.apache.org/dyn/closer.cgi/incubator/freemarker/engine/2.3.27-incubating/source/apache-freemarker-2.3.27-incubating-src.tar.gz">Source
           release (tar.gz)</a> [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/source/apache-freemarker-2.3.27-incubating-src.tar.gz.md5">MD5</a>]
           [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/source/apache-freemarker-2.3.27-incubating-src.tar.gz.sha512">SHA512</a>]
           [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/source/apache-freemarker-2.3.27-incubating-src.tar.gz.asc">ASC</a>]</p>
@@ -138,11 +138,11 @@ two freemarker.jar-s and unpredictable behavior!
 
 
       <p>There&#39;s also a separate Google App Engine compatible
-      ("gae") variation. Download: <a href="http://www.apache.org/dyn/closer.cgi/incubator/freemarker/engine/2.3.27-incubating/binaries/apache-freemarker-gae-2.3.27-incubating-bin.tar.gz">binary</a>
+      ("gae") variation. Download: <a href="https://www.apache.org/dyn/closer.cgi/incubator/freemarker/engine/2.3.27-incubating/binaries/apache-freemarker-gae-2.3.27-incubating-bin.tar.gz">binary</a>
       [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/binaries/apache-freemarker-gae-2.3.27-incubating-bin.tar.gz.md5">MD5</a>]
       [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/binaries/apache-freemarker-gae-2.3.27-incubating-bin.tar.gz.sha512">SHA512</a>]
       [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/binaries/apache-freemarker-gae-2.3.27-incubating-bin.tar.gz.asc">ASC</a>],
-      <a href="http://www.apache.org/dyn/closer.cgi/incubator/freemarker/engine/2.3.27-incubating/source/apache-freemarker-gae-2.3.27-incubating-src.tar.gz">source</a>
+      <a href="https://www.apache.org/dyn/closer.cgi/incubator/freemarker/engine/2.3.27-incubating/source/apache-freemarker-gae-2.3.27-incubating-src.tar.gz">source</a>
       [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/source/apache-freemarker-gae-2.3.27-incubating-src.tar.gz.md5">MD5</a>]
       [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/source/apache-freemarker-gae-2.3.27-incubating-src.tar.gz.sha512">SHA512</a>]
       [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/source/apache-freemarker-gae-2.3.27-incubating-src.tar.gz.asc">ASC</a>].
@@ -166,7 +166,7 @@ two freemarker.jar-s and unpredictable behavior!
       <p>Released on 2004-06-15. This is the latest stable release of the
       2.2 series. Requires J2SE 1.2 or higher.</p>
 
-      <p><a href="http://prdownloads.sourceforge.net/freemarker/freemarker-2.2.8.tar.gz">Download
+      <p><a href="https://prdownloads.sourceforge.net/freemarker/freemarker-2.2.8.tar.gz">Download
       freemarker-2.2.8.tar.gz</a> (1.4 MB)</p>
     
       
@@ -179,7 +179,7 @@ two freemarker.jar-s and unpredictable behavior!
       <p>Released on 2003-02-08. This is the latest stable release of the
       2.1 series. Requires J2SE 1.3 or higher.</p>
 
-      <p><a href="http://prdownloads.sourceforge.net/freemarker/freemarker-2.1.5.tar.gz">Download
+      <p><a href="https://prdownloads.sourceforge.net/freemarker/freemarker-2.1.5.tar.gz">Download
       freemarker-2.1.5.tar.gz</a> (909 KB)</p>
     
       
@@ -192,7 +192,7 @@ two freemarker.jar-s and unpredictable behavior!
       <p>Released on 2002-06-12. The latest stable release of the 2.0
       series. Requires J2SE 1.2 or higher.</p>
 
-      <p><a href="http://prdownloads.sourceforge.net/freemarker/freemarker2_03.tar.gz">Download
+      <p><a href="https://prdownloads.sourceforge.net/freemarker/freemarker2_03.tar.gz">Download
       freemarker2_03.tar.gz</a> (617 KB)</p>
     
       
@@ -214,14 +214,14 @@ two freemarker.jar-s and unpredictable behavior!
 
 
       <p>Outdated versions starting from 2.3.24 RC01 are available from the
-      Apache archive: <a href="http://archive.apache.org/dist/incubator/freemarker/engine/">http://archive.apache.org/dist/incubator/freemarker/engine/</a>.
+      Apache archive: <a href="https://archive.apache.org/dist/incubator/freemarker/engine/">https://archive.apache.org/dist/incubator/freemarker/engine/</a>.
       Even older releases are available from the <a href="https://sourceforge.net/projects/freemarker/files/freemarker/">SourceForge
       download page</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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
+<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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="https://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="https://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
 Last generated:
-<time itemprop="dateModified" datetime="2017-11-07T23:15:05Z" title="Tuesday, November 7, 2017 11:15:05 PM GMT">2017-11-07 23:15:05 GMT</time> </p>
+<time itemprop="dateModified" datetime="2017-11-11T18:13:40Z" title="Saturday, November 11, 2017 6:13:40 PM GMT">2017-11-11 18:13:40 GMT</time> </p>
 <p class="copyright">
 © <span itemprop="copyrightYear">1999</span>–2017
 <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. </p>

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/3f7896be/history.html
----------------------------------------------------------------------
diff --git a/history.html b/history.html
index 3387554..60e50b9 100644
--- a/history.html
+++ b/history.html
@@ -10,11 +10,11 @@
 <meta property="og:site_name" content="Apache FreeMarker">
 <meta property="og:title" content="Project history">
 <meta property="og:locale" content="en_US">
-<meta property="og:url" content="http://freemarker.apache.org/history.html">
-<link rel="canonical" href="http://freemarker.apache.org/history.html">
+<meta property="og:url" content="https://freemarker.apache.org/history.html">
+<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="http://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?1510096505462">
+<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1510424020538">
 <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),
@@ -25,18 +25,18 @@ ga('send', 'pageview');
 </script>
 </head>
 <body itemscope itemtype="https://schema.org/Code">
-    <meta itemprop="url" content="http://freemarker.apache.org/">
+    <meta itemprop="url" content="https://freemarker.apache.org/">
     <meta itemprop="name" content="Apache FreeMarker">
 
   <!--[if lte IE 9]>
   <div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div>
-  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
+  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="https://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
 </a><ul class="tabs"><li class="current"><a href="index.html">Home</a></li><li><a href="docs/index.html">Manual</a></li><li><a class="external" href="docs/api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div>    <div class="main-content site-width">
       <div class="content-wrapper">
   <div id="table-of-contents-wrapper" class="col-left">
       <script>var breadcrumb = ["Apache FreeMarker","Miscellaneous","Project history"];</script>
-      <script src="toc.js?1510096505462"></script>
-      <script src="docgen-resources/main.min.js?1510096505462"></script>
+      <script src="toc.js?1510424020538"></script>
+      <script src="docgen-resources/main.min.js?1510424020538"></script>
   </div>
 <div class="col-right"><div class="page-content"><div class="page-title"><div class="title-wrapper">
 <h1 class="content-header header-section1" id="history" itemprop="headline">Project history</h1>
@@ -130,9 +130,9 @@ ga('send', 'pageview');
         </li>
       </ul></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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
+<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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="https://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="https://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
 Last generated:
-<time itemprop="dateModified" datetime="2017-11-07T23:15:05Z" title="Tuesday, November 7, 2017 11:15:05 PM GMT">2017-11-07 23:15:05 GMT</time> </p>
+<time itemprop="dateModified" datetime="2017-11-11T18:13:40Z" title="Saturday, November 11, 2017 6:13:40 PM GMT">2017-11-11 18:13:40 GMT</time> </p>
 <p class="copyright">
 © <span itemprop="copyrightYear">1999</span>–2017
 <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. </p>

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/3f7896be/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index fa50277..f4f78c7 100644
--- a/index.html
+++ b/index.html
@@ -12,11 +12,11 @@
 <meta name="description" content="Java template engine; generates HTML web pages, e-mails, configuration files, source code, etc. from template files and the data your application provides.">
 <meta name="og:description" content="Java template engine; generates HTML web pages, e-mails, configuration files, source code, etc. from template files and the data your application provides.">
 <meta property="og:locale" content="en_US">
-<meta property="og:url" content="http://freemarker.apache.org/index.html">
-<link rel="canonical" href="http://freemarker.apache.org/index.html">
+<meta property="og:url" content="https://freemarker.apache.org/index.html">
+<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="http://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?1510096505462">
+<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1510424020538">
 <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),
@@ -27,18 +27,18 @@ ga('send', 'pageview');
 </script>
 </head>
 <body itemscope itemtype="https://schema.org/Code">
-    <meta itemprop="url" content="http://freemarker.apache.org/">
+    <meta itemprop="url" content="https://freemarker.apache.org/">
     <meta itemprop="name" content="Apache FreeMarker">
 
   <!--[if lte IE 9]>
   <div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div>
-  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
+  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="https://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
 </a><ul class="tabs"><li class="current"><a href="index.html">Home</a></li><li><a href="docs/index.html">Manual</a></li><li><a class="external" href="docs/api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div>    <div class="main-content site-width">
       <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?1510096505462"></script>
-      <script src="docgen-resources/main.min.js?1510096505462"></script>
+      <script src="toc.js?1510424020538"></script>
+      <script src="docgen-resources/main.min.js?1510424020538"></script>
   </div>
 <div class="col-right"><div class="page-content"><div class="page-title"><div class="title-wrapper">
 <h1 class="content-header header-chapter" id="what-is-freemarker" itemprop="headline">What is Apache FreeMarker?</h1>
@@ -130,9 +130,9 @@ ga('send', 'pageview');
       Incubation</a> (see disclaimer earlier).</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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
+<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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="https://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="https://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
 Last generated:
-<time itemprop="dateModified" datetime="2017-11-07T23:15:05Z" title="Tuesday, November 7, 2017 11:15:05 PM GMT">2017-11-07 23:15:05 GMT</time> </p>
+<time itemprop="dateModified" datetime="2017-11-11T18:13:40Z" title="Saturday, November 11, 2017 6:13:40 PM GMT">2017-11-11 18:13:40 GMT</time> </p>
 <p class="copyright">
 © <span itemprop="copyrightYear">1999</span>–2017
 <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. </p>

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/3f7896be/mailing-lists.html
----------------------------------------------------------------------
diff --git a/mailing-lists.html b/mailing-lists.html
index aee5198..3a1c564 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -10,11 +10,11 @@
 <meta property="og:site_name" content="Apache FreeMarker">
 <meta property="og:title" content="Discuss on mailing lists">
 <meta property="og:locale" content="en_US">
-<meta property="og:url" content="http://freemarker.apache.org/mailing-lists.html">
-<link rel="canonical" href="http://freemarker.apache.org/mailing-lists.html">
+<meta property="og:url" content="https://freemarker.apache.org/mailing-lists.html">
+<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="http://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?1510096505462">
+<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1510424020538">
 <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),
@@ -25,22 +25,22 @@ ga('send', 'pageview');
 </script>
 </head>
 <body itemscope itemtype="https://schema.org/Code">
-    <meta itemprop="url" content="http://freemarker.apache.org/">
+    <meta itemprop="url" content="https://freemarker.apache.org/">
     <meta itemprop="name" content="Apache FreeMarker">
 
   <!--[if lte IE 9]>
   <div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div>
-  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
+  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="https://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
 </a><ul class="tabs"><li class="current"><a href="index.html">Home</a></li><li><a href="docs/index.html">Manual</a></li><li><a class="external" href="docs/api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div>    <div class="main-content site-width">
       <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?1510096505462"></script>
-      <script src="docgen-resources/main.min.js?1510096505462"></script>
+      <script src="toc.js?1510424020538"></script>
+      <script src="docgen-resources/main.min.js?1510424020538"></script>
   </div>
 <div class="col-right"><div class="page-content"><div class="page-title"><div class="title-wrapper">
 <h1 class="content-header header-section1" id="mailing-lists" itemprop="headline">Discuss on mailing lists</h1>
-</div></div><p>If you need help, you should ask on <a href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow with
+</div></div><p>If you need help, you should ask on <a href="https://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow with
       "freemarker" tag</a>! To discuss deeper issues, feature
       requests, and other FreeMarker-related topics, subscribe to the
       developer mailing list!</p><p>The mailing lists (since 2015-09-03):</p><ul>
@@ -89,9 +89,9 @@ ga('send', 'pageview');
         <em>retired</em> list subscriptions...</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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
+<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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="https://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="https://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
 Last generated:
-<time itemprop="dateModified" datetime="2017-11-07T23:15:05Z" title="Tuesday, November 7, 2017 11:15:05 PM GMT">2017-11-07 23:15:05 GMT</time> </p>
+<time itemprop="dateModified" datetime="2017-11-11T18:13:40Z" title="Saturday, November 11, 2017 6:13:40 PM GMT">2017-11-11 18:13:40 GMT</time> </p>
 <p class="copyright">
 © <span itemprop="copyrightYear">1999</span>–2017
 <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. </p>

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/3f7896be/poweredBy.html
----------------------------------------------------------------------
diff --git a/poweredBy.html b/poweredBy.html
index 332d8a9..ce2af34 100644
--- a/poweredBy.html
+++ b/poweredBy.html
@@ -10,11 +10,11 @@
 <meta property="og:site_name" content="Apache FreeMarker">
 <meta property="og:title" content="Who uses FreeMarker?">
 <meta property="og:locale" content="en_US">
-<meta property="og:url" content="http://freemarker.apache.org/poweredBy.html">
-<link rel="canonical" href="http://freemarker.apache.org/poweredBy.html">
+<meta property="og:url" content="https://freemarker.apache.org/poweredBy.html">
+<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="http://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?1510096505462">
+<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1510424020538">
 <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),
@@ -25,18 +25,18 @@ ga('send', 'pageview');
 </script>
 </head>
 <body itemscope itemtype="https://schema.org/Code">
-    <meta itemprop="url" content="http://freemarker.apache.org/">
+    <meta itemprop="url" content="https://freemarker.apache.org/">
     <meta itemprop="name" content="Apache FreeMarker">
 
   <!--[if lte IE 9]>
   <div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div>
-  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
+  <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="https://freemarker.apache.org/" role="banner">            <img itemprop="image" src="logo.png" alt="FreeMarker">
 </a><ul class="tabs"><li class="current"><a href="index.html">Home</a></li><li><a href="docs/index.html">Manual</a></li><li><a class="external" href="docs/api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div>    <div class="main-content site-width">
       <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?1510096505462"></script>
-      <script src="docgen-resources/main.min.js?1510096505462"></script>
+      <script src="toc.js?1510424020538"></script>
+      <script src="docgen-resources/main.min.js?1510424020538"></script>
   </div>
 <div class="col-right"><div class="page-content"><div class="page-title"><div class="title-wrapper">
 <h1 class="content-header header-section1" id="poweredBy" itemprop="headline">Who uses FreeMarker?</h1>
@@ -557,7 +557,7 @@ ga('send', 'pageview');
 
 
             <tr valign="top">
-              <td><a href="http://freemarker.org">freemarker.org</a></td>
+              <td><a href="https://freemarker.apache.org">freemarker.apache.org</a></td>
 
 
               <td>Not surprisingly, the pages you view right now are generated
@@ -636,9 +636,9 @@ ga('send', 'pageview');
 
       </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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
+<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="column-header">Handy stuff</h3><ul><li><a href="http://try.freemarker.org/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apache/incubator
 -freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="https://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="https://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated">
 Last generated:
-<time itemprop="dateModified" datetime="2017-11-07T23:15:05Z" title="Tuesday, November 7, 2017 11:15:05 PM GMT">2017-11-07 23:15:05 GMT</time> </p>
+<time itemprop="dateModified" datetime="2017-11-11T18:13:40Z" title="Saturday, November 11, 2017 6:13:40 PM GMT">2017-11-11 18:13:40 GMT</time> </p>
 <p class="copyright">
 © <span itemprop="copyrightYear">1999</span>–2017
 <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. </p>