You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by td...@apache.org on 2016/02/04 03:15:19 UTC

svn commit: r1728399 - in /phoenix/site: publish/index.html publish/news.html source/src/site/markdown/index.md source/src/site/markdown/news.md

Author: tdsilva
Date: Thu Feb  4 02:15:19 2016
New Revision: 1728399

URL: http://svn.apache.org/viewvc?rev=1728399&view=rev
Log:
Fixed spacing issue in news.md and minor type in index.md

Modified:
    phoenix/site/publish/index.html
    phoenix/site/publish/news.html
    phoenix/site/source/src/site/markdown/index.md
    phoenix/site/source/src/site/markdown/news.md

Modified: phoenix/site/publish/index.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/index.html?rev=1728399&r1=1728398&r2=1728399&view=diff
==============================================================================
--- phoenix/site/publish/index.html (original)
+++ phoenix/site/publish/index.html Thu Feb  4 02:15:19 2016
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-02-02
+ Generated by Apache Maven Doxia at 2016-02-03
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -176,7 +176,7 @@
      </tr> 
     </tbody> 
    </table> 
-   <p><span id="alerts" style="background-color:#ffc; text-align: center;display: block;padding:10px; border-bottom: solid 1px #cc9"> <b><a href="news.html">News</a>:</b> Recently added: <a class="externalLink" href="http://phoenix.apache.org/transactions.html">News: Announcing transaction support in 4.7.0 release</a> (Feb 3, 2016) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a class="externalLink" href="https://twitter.com/ApachePhoenix"><img src="images/follow.png" title="Follow Apache Phoenix on Twitter" alt="" /></a></span></p> 
+   <p><span id="alerts" style="background-color:#ffc; text-align: center;display: block;padding:10px; border-bottom: solid 1px #cc9"> <b><a href="news.html">News</a>:</b> Recently added: Announcing <a href="transactions.html">transaction support</a> in 4.7.0 release &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a class="externalLink" href="https://twitter.com/ApachePhoenix"><img src="images/follow.png" title="Follow Apache Phoenix on Twitter" alt="" /></a></span></p> 
    <hr /> 
   </div> 
  </div> 

Modified: phoenix/site/publish/news.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/news.html?rev=1728399&r1=1728398&r2=1728399&view=diff
==============================================================================
--- phoenix/site/publish/news.html (original)
+++ phoenix/site/publish/news.html Thu Feb  4 02:15:19 2016
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-02-02
+ Generated by Apache Maven Doxia at 2016-02-03
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -152,12 +152,10 @@
   <div class="section"> 
    <h4 id="Announcing_transaction_support_in_4.7.0_release_Feb_3_2016"><a class="externalLink" href="http://phoenix.apache.org/transactions.html">Announcing transaction support in 4.7.0 release</a> (Feb 3, 2016)</h4> 
    <hr /> 
-   <hr /> 
   </div> 
   <div class="section"> 
    <h4 id="Announcing_time_series_optimization_in_Phoenix_4.6_released_Oct_23_2015"><a class="externalLink" href="https://blogs.apache.org/phoenix/entry/new_optimization_for_time_series">Announcing time series optimization in Phoenix 4.6 released</a> (Oct 23, 2015)</h4> 
    <hr /> 
-   <hr /> 
   </div> 
   <div class="section"> 
    <h4 id="Announcing_Phoenix_4.5_released_July_29_2015"><a class="externalLink" href="https://blogs.apache.org/phoenix/entry/announcing_phoenix_4_5_released">Announcing Phoenix 4.5 released</a> (July 29, 2015)</h4> 

Modified: phoenix/site/source/src/site/markdown/index.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/index.md?rev=1728399&r1=1728398&r2=1728399&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/index.md (original)
+++ phoenix/site/source/src/site/markdown/index.md Thu Feb  4 02:15:19 2016
@@ -45,7 +45,7 @@
 
 <span id="alerts" style="background-color:#ffc; text-align: center;display: block;padding:10px; border-bottom: solid 1px #cc9">
 <strong><a href="news.html">News</a>:</strong>
-Recently added: <a href="http://phoenix.apache.org/transactions.html">News: Announcing transaction support in 4.7.0 release</a> (Feb 3, 2016)
+Recently added: Announcing [transaction support](transactions.html) in 4.7.0 release 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
 <a href='https://twitter.com/ApachePhoenix'><img title="Follow Apache Phoenix on Twitter" src="images/follow.png"/></a></span>
 

Modified: phoenix/site/source/src/site/markdown/news.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/news.md?rev=1728399&r1=1728398&r2=1728399&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/news.md (original)
+++ phoenix/site/source/src/site/markdown/news.md Thu Feb  4 02:15:19 2016
@@ -3,10 +3,8 @@
 <hr/>
 #### [Announcing transaction support in 4.7.0 release](http://phoenix.apache.org/transactions.html) (Feb 3, 2016)
 <hr/>
-<hr/>
 #### [Announcing time series optimization in Phoenix 4.6 released](https://blogs.apache.org/phoenix/entry/new_optimization_for_time_series) (Oct 23, 2015)
 <hr/>
-<hr/>
 #### [Announcing Phoenix 4.5 released](https://blogs.apache.org/phoenix/entry/announcing_phoenix_4_5_released) (July 29, 2015)
 <hr/>
 #### [Blog on Spark Integration in Apache Phoenix](https://blogs.apache.org/phoenix/entry/spark_integration_in_apache_phoenix) (June 29, 2015)