You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/04/05 14:44:15 UTC

[28/50] incubator-joshua-site git commit: added support links and embed

added support links and embed


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/commit/1a7aa71a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/tree/1a7aa71a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/diff/1a7aa71a

Branch: refs/heads/asf-site
Commit: 1a7aa71a98d2332d5ef04e4211ac98a06da8942e
Parents: 676736c
Author: Matt Post <po...@cs.jhu.edu>
Authored: Thu Jul 23 22:04:44 2015 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Thu Jul 23 22:04:44 2015 -0400

----------------------------------------------------------------------
 _layouts/default6.html |  1 +
 support/index.md       | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/blob/1a7aa71a/_layouts/default6.html
----------------------------------------------------------------------
diff --git a/_layouts/default6.html b/_layouts/default6.html
index 2aaed53..0ca8adb 100644
--- a/_layouts/default6.html
+++ b/_layouts/default6.html
@@ -27,6 +27,7 @@
           <!-- <a class="blog-nav-item" href="/6.0/whats-new.html">New features</a> -->
           <a class="blog-nav-item" href="/language-packs/">Language packs</a>
           <a class="blog-nav-item" href="/data/">Datasets</a>
+          <a class="blog-nav-item" href="/support/">Support</a>
           <a class="blog-nav-item" href="/contributors.html">Contributors</a>
         </nav>
       </div>

http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/blob/1a7aa71a/support/index.md
----------------------------------------------------------------------
diff --git a/support/index.md b/support/index.md
new file mode 100644
index 0000000..4f05939
--- /dev/null
+++ b/support/index.md
@@ -0,0 +1,25 @@
+---
+layout: default6
+title: Support
+---
+
+You can
+[join the Joshua users group](https://groups.google.com/forum/?fromgroups#!forum/joshua_support)
+for user-oriented techical support, or the
+[developer's list](https://groups.google.com/forum/?fromgroups#!forum/joshua_developers)
+for developer support. You can also use the form below.
+
+<iframe id="forum_embed"
+   src="javascript:void(0)"
+   scrolling="no"
+   frameborder="0"
+   width="900"
+   height="700">
+</iframe>
+ 
+<script type="text/javascript">
+   document.getElementById("forum_embed").src =
+   "https://groups.google.com/forum/embed/?place=forum/joshua_support" +
+   "&showsearch=true&showpopout=true&parenturl=" +
+   encodeURIComponent(window.location.href);
+</script>