[Libreoffice-commits] .: developers/mailarchive download/index.html index.html Makefile template.php users/index.html users/mgp

Thorsten Behrens thorsten at kemper.freedesktop.org
Mon Aug 29 07:21:34 PDT 2011


 Makefile                          |    1 -
 developers/mailarchive/index.html |    1 -
 index.html                        |   26 ++++++++++----------------
 template.php                      |    2 --
 users/index.html                  |    1 -
 users/mgp/index.html              |    1 -
 6 files changed, 10 insertions(+), 22 deletions(-)

New commits:
commit 905c1103d30a2b0651ab57316ebc51a51e2bb8f7
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Mon Aug 29 16:21:13 2011 +0200

    More cleanup, aligning repo with local copy on fdo

diff --git a/Makefile b/Makefile
index 4ee74a4..f73bf67 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ include include.mk
 
 ALL_TARGETS = index.html \
 	download/index.html \
-	discover/index.html \
 	users/index.html \
 	users/mgp/index.html \
 	developers/index.html \
diff --git a/developers/mailarchive/index.html b/developers/mailarchive/index.html
index df5876d..8561b21 100644
--- a/developers/mailarchive/index.html
+++ b/developers/mailarchive/index.html
@@ -20,7 +20,6 @@
                 <ul id="nav">
 <li class="tabs-container"><a href="/">Home</a></li>
 <li class="tabs-container"><a href="/download/">Download</a></li>
-<li class="tabs-container"><a href="/discover/">Discover</a></li>
 <li class="tabs-container"><a href="http://planet.go-oo.org/">Planet</a></li>
 <li class="tabs-selected"><a href="/developers/">Developers</a></li>
 <li class="tabs-container"><a href="/about/">About</a></li>
diff --git a/download/index.html b/download/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/index.html b/index.html
index f09531a..6b28500 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,6 @@
                 <ul id="nav">
 <li class="tabs-selected"><a href="/">Home</a></li>
 <li class="tabs-container"><a href="/download/">Download</a></li>
-<li class="tabs-container"><a href="/discover/">Discover</a></li>
 <li class="tabs-container"><a href="http://planet.go-oo.org/">Planet</a></li>
 <li class="tabs-container"><a href="/developers/">Developers</a></li>
 <li class="tabs-container"><a href="/about/">About</a></li>
@@ -40,29 +39,24 @@
 	</div>
     <h3>Better interoperability</h3>
     <p>
-	Go-oo has built in <a href="/discover/#docx-support">OpenXML</a>
+	Go-oo has built in OpenXML
 	import filters and it will import your
-	Microsoft <a href="/discover/#ms-works-import">Works</a> files.
+	Microsoft Works files.
 	Compared with up-stream OO.o, it has
-	better Microsoft binary file support (with eg. <a
-	href="/discover/#fields-support">fields</a>
-	support), and it will import 
-	<a href="/discover/#wp-graphics-import">WordPerfect</a>
+	better Microsoft binary file support, and it will import 
+	WordPerfect
 	graphics beautifully. If you are reliant on Excel
-	<a href="/discover/#vba-support">VBA</a> macros - then Go-oo
+	VBA macros - then Go-oo
 	offers the best macro fidelity too. If you expect your spreadsheets
-	to calculate compatibly, or you get embedded Visio <a
-	href="/discover/#emf-rendering">diagrams</a> in your documents,
+	to calculate compatibly, or you get embedded Visio diagrams in your documents,
 	you'll want Go-oo.
     </p>
 
     <h3>Better functionality</h3>
     <p>
 	Go-oo's user interface is more familiar, with lots of small pieces
-	of polish. We have built-in (working) <a href="/discover/#gstreamer">
-	multimedia</a> integration on Linux, a beautiful <a
-	href="/discover/#calc-solver">solver</a> component, and your <a
-	href="/discover/#chinese-rendering">Chinese</a> should look sane.
+	of polish. We have built-in (working) multimedia integration on Linux, 
+    a beautiful solver component, and your Chinese should look sane.
 	We also integrate with your system better by default: eg. enabling
 	native file-selectors on Linux.
     </p>
@@ -70,8 +64,8 @@
     <h3>A Faster application</h3>
     <p>
 	From first-time startup, where we sort I/O to reduce seek cost,
-	to a highly optimised second start application and a systray <a
-	href="/discover/#quickstarter">quick-starter</a> on Linux we
+	to a highly optimised second start application and a systray 
+    quick-starter on Linux we
 	are faster.
 	We use less memory than up-stream, we link faster, use better
 	system allocators, and don't waste so much time &amp; memory in
diff --git a/template.php b/template.php
index ec7b893..6f9137d 100644
--- a/template.php
+++ b/template.php
@@ -9,8 +9,6 @@ function print_page($title, $context, $heading, $content, $subtabs = array())
 	$hnav = array( "summary" => array("/", "Home"),
 			"home" => array("/", "Home"),
 			"download" => array("/download/", "Download"),
-			"comingsoon" => array("/discover/comingsoon/", 
-                                              "Coming Soon", "discover"),
 			"planet" => array("http://planet.go-oo.org/", "Planet"),
 			"developers" => array("/developers/", "Developers"),
 			"users" => array("/users/", "Users"),
diff --git a/users/index.html b/users/index.html
index 2e3b34f..7204587 100644
--- a/users/index.html
+++ b/users/index.html
@@ -20,7 +20,6 @@
                 <ul id="nav">
 <li class="tabs-selected"><a href="/">Home</a></li>
 <li class="tabs-container"><a href="/download/">Download</a></li>
-<li class="tabs-container"><a href="/discover/">Discover</a></li>
 <li class="tabs-container"><a href="http://planet.go-oo.org/">Planet</a></li>
 <li class="tabs-container"><a href="/developers/">Developers</a></li>
 <li class="tabs-container"><a href="/about/">About</a></li>
diff --git a/users/mgp/index.html b/users/mgp/index.html
index d39e316..93d334d 100644
--- a/users/mgp/index.html
+++ b/users/mgp/index.html
@@ -20,7 +20,6 @@
                 <ul id="nav">
 <li class="tabs-selected"><a href="/">Home</a></li>
 <li class="tabs-container"><a href="/download/">Download</a></li>
-<li class="tabs-container"><a href="/discover/">Discover</a></li>
 <li class="tabs-container"><a href="http://planet.go-oo.org/">Planet</a></li>
 <li class="tabs-container"><a href="/developers/">Developers</a></li>
 <li class="tabs-container"><a href="/about/">About</a></li>


More information about the Libreoffice-commits mailing list