You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2019/12/27 22:51:37 UTC

[geode-site] branch master updated: Update for v1.11

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e0949d9  Update for v1.11
e0949d9 is described below

commit e0949d9a4451a0c1a48e1eb89f1dabd4110db513
Author: David Barnes <db...@pivotal.io>
AuthorDate: Fri Dec 27 11:58:14 2019 -0800

    Update for v1.11
---
 README.md                           |  8 +++---
 website/content/docs/index.html     | 19 +++++++++----
 website/content/releases/index.html | 54 +++++++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 36ca974..363d4b5 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,11 @@ This repository contains the source files for the [Apache Geode website](https:/
 
 The repository contains two branches:
 
-- The __master__ branch contains the site's framework, comprised of the top-level landing page and the next level of pages, such as Docs, Community, and Releases, and the tools needed to compile the deployable site. 
+- The __master__ branch contains the site's HTML framework, comprised of the top-level landing page and the next level of pages, such as Docs, Community, and Releases, and the tools needed to compile the deployable site. 
 
-  Most content resides under the `website/content` directory. These sources are compiled into a deployable site by gradle scripts using a tool called [Pandoc](http://johnmacfarlane.net/pandoc).
+  Content resides under the `website/content` directory. These sources are compiled into a deployable site by gradle scripts using a tool called [Pandoc](http://johnmacfarlane.net/pandoc).
 
-- The __asf-site__ branch contains a copy of the deployable site built from the __master__ branch, fleshed-out with __externally-generated__ content such as the User Guide and the Javadocs, which you build separately then add manually before publishing the completed site. 
+- The __asf-site__ branch contains a copy of the deployable site built from the __master__ branch, fleshed-out with __externally-generated__ content, which includes all non-HTML content such as the User Guide and the Javadocs, which you build separately then add manually before publishing the completed site. Stylesheets also reside on the __asf-site__ branch.
 
   To deploy the Apache Geode website, you push the __asf-site__ branch to the upstream Apache repository. An Apache "sync" tool monitors the __asf-site__ branch 
 of the repository and publishes your update to the
@@ -64,7 +64,7 @@ On the __master__ branch, update the website's framework pages. For a general re
   - {geode-site}/website/content/docs/index.html
   - {geode-site}/website/content/releases/index.html
   - If you need to change the layout or styling of the site, then you will probably need to change
-an HTML, JS or CSS file.
+an HTML, JS or CSS file on the __asf-site__ branch.
 
 
 ## Locally generate the site framework and review your changes
diff --git a/website/content/docs/index.html b/website/content/docs/index.html
index ad3f468..cf9bb89 100644
--- a/website/content/docs/index.html
+++ b/website/content/docs/index.html
@@ -32,12 +32,15 @@ under the License. -->
 <section class="bf-docs">
     <div class="container">
 	<div class="row">
-	    <div class="col-md-4">
+	    <div class="col-md-5">
     		<h3>User Documentation<br /></h3>
     		<p>User Guides, including installation instructions, by version:</p>
 		<p>
 		  <ul>
 		    <li>
+		      <a href="guide/111/about_geode.html">Apache Geode 1.11 User Guide</a>
+		    </li>
+		    <li>
 		      <a href="guide/110/about_geode.html">Apache Geode 1.10 User Guide</a>
 		    </li>
 		    <li>
@@ -47,6 +50,15 @@ under the License. -->
 		      <a href="guide/18/about_geode.html">Apache Geode 1.8 User Guide</a>
 		    </li>
 		    <li>
+		      <a href="guide/17/about_geode.html">Apache Geode 1.7 User Guide</a>
+		    </li>
+		    <li>
+		      <a href="geode-native/dotnet/111/about-client-users-guide.html">Apache Geode Native .NET Client 1.11 Guide</a>
+		    </li>
+		    <li>
+		      <a href="geode-native/cpp/111/about-client-users-guide.html">Apache Geode Native C++ Client 1.11 Guide</a>
+		    </li>
+		    <li>
 		      <a href="geode-native/110/about-client-users-guide.html">Apache Geode Native Client 1.10 User Guide</a>
 		    </li>
 		    <li>
@@ -55,9 +67,6 @@ under the License. -->
 		    <li>
 		      <a href="geode-native/18/about-client-users-guide.html">Apache Geode Native Client 1.8 User Guide</a>
 		    </li>
-		    <li>
-		      <a href="guide/17/about_geode.html">Apache Geode 1.7 User Guide</a>
-		    </li>
 		  </ul>
 		</p>
 	    </div>
@@ -67,7 +76,7 @@ under the License. -->
                 <p><a href="http://geode.apache.org/releases/latest/cppdocs/index.html" style="color: #1275ff;">Apache Geode Native Client C++ API Reference</a></p>
                 <p><a href="http://geode.apache.org/releases/latest/dotnetdocs/index.html" style="color: #1275ff;">Apache Geode Native Client .NET API Reference</a></p>
 	    </div>
-	    <div class="col-md-4">
+	    <div class="col-md-3">
 	    	<h3><a href="https://cwiki.apache.org/confluence/display/GEODE/Index" style="color: #1275ff;">Wiki</a></h3>
 	    	<p>Community contributions on various topics<p>
 	    </div>
diff --git a/website/content/releases/index.html b/website/content/releases/index.html
index 8bf64a6..3f25961 100644
--- a/website/content/releases/index.html
+++ b/website/content/releases/index.html
@@ -34,6 +34,60 @@ under the License. -->
       <!-- RELEASES -->
       <div class="container">
 
+        <!-- START OF 1.11.0-->
+        <h3>1.11.0</h3>
+        <!-- RELEASE NOTES -->
+        <strong><a target="_blank" href="https://cwiki.apache.org/confluence/display/GEODE/Release+Notes">Release Notes</a></strong>
+        <p/>
+
+        <!-- BINARY -->
+        <span> <strong>Binaries </strong>
+          [<a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.11.0/apache-geode-1.11.0.tgz">TGZ</a>, <a target="_blank" href="https://www.apache.org/dist/geode/1.11.0/apache-geode-1.11.0.tgz.sha256">SHA-256</a>,
+          <a target="_blank" href="https://www.apache.org/dist/geode/1.11.0/apache-geode-1.11.0.tgz.asc">PGP</a> ]
+        </span><br/>
+        <!-- SOURCE -->
+        <span> <strong>Source</strong>
+          [<a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.11.0/apache-geode-1.11.0-src.tgz">TGZ</a>, <a target="_blank" href="https://www.apache.org/dist/geode/1.11.0/apache-geode-1.11.0-src.tgz.sha256">SHA-256</a>,
+           <a target="_blank" href="https://www.apache.org/dist/geode/1.11.0/apache-geode-1.11.0-src.tgz.asc">PGP</a>
+           ]
+         </span><br/>
+        <!-- NATIVE CLIENT SOURCE -->
+        <span> <strong>Geode Native Source</strong>
+          [<a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.11.0/apache-geode-native-1.11.0-src.tar.gz">TAR.GZ</a>, <a target="_blank" href="https://www.apache.org/dist/geode/1.11.0/apache-geode-native-1.11.0-src.tar.gz.sha512">SHA-512</a>,
+           <a target="_blank" href="https://www.apache.org/dist/geode/1.11.0/apache-geode-native-1.11.0-src.tar.gz.asc">PGP</a>
+           ]
+         </span><br/>
+        <!-- Examples -->
+        <span> <strong>Examples</strong>
+           [ <a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.11.0/apache-geode-examples-1.11.0.zip">ZIP</a>, <a target="_blank" href="https://www.apache.org/dist/geode/1.11.0/apache-geode-examples-1.11.0.zip.sha256">SHA-256</a>,
+           <a target="_blank" href="https://www.apache.org/dist/geode/1.11.0/apache-geode-examples-1.11.0.zip.asc">PGP</a>
+            ] -
+           [<a target="_blank" href="http://apache.org/dyn/closer.cgi/geode/1.11.0/apache-geode-examples-1.11.0.tar.gz">TAR.GZ</a>, <a target="_blank" href="https://www.apache.org/dist/geode/1.11.0/apache-geode-examples-1.11.0.tar.gz.sha256">SHA-256</a>,
+           <a target="_blank" href="https://www.apache.org/dist/geode/1.11.0/apache-geode-examples-1.11.0.tar.gz.asc">PGP</a>
+           ]
+         </span><br/>
+
+        <!-- DEPENDENCY MANAGERS -->
+        <div class="container">
+          <strong>Gradle</strong>
+<pre class="prettyprint">
+dependencies {
+  compile 'org.apache.geode:geode-core:1.11.0'
+}
+</pre>
+          <strong>Maven</strong>
+<pre class="prettyprint">
+&lt;dependencies&gt;
+  &lt;dependency&gt;
+    &lt;groupId&gt;org.apache.geode&lt;/groupId&gt;
+    &lt;artifactId&gt;geode-core&lt;/artifactId&gt;
+    &lt;version&gt;1.11.0&lt;/version&gt;
+  &lt;/dependency&gt;
+&lt;/dependencies&gt;
+</pre>
+        </div>
+        <!-- END OF 1.11.0 -->
+
         <!-- START OF 1.10.0-->
         <h3>1.10.0</h3>
         <!-- RELEASE NOTES -->