Repository: incubator-freemarker-site Updated Branches: refs/heads/asf-site 46e42894d -> d73b72df6
updating asf-site generated files 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/d73b72df Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/d73b72df Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/d73b72df Branch: refs/heads/asf-site Commit: d73b72df6fc41af76521c6baf0bb83d8281a51b5 Parents: 46e4289 Author: Woonsan Ko <[email protected]> Authored: Thu Nov 2 21:22:57 2017 -0400 Committer: Woonsan Ko <[email protected]> Committed: Thu Nov 2 21:22:57 2017 -0400 ---------------------------------------------------------------------- committer-howto.html | 28 +++++++++--------- contribute.html | 8 +++--- editors.html | 8 +++--- freemarkerdownload.html | 48 +++++++++++++++---------------- history.html | 8 +++--- index.html | 8 +++--- mailing-lists.html | 8 +++--- poweredBy.html | 8 +++--- report-security-vulnerabilities.html | 8 +++--- sourcecode.html | 8 +++--- 10 files changed, 71 insertions(+), 69 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/d73b72df/committer-howto.html ---------------------------------------------------------------------- diff --git a/committer-howto.html b/committer-howto.html index c84e434..66bc22b 100644 --- a/committer-howto.html +++ b/committer-howto.html @@ -14,7 +14,7 @@ <link rel="canonical" href="http://freemarker.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?1505926446742"> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1509671889864"> <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), @@ -35,8 +35,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?1505926446742"></script> - <script src="docgen-resources/main.min.js?1505926446742"></script> + <script src="toc.js?1509671889864"></script> + <script src="docgen-resources/main.min.js?1509671889864"></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> @@ -315,12 +315,12 @@ ga('send', 'pageview'); </li> <li> - <p>Upload the release documentation under - http://freemarker.org/builds/<em>X.X.X</em>-voting/documentation/ - (see - https://git-wip-us.apache.org/repos/asf/incubator-freemarker-site.git, - "asf-site" branch). The change log will be a link - pointing to a page inside this.</p> + <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/ + (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 + this.</p> </li> <li> @@ -604,9 +604,11 @@ ga('send', 'pageview'); <p>Most other content is generated from the <code class="inline-code">site</code> project, by issuing <code class="inline-code">ant</code>. So to change the content, you should edit - <code class="inline-code"><em class="code-color"><site-project></em>/src/docgen/book.xml</code>. - To ensure that you are using the latest Docgen, you may want to - issue <code class="inline-code">ant update-deps</code> before generating.</p> + <code class="inline-code"><em class="code-color"><site-project></em>/src/main/docgen/book.xml</code> + (in the <code class="inline-code">master</code> branch, not in the + <code class="inline-code">asf-site</code> branch). To ensure that you are using + the latest Docgen, you may want to issue <code class="inline-code">ant + update-deps</code> before generating.</p> </li> </ul> @@ -697,7 +699,7 @@ 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="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"> Last generated: -<time itemprop="dateModified" datetime="2017-09-30T10:10:03Z" title="Saturday, September 30, 2017 10:10:03 AM GMT">2017-09-30 10:10:03 GMT</time> </p> +<time itemprop="dateModified" datetime="2017-11-03T01:18:09Z" title="Friday, November 3, 2017 1:18:09 AM GMT">2017-11-03 01:18:09 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/d73b72df/contribute.html ---------------------------------------------------------------------- diff --git a/contribute.html b/contribute.html index 46b19ff..b2f3fde 100644 --- a/contribute.html +++ b/contribute.html @@ -14,7 +14,7 @@ <link rel="canonical" href="http://freemarker.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?1505926446742"> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1509671889864"> <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), @@ -35,8 +35,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?1505926446742"></script> - <script src="docgen-resources/main.min.js?1505926446742"></script> + <script src="toc.js?1509671889864"></script> + <script src="docgen-resources/main.min.js?1509671889864"></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> @@ -220,7 +220,7 @@ 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="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"> Last generated: -<time itemprop="dateModified" datetime="2017-09-20T16:54:06Z" title="Wednesday, September 20, 2017 4:54:06 PM GMT">2017-09-20 16:54:06 GMT</time> </p> +<time itemprop="dateModified" datetime="2017-11-03T01:18:09Z" title="Friday, November 3, 2017 1:18:09 AM GMT">2017-11-03 01:18:09 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/d73b72df/editors.html ---------------------------------------------------------------------- diff --git a/editors.html b/editors.html index e8bf26e..d6efd1d 100644 --- a/editors.html +++ b/editors.html @@ -14,7 +14,7 @@ <link rel="canonical" href="http://freemarker.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?1505926446742"> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1509671889864"> <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), @@ -35,8 +35,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?1505926446742"></script> - <script src="docgen-resources/main.min.js?1505926446742"></script> + <script src="toc.js?1509671889864"></script> + <script src="docgen-resources/main.min.js?1509671889864"></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> @@ -230,7 +230,7 @@ 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="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"> Last generated: -<time itemprop="dateModified" datetime="2017-09-20T16:54:06Z" title="Wednesday, September 20, 2017 4:54:06 PM GMT">2017-09-20 16:54:06 GMT</time> </p> +<time itemprop="dateModified" datetime="2017-11-03T01:18:09Z" title="Friday, November 3, 2017 1:18:09 AM GMT">2017-11-03 01:18:09 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/d73b72df/freemarkerdownload.html ---------------------------------------------------------------------- diff --git a/freemarkerdownload.html b/freemarkerdownload.html index c35ae45..ce0abc4 100644 --- a/freemarkerdownload.html +++ b/freemarkerdownload.html @@ -14,7 +14,7 @@ <link rel="canonical" href="http://freemarker.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?1505926446742"> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1509671889864"> <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), @@ -35,8 +35,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?1505926446742"></script> - <script src="docgen-resources/main.min.js?1505926446742"></script> + <script src="toc.js?1509671889864"></script> + <script src="docgen-resources/main.min.js?1509671889864"></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> @@ -72,10 +72,10 @@ ga('send', 'pageview'); -<h2 class="content-header header-simplesect" id="autoid_4">Latest stable release: 2.3.26-incubating</h2> +<h2 class="content-header header-simplesect" id="autoid_4">Latest stable release: 2.3.27-incubating</h2> - <p>Released on 2017-03-25. Requires J2SE 1.5 or higher.</p> + <p>Released on 2017-11-03. Requires J2SE 1.5 or higher.</p> <p><strong>This is a stable, final release.</strong> The "incubating" suffix is required by the Apache Software @@ -91,18 +91,18 @@ ga('send', 'pageview'); <ul> <li> - <p><a href="http://www.apache.org/dyn/closer.cgi/incubator/freemarker/engine/2.3.26-incubating/binaries/apache-freemarker-2.3.26-incubating-bin.tar.gz">Binary + <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 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.26-incubating/binaries/apache-freemarker-2.3.26-incubating-bin.tar.gz.md5">MD5</a>] - [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.26-incubating/binaries/apache-freemarker-2.3.26-incubating-bin.tar.gz.sha512">SHA512</a>] - [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.26-incubating/binaries/apache-freemarker-2.3.26-incubating-bin.tar.gz.asc">ASC</a>]</p> + 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>] + [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.27-incubating/binaries/apache-freemarker-2.3.27-incubating-bin.tar.gz.asc">ASC</a>]</p> </li> <li> - <p><a href="http://www.apache.org/dyn/closer.cgi/incubator/freemarker/engine/2.3.26-incubating/source/apache-freemarker-2.3.26-incubating-src.tar.gz">Source - release (tar.gz)</a> [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.26-incubating/source/apache-freemarker-2.3.26-incubating-src.tar.gz.md5">MD5</a>] - [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.26-incubating/source/apache-freemarker-2.3.26-incubating-src.tar.gz.sha512">SHA512</a>] - [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.26-incubating/source/apache-freemarker-2.3.26-incubating-src.tar.gz.asc">ASC</a>]</p> + <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 + 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> </li> </ul> @@ -118,7 +118,7 @@ two freemarker.jar-s and unpredictable behavior! <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> - <version>2.3.26-incubating</version> + <version>2.3.27-incubating</version> </dependency></pre></div> <div class="callout note"> @@ -138,14 +138,14 @@ two freemarker.jar-s and unpredictable behavior! <p>There'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.26-incubating/binaries/apache-freemarker-gae-2.3.26-incubating-bin.tar.gz">binary</a> - [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.26-incubating/binaries/apache-freemarker-gae-2.3.26-incubating-bin.tar.gz.md5">MD5</a>] - [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.26-incubating/binaries/apache-freemarker-gae-2.3.26-incubating-bin.tar.gz.sha512">SHA512</a>] - [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.26-incubating/binaries/apache-freemarker-gae-2.3.26-incubating-bin.tar.gz.asc">ASC</a>], - <a href="http://www.apache.org/dyn/closer.cgi/incubator/freemarker/engine/2.3.26-incubating/source/apache-freemarker-gae-2.3.26-incubating-src.tar.gz">source</a> - [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.26-incubating/source/apache-freemarker-gae-2.3.26-incubating-src.tar.gz.md5">MD5</a>] - [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.26-incubating/source/apache-freemarker-gae-2.3.26-incubating-src.tar.gz.sha512">SHA512</a>] - [<a href="https://www.apache.org/dist/incubator/freemarker/engine/2.3.26-incubating/source/apache-freemarker-gae-2.3.26-incubating-src.tar.gz.asc">ASC</a>]. + ("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> + [<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/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>]. Maven:</p> @@ -153,7 +153,7 @@ two freemarker.jar-s and unpredictable behavior! <div class="code-wrapper"><pre class="code-block code-unspecified"><dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker-gae</artifactId> - <version>2.3.26-incubating</version> + <version>2.3.27-incubating</version> </dependency></pre></div> @@ -221,7 +221,7 @@ 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="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"> Last generated: -<time itemprop="dateModified" datetime="2017-09-20T16:54:06Z" title="Wednesday, September 20, 2017 4:54:06 PM GMT">2017-09-20 16:54:06 GMT</time> </p> +<time itemprop="dateModified" datetime="2017-11-03T01:18:09Z" title="Friday, November 3, 2017 1:18:09 AM GMT">2017-11-03 01:18:09 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/d73b72df/history.html ---------------------------------------------------------------------- diff --git a/history.html b/history.html index 94c024a..ad2b45d 100644 --- a/history.html +++ b/history.html @@ -14,7 +14,7 @@ <link rel="canonical" href="http://freemarker.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?1505926446742"> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1509671889864"> <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), @@ -35,8 +35,8 @@ ga('send', 'pageview'); <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?1505926446742"></script> - <script src="docgen-resources/main.min.js?1505926446742"></script> + <script src="toc.js?1509671889864"></script> + <script src="docgen-resources/main.min.js?1509671889864"></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> @@ -132,7 +132,7 @@ 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="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"> Last generated: -<time itemprop="dateModified" datetime="2017-09-20T16:54:06Z" title="Wednesday, September 20, 2017 4:54:06 PM GMT">2017-09-20 16:54:06 GMT</time> </p> +<time itemprop="dateModified" datetime="2017-11-03T01:18:09Z" title="Friday, November 3, 2017 1:18:09 AM GMT">2017-11-03 01:18:09 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/d73b72df/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 03a64da..1f076c3 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ <link rel="canonical" href="http://freemarker.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?1505926446742"> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1509671889864"> <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), @@ -37,8 +37,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?1505926446742"></script> - <script src="docgen-resources/main.min.js?1505926446742"></script> + <script src="toc.js?1509671889864"></script> + <script src="docgen-resources/main.min.js?1509671889864"></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> @@ -132,7 +132,7 @@ 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="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"> Last generated: -<time itemprop="dateModified" datetime="2017-09-20T16:54:06Z" title="Wednesday, September 20, 2017 4:54:06 PM GMT">2017-09-20 16:54:06 GMT</time> </p> +<time itemprop="dateModified" datetime="2017-11-03T01:18:09Z" title="Friday, November 3, 2017 1:18:09 AM GMT">2017-11-03 01:18:09 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/d73b72df/mailing-lists.html ---------------------------------------------------------------------- diff --git a/mailing-lists.html b/mailing-lists.html index 0f8f0c7..e6f5e68 100644 --- a/mailing-lists.html +++ b/mailing-lists.html @@ -14,7 +14,7 @@ <link rel="canonical" href="http://freemarker.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?1505926446742"> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1509671889864"> <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), @@ -35,8 +35,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?1505926446742"></script> - <script src="docgen-resources/main.min.js?1505926446742"></script> + <script src="toc.js?1509671889864"></script> + <script src="docgen-resources/main.min.js?1509671889864"></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> @@ -91,7 +91,7 @@ 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="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"> Last generated: -<time itemprop="dateModified" datetime="2017-09-20T16:54:06Z" title="Wednesday, September 20, 2017 4:54:06 PM GMT">2017-09-20 16:54:06 GMT</time> </p> +<time itemprop="dateModified" datetime="2017-11-03T01:18:09Z" title="Friday, November 3, 2017 1:18:09 AM GMT">2017-11-03 01:18:09 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/d73b72df/poweredBy.html ---------------------------------------------------------------------- diff --git a/poweredBy.html b/poweredBy.html index e300590..b4c6465 100644 --- a/poweredBy.html +++ b/poweredBy.html @@ -14,7 +14,7 @@ <link rel="canonical" href="http://freemarker.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?1505926446742"> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1509671889864"> <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), @@ -35,8 +35,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?1505926446742"></script> - <script src="docgen-resources/main.min.js?1505926446742"></script> + <script src="toc.js?1509671889864"></script> + <script src="docgen-resources/main.min.js?1509671889864"></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> @@ -638,7 +638,7 @@ 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="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"> Last generated: -<time itemprop="dateModified" datetime="2017-09-20T16:54:06Z" title="Wednesday, September 20, 2017 4:54:06 PM GMT">2017-09-20 16:54:06 GMT</time> </p> +<time itemprop="dateModified" datetime="2017-11-03T01:18:09Z" title="Friday, November 3, 2017 1:18:09 AM GMT">2017-11-03 01:18:09 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/d73b72df/report-security-vulnerabilities.html ---------------------------------------------------------------------- diff --git a/report-security-vulnerabilities.html b/report-security-vulnerabilities.html index 54b7fbe..b14d21f 100644 --- a/report-security-vulnerabilities.html +++ b/report-security-vulnerabilities.html @@ -14,7 +14,7 @@ <link rel="canonical" href="http://freemarker.org/report-security-vulnerabilities.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?1505926446742"> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1509671889864"> <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), @@ -35,8 +35,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?1505926446742"></script> - <script src="docgen-resources/main.min.js?1505926446742"></script> + <script src="toc.js?1509671889864"></script> + <script src="docgen-resources/main.min.js?1509671889864"></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="report-security-vulnerabilities" itemprop="headline">Report security vulnerability</h1> @@ -52,7 +52,7 @@ 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="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"> Last generated: -<time itemprop="dateModified" datetime="2017-09-20T16:54:06Z" title="Wednesday, September 20, 2017 4:54:06 PM GMT">2017-09-20 16:54:06 GMT</time> </p> +<time itemprop="dateModified" datetime="2017-11-03T01:18:09Z" title="Friday, November 3, 2017 1:18:09 AM GMT">2017-11-03 01:18:09 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/d73b72df/sourcecode.html ---------------------------------------------------------------------- diff --git a/sourcecode.html b/sourcecode.html index a453fe8..ac384c7 100644 --- a/sourcecode.html +++ b/sourcecode.html @@ -14,7 +14,7 @@ <link rel="canonical" href="http://freemarker.org/sourcecode.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?1505926446742"> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1509671889864"> <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), @@ -35,8 +35,8 @@ ga('send', 'pageview'); <div class="content-wrapper"> <div id="table-of-contents-wrapper" class="col-left"> <script>var breadcrumb = ["Apache FreeMarker","Miscellaneous","Source code (Git)"];</script> - <script src="toc.js?1505926446742"></script> - <script src="docgen-resources/main.min.js?1505926446742"></script> + <script src="toc.js?1509671889864"></script> + <script src="docgen-resources/main.min.js?1509671889864"></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="sourcecode" itemprop="headline">Source code (Git)</h1> @@ -100,7 +100,7 @@ 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="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"> Last generated: -<time itemprop="dateModified" datetime="2017-09-20T16:54:06Z" title="Wednesday, September 20, 2017 4:54:06 PM GMT">2017-09-20 16:54:06 GMT</time> </p> +<time itemprop="dateModified" datetime="2017-11-03T01:18:09Z" title="Friday, November 3, 2017 1:18:09 AM GMT">2017-11-03 01:18:09 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>
