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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new b968099  Added contributions link in downloads
b968099 is described below

commit b968099ae17e1104469fa0a18425aecfcb7b2d09
Author: Stephen Mallette <[email protected]>
AuthorDate: Fri Jan 11 15:21:15 2019 -0500

    Added contributions link in downloads
    
    Replaces the javadoc link which seems kinda silly now with all the GLVs 
also having similar API links. the javadocs is also accessible immediately on 
the "documentation" link. Still need to do this for all the other releases on 
the download page but at least the pattern is there. CTR
---
 docs/site/home/downloads.html           | 106 ++++++++++++++++++++++++++++++--
 docs/src/dev/developer/release.asciidoc |   4 +-
 2 files changed, 105 insertions(+), 5 deletions(-)

diff --git a/docs/site/home/downloads.html b/docs/site/home/downloads.html
index a39a5dc..1d850d2 100644
--- a/docs/site/home/downloads.html
+++ b/docs/site/home/downloads.html
@@ -31,7 +31,7 @@ limitations under the License.
        <li><a href="https://www.nuget.org/packages/Gremlin.Net/";>NuGet</a></li>
      </ul>
     </p>
-     <p>Instructions on how to validate downloads via their signatures can be 
found <a href="#verify">below</a>.</p>
+    <p>Instructions on how to validate downloads via their signatures can be 
found <a href="#verify">below</a>.</p>
     <br/>
     <h4>Current Releases</h4>
     <table class="table">
@@ -46,7 +46,7 @@ limitations under the License.
                 <a 
href="https://github.com/apache/tinkerpop/blob/3.4.0/CHANGELOG.asciidoc#release-3-4-0";>release
 notes</a> |
                 <a 
href="http://tinkerpop.apache.org/docs/3.4.0/upgrade/#_tinkerpop_3_4_0";>upgrade</a>
 |
                 <a 
href="http://tinkerpop.apache.org/docs/3.4.0/";>documentation</a> |
-                <a 
href="http://tinkerpop.apache.org/javadocs/3.4.0/full/";>javadoc</a>
+                <a href="#" data-toggle="modal" 
data-target="#contributors-3_4_0">contributors</a>
             </td>
             <td align="right">
                 <a 
href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.0/apache-tinkerpop-gremlin-console-3.4.0-bin.zip";
 class="btn btn-primary">Gremlin Console <span class="glyphicon 
glyphicon-download-alt"></span></a>
@@ -65,7 +65,7 @@ limitations under the License.
                 <a 
href="https://github.com/apache/tinkerpop/blob/3.3.5/CHANGELOG.asciidoc#release-3-3-5";>release
 notes</a> |
                 <a 
href="http://tinkerpop.apache.org/docs/3.3.5/upgrade/#_tinkerpop_3_3_5";>upgrade</a>
 |
                 <a 
href="http://tinkerpop.apache.org/docs/3.3.5/";>documentation</a> |
-                <a 
href="http://tinkerpop.apache.org/javadocs/3.3.5/full/";>javadoc</a>
+                <a href="#" data-toggle="modal" 
data-target="#contributors-3_3_5">contributors</a>
             </td>
             <td align="right">
                 <a 
href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.5/apache-tinkerpop-gremlin-console-3.3.5-bin.zip";
 class="btn btn-primary">Gremlin Console <span class="glyphicon 
glyphicon-download-alt"></span></a>
@@ -84,7 +84,7 @@ limitations under the License.
                 <a 
href="https://github.com/apache/tinkerpop/blob/3.2.11/CHANGELOG.asciidoc#release-3-2.11";>release
 notes</a> |
                 <a 
href="http://tinkerpop.apache.org/docs/3.2.11/upgrade/#_tinkerpop_3_2_11";>upgrade</a>
 |
                 <a 
href="http://tinkerpop.apache.org/docs/3.2.11/";>documentation</a> |
-                <a 
href="http://tinkerpop.apache.org/javadocs/3.2.11/full/";>javadoc</a>
+                <a href="#" data-toggle="modal" 
data-target="#contributors-3_2_11">contributors</a>
             </td>
             <td align="right">
                 <a 
href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.2.11/apache-tinkerpop-gremlin-console-3.2.11-bin.zip";
 class="btn btn-primary">Gremlin Console <span class="glyphicon 
glyphicon-download-alt"></span></a>
@@ -656,4 +656,102 @@ limitations under the License.
     <p>Alternatively, consider verifying the SHA512 signature on the files. An 
SHA512 signature consists of 40 hex characters.
        Ensure that the generated signature string matches the signature string 
published in the files above.</p>
  </div>
