Repository: incubator-freemarker-site Updated Branches: refs/heads/master 87c43c691 -> 91ccf7b05
Removed FMPP link from the menu 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/4b8409d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/4b8409d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/4b8409d0 Branch: refs/heads/master Commit: 4b8409d05ed843a6be35efa1da0dd88f16daa2d0 Parents: 87c43c6 Author: ddekany <[email protected]> Authored: Mon Mar 6 16:32:42 2017 +0100 Committer: ddekany <[email protected]> Committed: Mon Mar 6 16:32:42 2017 +0100 ---------------------------------------------------------------------- src/main/docgen/book.xml | 7 ------- src/main/docgen/docgen.cjson | 1 - 2 files changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/4b8409d0/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index f5d2bb9..71835f8 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -512,13 +512,6 @@ two freemarker.jar-s and unpredictable behavior! <para/> </section> - - <section> - <title><olink targetdoc="fmpp">File generator tool - (FMPP)</olink></title> - - <para/> - </section> </chapter> <chapter> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/4b8409d0/src/main/docgen/docgen.cjson ---------------------------------------------------------------------- diff --git a/src/main/docgen/docgen.cjson b/src/main/docgen/docgen.cjson index 32f6b65..99a7e62 100644 --- a/src/main/docgen/docgen.cjson +++ b/src/main/docgen/docgen.cjson @@ -66,7 +66,6 @@ olinks: { // External URL-s: onlineTemplateTester: "http://freemarker-online.kenshoo.com/" - fmpp: "http://fmpp.sourceforge.net/" twitter: "https://twitter.com/freemarker" sourceforgeProject: "https://sourceforge.net/projects/freemarker/" gitFreemarker: "https://git-wip-us.apache.org/repos/asf/incubator-freemarker.git"
