Merge branch '3408-production-datamanager' refs #3408
authormishaz <misha@curoverse.com>
Tue, 17 Feb 2015 21:37:07 +0000 (21:37 +0000)
committermishaz <misha@curoverse.com>
Tue, 17 Feb 2015 21:37:07 +0000 (21:37 +0000)
doc/_includes/_navbar_top.liquid
doc/_layouts/default.html.liquid
doc/images/uses/shared.png
doc/images/uses/sharing.png [moved from doc/images/uses/share.png with 100% similarity]
doc/index.html.liquid
doc/start/getting_started/sharedata.html.textile.liquid

index 73b7abb9a355f6647c78fb98f9ca38074ab1b056..c6c8b28bff7f5ff95a3076842a1c2015215eaea8 100644 (file)
@@ -7,7 +7,7 @@
         <span class="icon-bar"></span>
         <span class="icon-bar"></span>
       </button>
-      <a class="navbar-brand" href="{{ site.baseurl }}/">Arvados Docs</a>
+      <a class="navbar-brand" href="{{ site.baseurl }}/">Arvados</a>
     </div>
     <div class="collapse navbar-collapse" id="bs-navbar-collapse">
       <ul class="nav navbar-nav">
@@ -17,7 +17,7 @@
         <li {% if page.navsection == 'api' %} class="active" {% endif %}><a href="{{ site.baseurl }}/api/index.html">API&nbsp;Reference</a></li>
         <li {% if page.navsection == 'adminguide' %} class="active" {% endif %}><a href="{{ site.baseurl }}/admin/index.html">Admin Guide</a></li>
         <li {% if page.navsection == 'installguide' %} class="active" {% endif %}><a href="{{ site.baseurl }}/install/index.html">Install Guide</a></li>
-        <li><a href="https://arvados.org/" style="padding-left: 2em">arvados.org&nbsp;&raquo;</a></li>
+        <li><a href="https://arvados.org/projects/arvados/" style="padding-left: 2em">Developer Site&nbsp;&raquo;</a></li>
       </ul>
     </div>
   </div>
index 2a45dd5bd053b6507210b26856fa81cfa92a82e6..b0b210f0e7a6397167636f0465d477175441600a 100644 (file)
@@ -2,7 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8">
-    <title>{% unless page.title == "Arvados | Documentation" %} Arvados | Documentation | {% endunless %}{{ page.title }}</title>
+    <title>{% unless page.title == "Arvados" %} Arvados | Documentation | {% endunless %}{{ page.title }}</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="">
     <meta name="author" content="">
 
     </script>
 
+{% if page.no_nav_left %}
+{% else %}
 <p style="text-align: center"><small>
 The content of this documentation is licensed under the
 <a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
@@ -107,6 +109,8 @@ The content of this documentation is licensed under the
 Code samples in this documentation are licensed under the
 <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small>
 </p>
+{% endif %}
+
 
   </body>
 </html>
index 86b7d542aefe66b654834c27945a58afec6035d2..26314193b34519b913afb496386b30bf46e9aa2c 100644 (file)
Binary files a/doc/images/uses/shared.png and b/doc/images/uses/shared.png differ
index 7c7eaed76033249dce1184bcf592c14ce882e89a..7ff1ead88e1e90cab783d74468bc98b72e8ecfa6 100644 (file)
@@ -2,7 +2,7 @@
 layout: default
 no_nav_left: true
 navsection: top
-title: Arvados | Documentation
+title: Arvados
 ...
 
 <div class="jumbotron">
@@ -22,14 +22,24 @@ title: Arvados | Documentation
 <div class="container-fluid">
   <div class="row">
     <div class="col-sm-5">
-      <p><a href="https://arvados.org/">Arvados</a>  enables you to quickly begin using cloud computing resources in your data science work. It allows you to track your methods and datasets, share them securely, and easily re-run analyses.
+      <p><a href="https://arvados.org/">Arvados</a> enables you to quickly begin using cloud computing resources in your data science work. It allows you to track your methods and datasets, share them securely, and easily re-run analyses.
       </p>
-      <p>Check out our <a href="{{ site.baseurl }}/start/index.html">key features</a>, complete with screenshots, and then follow our tutorial to <a href="{{ site.baseurl }}/start/getting_started/firstpipeline.html">run your first pipeline</a> using our <a href="http://lp.curoverse.com/beta-signup/">public beta</a>.
+      <p><strong>Quickstart</strong>: Check out our <a href="{{ site.baseurl }}/start/index.html">key features</a>, complete with screenshots, and then follow our tutorial to <a href="{{ site.baseurl }}/start/getting_started/firstpipeline.html">run your first pipeline</a> using our <a href="http://lp.curoverse.com/beta-signup/">public beta</a>.
       </p>
-      <p>On this page, you can also find more in-depth guides for using Arvados.
+      <p><strong>News</strong>: Read our <a href="https://arvados.org/projects/arvados/blogs">blog updates</a> or look through our <a href="https://arvados.org/projects/arvados/activity">recent developer activity</a>.
       </p>
+      <p><strong>Questions?</strong> Email <a href="http://lists.arvados.org/mailman/listinfo/arvados">arvados@arvado.org</a>, or chat with us on IRC: <a href="irc://irc.oftc.net:6667/#arvados">#arvados</a> @ OFTC (you can <a href="https://webchat.oftc.net/?channels=arvados">join in your browser</a>).
+      </p>
+      <p><strong>Want to contribute?</strong> Check out our <a href="https://arvados.org/projects/arvados">developer site</a>. We're open source, check out our code on <a href="https://github.com/curoverse/arvados">github</a>.
+      </p>
+      <p><strong>License</strong>: Arvados is under the copyleft <a href="{{ site.baseurl }}/user/copying/agpl-3.0.html">GNU AGPL v3</a>, with our SDKs under <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License 2.0</a> (so that you can incorporate proprietary toolchains into your pipelines).
+      </p>
+
     </div>
     <div class="col-sm-7" style="border-left: solid; border-width: 1px">
+      <p>Below you can also find more in-depth guides for using Arvados.
+      </p>
+      <br>
       <p>
         <a href="{{ site.baseurl }}/start/index.html">Getting Started</a> &mdash; Start here if you're new to Arvados.
       </p>
@@ -48,6 +58,14 @@ title: Arvados | Documentation
       <p>
         <a href="{{ site.baseurl }}/install/index.html">Install Guide</a> &mdash; How to install Arvados on a cloud platform.
       </p>
+      <br>
+      <p><em><small>
+      The content of the above documentation is licensed under the
+      <a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
+        Commons Attribution-Share Alike 3.0 United States</a> license. Code samples in the above documentation are licensed under the
+      <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small></em>
+      </p>
+
     </div>
   </div>
 </div>
index 572ed344bd8f40048d624de45dbd89f96e31f8a1..d5d2fcd9ede50a0fd46d1ef30cd8ff881dae9df3 100644 (file)
@@ -61,7 +61,7 @@ Step-by-step instructions are shown below.
     </div>
 
     <div class="item">
-      <img src="{{ site.baseurl }}/images/uses/share.png" alt="Click 'Create sharing link'. You can click 'unshare' at any later point.">
+      <img src="{{ site.baseurl }}/images/uses/sharing.png" alt="Click 'Create sharing link'. You can click 'unshare' at any later point.">
       <div class="carousel-caption">
         Click 'Create sharing link'. You can click 'Unshare' at any later point.
       </div>