Repository: incubator-freemarker-site Updated Branches: refs/heads/master 922a13c46 -> 9221ea299
Added missing source links to freemarker-online-tester 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/9221ea29 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/9221ea29 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/9221ea29 Branch: refs/heads/master Commit: 9221ea29957f1ca0d879d8d8629d7f3b88052ff0 Parents: 922a13c Author: ddekany <[email protected]> Authored: Wed Nov 8 00:15:24 2017 +0100 Committer: ddekany <[email protected]> Committed: Wed Nov 8 00:15:24 2017 +0100 ---------------------------------------------------------------------- src/main/docgen/book.xml | 8 ++++++++ src/main/docgen/docgen.cjson | 2 ++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/9221ea29/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index 5c456c6..e977d41 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -2048,6 +2048,14 @@ two freemarker.jar-s and unpredictable behavior! targetdoc="githubMirrorDocgen"/>. Relevant branches: <literal>master</literal></para> </listitem> + + <listitem> + <para><literal>freemarker-online-tester</literal>: The service + behind <olink targetdoc="onlineTemplateTester"/>. URL: <olink + targetdoc="gitOnlineTester"/>. GitHub mirror: <olink + targetdoc="githubMirrorOnlineTester"/>. Relevant branches: + <literal>master</literal></para> + </listitem> </itemizedlist> <para>There are some other FreeMarker-related repositories, such FMPP http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/9221ea29/src/main/docgen/docgen.cjson ---------------------------------------------------------------------- diff --git a/src/main/docgen/docgen.cjson b/src/main/docgen/docgen.cjson index 35f35c2..9c80282 100644 --- a/src/main/docgen/docgen.cjson +++ b/src/main/docgen/docgen.cjson @@ -74,6 +74,8 @@ olinks: { githubMirrorDocgen: "https://github.com/apache/incubator-freemarker-docgen" gitSite: "https://git-wip-us.apache.org/repos/asf/incubator-freemarker-site.git" githubMirrorSite: "https://github.com/apache/incubator-freemarker-site" + gitOnlineTester: "https://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester.git" + githubMirrorOnlineTester: "https://github.com/apache/incubator-freemarker-online-tester" githubProject: "olink:githubMirrorFreemarker" githubProjectOld: "https://github.com/freemarker/" privateMailingList: "mailto:[email protected]"
