You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/11/23 08:01:15 UTC

svn commit: r1883738 - in /phoenix/site: publish/download.html publish/js/download.js publish/language/datatypes.html publish/language/functions.html publish/language/index.html source/src/site/markdown/download.md source/src/site/resources/js/download.js

Author: stoty
Date: Mon Nov 23 08:01:14 2020
New Revision: 1883738

URL: http://svn.apache.org/viewvc?rev=1883738&view=rev
Log:
Add phoenix-omid 1.0.2 to downloads

Modified:
    phoenix/site/publish/download.html
    phoenix/site/publish/js/download.js
    phoenix/site/publish/language/datatypes.html
    phoenix/site/publish/language/functions.html
    phoenix/site/publish/language/index.html
    phoenix/site/source/src/site/markdown/download.md
    phoenix/site/source/src/site/resources/js/download.js

Modified: phoenix/site/publish/download.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/download.html?rev=1883738&r1=1883737&r2=1883738&view=diff
==============================================================================
--- phoenix/site/publish/download.html (original)
+++ phoenix/site/publish/download.html Mon Nov 23 08:01:14 2020
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2020-10-26
+ Generated by Apache Maven Doxia at 2020-11-23
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -192,6 +192,17 @@
  <tbody> 
  </tbody> 
 </table> 
+<table border="0" class="bodyTable table table-striped table-hover" id="phoenix-omid-releases"> 
+ <thead> 
+  <tr class="a"> 
+   <th width="180">Phoenix Omid Version</th> 
+   <th width="100">Release Date</th> 
+   <th>Download</th> 
+  </tr> 
+ </thead> 
+ <tbody> 
+ </tbody> 
+</table> 
 <table border="0" class="bodyTable table table-striped table-hover" id="python-phoenixdb-releases"> 
  <thead> 
   <tr class="a"> 
@@ -220,6 +231,8 @@ addRelease('4.14.0-cdh5.11.2','09/jun/20
 addRelease('5.0.0-alpha-HBase-2.0','09/feb/2018');
 addPhoenixdbRelease('1.0.0','18/sep/2020');
 addPhoenixThirdpartyRelease('1.0.0','26/okt/2020');
+addPhoenixOmidRelease('1.0.2','23/nov/2020');
+
 //]]>
 </script>
 			</div>

Modified: phoenix/site/publish/js/download.js
URL: http://svn.apache.org/viewvc/phoenix/site/publish/js/download.js?rev=1883738&r1=1883737&r2=1883738&view=diff
==============================================================================
--- phoenix/site/publish/js/download.js (original)
+++ phoenix/site/publish/js/download.js Mon Nov 23 08:01:14 2020
@@ -58,3 +58,18 @@ function addPhoenixThirdpartyRelease(ver
         '</ul></td>';
     document.getElementById('phoenix-thirdparty-releases').appendChild(tr);
 }
+
+function addPhoenixOmidRelease(version, date) {
+    var tr = document.createElement('tr');
+    tr.innerHTML =
+        '<td>' + version + '</td>' +
+        '<td>' + date + '</td>' +
+        '<td><ul><li>' +
+          '<a href="' + dynUrl + 'phoenix-omid-' + version + '/phoenix-omid-' + version + '-src.tar.gz">src</a> ' +
+          '&nbsp;&nbsp;' +
+          '[ <a href="' + apacheUrlHttps + 'phoenix-omid-' + version + '/phoenix-omid-' + version + '-src.tar.gz.sha512">sha512</a>' +
+          ' | <a href="' + apacheUrlHttps + 'phoenix-omid-' + version + '/phoenix-omid-' + version + '-src.tar.gz.asc">asc</a> ]' +
+        '</li>' +
+        '</ul></td>';
+    document.getElementById('phoenix-omid-releases').appendChild(tr);
+}

Modified: phoenix/site/publish/language/datatypes.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/language/datatypes.html?rev=1883738&r1=1883737&r2=1883738&view=diff
==============================================================================
--- phoenix/site/publish/language/datatypes.html (original)
+++ phoenix/site/publish/language/datatypes.html Mon Nov 23 08:01:14 2020
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2020-10-26
+ Generated by Apache Maven Doxia at 2020-11-23
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/language/functions.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/language/functions.html?rev=1883738&r1=1883737&r2=1883738&view=diff
==============================================================================
--- phoenix/site/publish/language/functions.html (original)
+++ phoenix/site/publish/language/functions.html Mon Nov 23 08:01:14 2020
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2020-10-26
+ Generated by Apache Maven Doxia at 2020-11-23
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/language/index.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/language/index.html?rev=1883738&r1=1883737&r2=1883738&view=diff
==============================================================================
--- phoenix/site/publish/language/index.html (original)
+++ phoenix/site/publish/language/index.html Mon Nov 23 08:01:14 2020
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2020-10-26
+ Generated by Apache Maven Doxia at 2020-11-23
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/source/src/site/markdown/download.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/download.md?rev=1883738&r1=1883737&r2=1883738&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/download.md (original)
+++ phoenix/site/source/src/site/markdown/download.md Mon Nov 23 08:01:14 2020
@@ -25,6 +25,14 @@ Current release 4.15.0 can run on Apache
 </tr>
 </table>
 
+<table id="phoenix-omid-releases">
+<tr>
+    <th width='180'>Phoenix Omid Version</th>
+    <th width='100'>Release Date</th>
+    <th>Download</th>
+</tr>
+</table>
+
 <table id="python-phoenixdb-releases">
 <tr>
     <th width='180'>Python Driver Version</th>
@@ -51,5 +59,7 @@ addRelease('4.14.0-cdh5.11.2','09/jun/20
 addRelease('5.0.0-alpha-HBase-2.0','09/feb/2018');
 addPhoenixdbRelease('1.0.0','18/sep/2020');
 addPhoenixThirdpartyRelease('1.0.0','26/okt/2020');
+addPhoenixOmidRelease('1.0.2','23/nov/2020');
+
 //]]>
 </script>

Modified: phoenix/site/source/src/site/resources/js/download.js
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/resources/js/download.js?rev=1883738&r1=1883737&r2=1883738&view=diff
==============================================================================
--- phoenix/site/source/src/site/resources/js/download.js (original)
+++ phoenix/site/source/src/site/resources/js/download.js Mon Nov 23 08:01:14 2020
@@ -58,3 +58,18 @@ function addPhoenixThirdpartyRelease(ver
         '</ul></td>';
     document.getElementById('phoenix-thirdparty-releases').appendChild(tr);
 }
+
+function addPhoenixOmidRelease(version, date) {
+    var tr = document.createElement('tr');
+    tr.innerHTML =
+        '<td>' + version + '</td>' +
+        '<td>' + date + '</td>' +
+        '<td><ul><li>' +
+          '<a href="' + dynUrl + 'phoenix-omid-' + version + '/phoenix-omid-' + version + '-src.tar.gz">src</a> ' +
+          '&nbsp;&nbsp;' +
+          '[ <a href="' + apacheUrlHttps + 'phoenix-omid-' + version + '/phoenix-omid-' + version + '-src.tar.gz.sha512">sha512</a>' +
+          ' | <a href="' + apacheUrlHttps + 'phoenix-omid-' + version + '/phoenix-omid-' + version + '-src.tar.gz.asc">asc</a> ]' +
+        '</li>' +
+        '</ul></td>';
+    document.getElementById('phoenix-omid-releases').appendChild(tr);
+}