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 2015/09/18 15:59:48 UTC

incubator-freemarker-site git commit: Added link to the updated Chiense Manual (from https://github.com/nanlei/freemarker/tree/manual-zh-2.3-gae).

Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master bd21d7d59 -> 44ceeefbb


Added link to the updated Chiense Manual (from https://github.com/nanlei/freemarker/tree/manual-zh-2.3-gae).


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/44ceeefb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/44ceeefb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/44ceeefb

Branch: refs/heads/master
Commit: 44ceeefbb6e985b0de7a48de46d4bb398d17a8c6
Parents: bd21d7d
Author: ddekany <dd...@apache.org>
Authored: Fri Sep 18 15:59:05 2015 +0200
Committer: ddekany <dd...@apache.org>
Committed: Fri Sep 18 15:59:05 2015 +0200

----------------------------------------------------------------------
 src/main/docgen/book.xml     | 7 +++++++
 src/main/docgen/docgen.cjson | 1 +
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/44ceeefb/src/main/docgen/book.xml
----------------------------------------------------------------------
diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index 5c977b8..5d61d2c 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -259,6 +259,13 @@ two freemarker.jar-s and unpredictable behavior!
 
       <para/>
     </section>
+
+    <section>
+      <title><olink targetdoc="chienseManual">Manual Chinese
+      translation</olink></title>
+
+      <para/>
+    </section>
   </chapter>
 
   <chapter>

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/44ceeefb/src/main/docgen/docgen.cjson
----------------------------------------------------------------------
diff --git a/src/main/docgen/docgen.cjson b/src/main/docgen/docgen.cjson
index bc165eb..0476d08 100644
--- a/src/main/docgen/docgen.cjson
+++ b/src/main/docgen/docgen.cjson
@@ -34,6 +34,7 @@ olinks: {
   // Manual links:
   manual: "docs/index.html"
   api: "docs/api/index.html"
+  chienseManual: "https://sourceforge.net/projects/freemarker/files/chinese-manual/"
   templateAuthorsGuide: "docs/dgui_quickstart_basics.html"
   license: "docs/app_license.html"
   versionHistory: "docs/app_versions.html"