[ooo-build-commit] .: 2 commits - discover/go-calc-row-limit.png discover/go-calc-solver.png discover/go-calc-solver-thumb.png discover/index.html discover/index.php

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Mar 22 15:20:44 PDT 2010


 dev/null                       |binary
 discover/go-calc-row-limit.png |binary
 discover/index.html            |   11 ++++++-----
 discover/index.php             |   11 ++++++-----
 4 files changed, 12 insertions(+), 10 deletions(-)

New commits:
commit 7e627a7df9a2f72eb8871514205447d06bb59cb6
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Mar 22 18:20:03 2010 -0400

    More work on the Discover page.
    
    Replaced the startup performance item with Calc's row limit increase.

diff --git a/discover/go-calc-row-limit.png b/discover/go-calc-row-limit.png
new file mode 100644
index 0000000..1589c1a
Binary files /dev/null and b/discover/go-calc-row-limit.png differ
diff --git a/discover/go-calc-solver-thumb.png b/discover/go-calc-solver-thumb.png
deleted file mode 100644
index 9f8f6c7..0000000
Binary files a/discover/go-calc-solver-thumb.png and /dev/null differ
diff --git a/discover/go-calc-solver.png b/discover/go-calc-solver.png
deleted file mode 100644
index d846bc1..0000000
Binary files a/discover/go-calc-solver.png and /dev/null differ
diff --git a/discover/index.html b/discover/index.html
index c6cbd39..c99e928 100644
--- a/discover/index.html
+++ b/discover/index.html
@@ -67,10 +67,11 @@ SVG import filter. (<a href="tiger.svg" type="image/svg+xml">sample</a>)</p>
 </div>
 
 <div class="discover-tile" style="width: 15em;">
-<h4>Startup performance</h4>
-<p>Go-oo starts faster:<br>
-go-oo 2.1 vs. Sun/OO.o 2.3</p>
-<img src="startup.png" alt="startup comparison chart" />
+<h4>1 million rows in Calc</h4>
+<p>Go-oo&rsquo;s Calc supports 1 million rows.  Major performance issues associated with the row limit increase have been worked out to ensure usability 
+    (<a href="http://kohei.us/2010/02/20/increasing-calcs-row-limit-to-1-million/">read more</a>).<br>
+</p>
+<img src="go-calc-row-limit.png" alt="1 million row support" />
 </div>
 
 <div class="discover-tile" style="width: 15em;">
diff --git a/discover/index.php b/discover/index.php
index 28beae4..af640c2 100644
--- a/discover/index.php
+++ b/discover/index.php
@@ -38,10 +38,11 @@ SVG import filter. (<a href="tiger.svg" type="image/svg+xml">sample</a>)</p>
 </div>
 
 <div class="discover-tile" style="width: 15em;">
-<h4>Startup performance</h4>
-<p>Go-oo starts faster:<br>
-go-oo 2.1 vs. Sun/OO.o 2.3</p>
-<img src="startup.png" alt="startup comparison chart" />
+<h4>1 million rows in Calc</h4>
+<p>Go-oo&rsquo;s Calc supports 1 million rows.  Major performance issues associated with the row limit increase have been worked out to ensure usability 
+    (<a href="http://kohei.us/2010/02/20/increasing-calcs-row-limit-to-1-million/">read more</a>).<br>
+</p>
+<img src="go-calc-row-limit.png" alt="1 million row support" />
 </div>
 
 <div class="discover-tile" style="width: 15em;">
commit 58f7aab9463956c0a092dbf0eaab94f292a44bb2
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Mar 22 18:00:42 2010 -0400

    Encode single quote char since "'" screws up my editor's color coding.

diff --git a/discover/index.html b/discover/index.html
index 4c28458..c6cbd39 100644
--- a/discover/index.html
+++ b/discover/index.html
@@ -83,7 +83,7 @@ for a lightning second start. <br>
 
 <div class="discover-tile" style="width: 15em;">
 <h4 id="enhanced-sheet-tab">Enhanced sheet tab</h4>
-<p>Go-oo's Calc allows sheet tabs to be colored, and provides a quick way to insert new sheets.</p>
+<p>Go-oo&rsquo;s Calc allows sheet tabs to be colored, and provides a quick way to insert new sheets.</p>
 <img src="go-calc-sheet-tab.png" alt="go-oo enhanced sheet tab screenshot" />
 </div>
 
diff --git a/discover/index.php b/discover/index.php
index 7acf850..28beae4 100644
--- a/discover/index.php
+++ b/discover/index.php
@@ -54,7 +54,7 @@ for a lightning second start. <br>
 
 <div class="discover-tile" style="width: 15em;">
 <h4 id="enhanced-sheet-tab">Enhanced sheet tab</h4>
-<p>Go-oo's Calc allows sheet tabs to be colored, and provides a quick way to insert new sheets.</p>
+<p>Go-oo&rsquo;s Calc allows sheet tabs to be colored, and provides a quick way to insert new sheets.</p>
 <img src="go-calc-sheet-tab.png" alt="go-oo enhanced sheet tab screenshot" />
 </div>
 


More information about the ooo-build-commit mailing list