+
+    <!-- Contributor Modals -->
+    <!-- 3.4.0 -->
+    <div class="modal fade" id="contributors-3_4_0" tabindex="-1" 
role="dialog">
+        <div class="modal-dialog" role="document">
+            <div class="modal-content">
+                <div class="modal-header">
+                    <button type="button" class="close" data-dismiss="modal" 
aria-label="Close"><span aria-hidden="true">&times;</span></button>
+                    <h4 class="modal-title">3.4.0</h4>
+                </div>
+                <div class="modal-body">
+                    <p>Release Manager: Stephen Mallette</p>
+                    <pre><code>$ git shortlog -sn 3.3.5..3.4.0
+   605  Stephen Mallette
+    63  Daniel Kuppitz
+    44  Jorge Bay Gondra
+    36  Florian Hockmann
+    26  Robert Dale
+     9  GCHQResearcher1337
+     6  Harsh Thakkar
+     5  Ashwini Singh
+     5  Patrik Husfloen
+     3  Justin Chu
+     2  HadoopMarc
+     2  Joshua Shinavier
+     2  Svante Schubert
+     2  davebshow
+     1  Alan Boudreault
+     1  Alex Liu
+     1  Jason Plurad
+     1  Kevin Gallardo
+     1  Otavio Santana
+     1  Russell Spitzer
+     1  Sam Havens</code></pre>
+                </div>
+                <div class="modal-footer">
+                    <button type="button" class="btn btn-default" 
data-dismiss="modal">Close</button>
+                </div>
+            </div>
+        </div>
+    </div>
+    <!-- 3.3.5 -->
+    <div class="modal fade" id="contributors-3_3_5" tabindex="-1" 
role="dialog">
+        <div class="modal-dialog" role="document">
+            <div class="modal-content">
+                <div class="modal-header">
+                    <button type="button" class="close" data-dismiss="modal" 
aria-label="Close"><span aria-hidden="true">&times;</span></button>
+                    <h4 class="modal-title">3.3.5</h4>
+                </div>
+                <div class="modal-body">
+                    <p>Release Manager: Stephen Mallette</p>
+                    <pre><code>$ git shortlog -sn 3.3.4..3.3.5
+    94  Stephen Mallette
+    11  Daniel Kuppitz
+     8  Robert Dale
+     7  Florian Hockmann
+     4  Jorge Bay Gondra
+     2  Eduard Tudenhoefner
+     2  Graff, Philip B
+     1  Abrag
+     1  Alan Boudreault
+     1  Alex Liu
+     1  Daniel C. Weber
+     1  Jermy Li
+     1  Otavio Santana
+     1  Tieu Philippe KHIM
+     1  Tony McNeil
+     1  artemaliev
+     1  fhammon</code></pre>
+                </div>
+                <div class="modal-footer">
+                    <button type="button" class="btn btn-default" 
data-dismiss="modal">Close</button>
+                </div>
+            </div>
+        </div>
+    </div>
+    <!-- 3.2.11 -->
+    <div class="modal fade" id="contributors-3_2_11" tabindex="-1" 
role="dialog">
+        <div class="modal-dialog" role="document">
+            <div class="modal-content">
+                <div class="modal-header">
+                    <button type="button" class="close" data-dismiss="modal" 
aria-label="Close"><span aria-hidden="true">&times;</span></button>
+                    <h4 class="modal-title">3.2.11</h4>
+                </div>
+                <div class="modal-body">
+                    <p>Release Manager: Stephen Mallette</p>
+                    <pre><code>$ git shortlog -sn 3.2.10..3.2.11
+     6  Stephen Mallette
+     4  Robert Dale
+     1  Florian Hockmann</code></pre>
+                </div>
+                <div class="modal-footer">
+                    <button type="button" class="btn btn-default" 
data-dismiss="modal">Close</button>
+                </div>
+            </div>
+        </div>
+    </div>
+
 </div>
diff --git a/docs/src/dev/developer/release.asciidoc 
b/docs/src/dev/developer/release.asciidoc
index ea8f3a5..d2b1fe8 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -199,7 +199,8 @@ then only do this step for 3.3.x (tp33 branch), and update 
the site for all rele
 .. Update the `template/header-footer.html`.
 .. Update `index.html`.
 .. Update link:http://tinkerpop.apache.org/downloads.html[Downloads] page, 
when moving "Current Releases" to "Archived
-Releases" recall that the hyperlink must change to point to version in the 
link:https://archive.apache.org/dist/tinkerpop/[Apache Archives].
+Releases" recall that the hyperlink must change to point to version in the 
link:https://archive.apache.org/dist/tinkerpop/[Apache Archives]
+("contributions" content will be added later).
 .. Preview changes locally with `bin/generate-home.sh` then commit changes to 
git.
 . `mvn versions:set -DnewVersion=xx.yy.zz -DgenerateBackupPoms=false` to 
update project files to reference the non-SNAPSHOT version
 . `pushd gremlin-console/bin; ln -fs 
../target/apache-tinkerpop-gremlin-console-xx.yy.zz-standalone/bin/gremlin.sh 
gremlin.sh; popd`
@@ -254,6 +255,7 @@ and 
link:https://hub.docker.com/r/tinkerpop/gremlin-server/[Server]
 . `cd release; svn add xx.yy.zz/; svn ci -m "TinkerPop xx.yy.zz release"`
 . Wait for Apache Sonatype to sync the artifacts to Maven Central at 
(link:http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/]).
 . Report the release through 
link:https://reporter.apache.org/addrelease.html?tinkerpop[reporter.apache.org] 
(an email reminder should arrive shortly following the svn command above to do 
the release)
+. Update the `site/downloads.html` - provide the contents for the modal that 
pops up from the "contributors" link.
 . Wait for zip distributions to sync to the Apache mirrors (i.e ensure the 
download links work from a mirror).
 . `bin/publish-home.sh <username>` to publish the updated web site with new 
releases.
 . Execute `bin/update-current-docs.sh` to migrate to the latest documentation 
set for `/current`.

Reply via email to