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/12 00:17:19 UTC

incubator-freemarker git commit: Show incubator logo under the side-ToC of the Manual.

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae 93c9ce3b0 -> 68c3d6456


Show incubator logo under the side-ToC of the Manual.


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

Branch: refs/heads/2.3-gae
Commit: 68c3d64566ab3600f6613745c84abe2f38783a19
Parents: 93c9ce3
Author: ddekany <dd...@apache.org>
Authored: Sun Nov 12 01:17:07 2017 +0100
Committer: ddekany <dd...@apache.org>
Committed: Sun Nov 12 01:17:07 2017 +0100

----------------------------------------------------------------------
 src/manual/en_US/apache-incubator.png | Bin 0 -> 7167 bytes
 src/manual/en_US/docgen.cjson         |   5 +++++
 src/manual/zh_CN/apache-incubator.png | Bin 0 -> 7167 bytes
 src/manual/zh_CN/docgen.cjson         |   5 +++++
 4 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/68c3d645/src/manual/en_US/apache-incubator.png
----------------------------------------------------------------------
diff --git a/src/manual/en_US/apache-incubator.png b/src/manual/en_US/apache-incubator.png
new file mode 100644
index 0000000..7ab45fc
Binary files /dev/null and b/src/manual/en_US/apache-incubator.png differ

http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/68c3d645/src/manual/en_US/docgen.cjson
----------------------------------------------------------------------
diff --git a/src/manual/en_US/docgen.cjson b/src/manual/en_US/docgen.cjson
index 987e93a..82ce1c0 100644
--- a/src/manual/en_US/docgen.cjson
+++ b/src/manual/en_US/docgen.cjson
@@ -72,6 +72,7 @@ olinks: {
   githubProject: "https://github.com/freemarker/freemarker"
   newBugReport: "https://issues.apache.org/jira/browse/FREEMARKER/"
   newStackOverflowQuestion: "https://stackoverflow.com/questions/ask?tags=freemarker"
+  asfIncubator: "http://incubator.apache.org/"
 }
 
 internalBookmarks: {
@@ -130,3 +131,7 @@ socialLinks: {
   "Twitter": { class: "twitter", href: "olink:twitter" }
   "Stack Overflow": { class: "stack-overflow", href: "olink:newStackOverflowQuestion" }
 }
+
+sideTOCLogos: [
+  { src: "apache-incubator.png", alt: "Apache Incubator", href: "olink:asfIncubator" }
+]

http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/68c3d645/src/manual/zh_CN/apache-incubator.png
----------------------------------------------------------------------
diff --git a/src/manual/zh_CN/apache-incubator.png b/src/manual/zh_CN/apache-incubator.png
new file mode 100644
index 0000000..7ab45fc
Binary files /dev/null and b/src/manual/zh_CN/apache-incubator.png differ

http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/68c3d645/src/manual/zh_CN/docgen.cjson
----------------------------------------------------------------------
diff --git a/src/manual/zh_CN/docgen.cjson b/src/manual/zh_CN/docgen.cjson
index d5a1b1d..59df72a 100644
--- a/src/manual/zh_CN/docgen.cjson
+++ b/src/manual/zh_CN/docgen.cjson
@@ -70,6 +70,7 @@ olinks: {
   githubProject: "https://github.com/freemarker/freemarker"
   newBugReport: "https://sourceforge.net/p/freemarker/bugs/new/"
   newStackOverflowQuestion: "https://stackoverflow.com/questions/ask?tags=freemarker"
+  asfIncubator: "http://incubator.apache.org/"
 }
 
 internalBookmarks: {
@@ -128,3 +129,7 @@ socialLinks: {
   "Twitter": { class: "twitter", href: "olink:twitter" }
   "Stack Overflow": { class: "stack-overflow", href: "olink:newStackOverflowQuestion" }
 }
+
+sideTOCLogos: [
+  { src: "apache-incubator.png", alt: "Apache Incubator", href: "olink:asfIncubator" }
+]