[Libreoffice-commits] .: Branch 'go-oo' - 3 commits - about/index.html about/index.php developers/index.html developers/index.php developers/mailarchive download/index.html download/index.php include.mk index.html index.php Makefile mgp-users.html template.php users/faq users/index.html users/index.php users/mgp
Michael Meeks
michael at kemper.freedesktop.org
Tue May 1 08:14:04 PDT 2012
Makefile | 23 ---
about/index.html | 71 -----------
about/index.php | 42 ------
developers/index.html | 239 +-------------------------------------
developers/index.php | 204 --------------------------------
developers/mailarchive/index.html | 9 -
download/index.html | 12 +
download/index.php | 3
include.mk | 4
index.html | 61 ++++-----
index.php | 27 ++--
mgp-users.html | 6
template.php | 24 +--
users/faq/index.html | 92 --------------
users/index.html | 54 --------
users/index.php | 16 --
users/mgp/index.html | 115 ------------------
users/mgp/index.php | 79 ------------
18 files changed, 78 insertions(+), 1003 deletions(-)
New commits:
commit bb3751b88b4af3f0897e180f3beff5f180fc710b
Author: Michael Meeks <michael.meeks at suse.com>
Date: Tue May 1 16:12:17 2012 +0100
highlight go-oo obsoletion on the front page and fix links
diff --git a/developers/mailarchive/index.html b/developers/mailarchive/index.html
index 3ea6189..b996dbc 100644
--- a/developers/mailarchive/index.html
+++ b/developers/mailarchive/index.html
@@ -23,7 +23,7 @@
<li class="tabs-selected"><a href="http://www.libreoffice.org/developers/">Developers</a></li>
</ul>
<div id="tagline">
- <a href="http://www.go-oo.org">Better, Faster, Free-er</a>
+ <a href="http://www.libreoffice.org">LibreOffice is now Better, Faster, Free-er</a>
</div>
<div class="container">
diff --git a/index.html b/index.html
index 96f76af..9748629 100644
--- a/index.html
+++ b/index.html
@@ -23,17 +23,29 @@
<li class="tabs-container"><a href="http://www.libreoffice.org/developers/">Developers</a></li>
</ul>
<div id="tagline">
- <a href="http://www.go-oo.org">Better, Faster, Free-er</a>
+ <a href="http://www.libreoffice.org">LibreOffice is now Better, Faster, Free-er</a>
</div>
<div class="container">
<div id="splash">
<h2>Your Office Suite</h2>
+ <h1>Go-oo is obsoleted by LibreOffice</h1>
+ <div style="width: 20%; float: right;"><p><a href="http://documentfoundation.org"><img src="img/libreoffice-logo.png"></a></p></div>
+ <div style="width: 70%; float: left;">
+ <p>
+ The creation of <a href="http://documentfoundation.org">The Document
+ Foundation's</a> has provided the ideal home for the go-oo developers.
+ The go-oo project has been dis-continued in favour of <a
+ href="http://www.libreoffice.org">LibreOffice - the new home of the
+ open office suite</a>.
+ </p>
+ </div>
+ <hr/>
<div id="download">
- <a href="/download/">
+ <a href="http://www.libreoffice.org/download/">
<img id="home_oo_image" src="img/thumb_go-oox-pptx.png" /><br />
- <a href="/download/">Download</a>
+ <a href="http://www.libreoffice.org/download/">Download</a>
</div>
<h3>Better interoperability</h3>
<p>
@@ -115,17 +127,6 @@
that's really excellent, but this is not our focus: there are no formal
roles in development to reflect this valuable work.
</p>
-
- <h3>Go-oo joins forces with LibreOffice</h3>
- <div style="width: 70%; float: left;">
- <p>
- Go-oo shares much of its goals and philosophy with <a href="http://documentfoundation.org">The Document
- Foundation's</a> LibreOffice project, we're therefore supporting LibreOffice since it's inception, and are
- in the process of merging most of our patches over, as well as migrating to Document Foundation infrastructure.
- Going forward, the Go-oo project will be discontinued in favor of LibreOffice.
- </p>
- </div>
- <div style="width: 20%; float: right;"><p><a href="http://documentfoundation.org"><img src="img/libreoffice-logo.png"></a></p></div>
</div>
</div>
diff --git a/index.php b/index.php
index 828a696..d29c9b4 100644
--- a/index.php
+++ b/index.php
@@ -3,10 +3,22 @@ require("template.php");
$content = <<<EOT
+ <h1>Go-oo is obsoleted by LibreOffice</h1>
+ <div style="width: 20%; float: right;"><p><a href="http://documentfoundation.org"><img src="img/libreoffice-logo.png"></a></p></div>
+ <div style="width: 70%; float: left;">
+ <p>
+ The creation of <a href="http://documentfoundation.org">The Document
+ Foundation's</a> has provided the ideal home for the go-oo developers.
+ The go-oo project has been dis-continued in favour of <a
+ href="http://www.libreoffice.org">LibreOffice - the new home of the
+ open office suite</a>.
+ </p>
+ </div>
+ <hr/>
<div id="download">
- <a href="/download/">
+ <a href="http://www.libreoffice.org/download/">
<img id="home_oo_image" src="img/thumb_go-oox-pptx.png" /><br />
- <a href="/download/">Download</a>
+ <a href="http://www.libreoffice.org/download/">Download</a>
</div>
<h3>Better interoperability</h3>
<p>
@@ -88,17 +100,6 @@ $content = <<<EOT
that's really excellent, but this is not our focus: there are no formal
roles in development to reflect this valuable work.
</p>
-
- <h3>Go-oo joins forces with LibreOffice</h3>
- <div style="width: 70%; float: left;">
- <p>
- Go-oo shares much of its goals and philosophy with <a href="http://documentfoundation.org">The Document
- Foundation's</a> LibreOffice project, we're therefore supporting LibreOffice since it's inception, and are
- in the process of merging most of our patches over, as well as migrating to Document Foundation infrastructure.
- Going forward, the Go-oo project will be discontinued in favor of LibreOffice.
- </p>
- </div>
- <div style="width: 20%; float: right;"><p><a href="http://documentfoundation.org"><img src="img/libreoffice-logo.png"></a></p></div>
EOT;
print_page("Go-OO!", array("summary"),
diff --git a/template.php b/template.php
index d5373e5..f116fa0 100644
--- a/template.php
+++ b/template.php
@@ -60,7 +60,7 @@ function print_page($title, $context, $heading, $content, $subtabs = array())
?>
</ul>
<div id="tagline">
- <a href="http://www.go-oo.org">Better, Faster, Free-er</a>
+ <a href="http://www.libreoffice.org">LibreOffice is now Better, Faster, Free-er</a>
</div>
<?php
if (count ($subtabs) > 0) {
commit f4da3a4f3ad3b3c8bb262c42df70b8bfc48d29e2
Author: Michael Meeks <michael.meeks at suse.com>
Date: Tue May 1 16:04:01 2012 +0100
add static re-directs for download and developers pages.
diff --git a/Makefile b/Makefile
index 62c23e4..db48296 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,5 @@
include include.mk
-ALL_TARGETS = index.html \
- download/index.html \
- developers/index.html \
- developers/mailarchive/index.html
+ALL_TARGETS = index.html developers/mailarchive/index.html
all: $(ALL_TARGETS)
diff --git a/developers/index.html b/developers/index.html
index e69de29..8bc84a2 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>LibreOffice obsoletes go-oo.org and OpenOffice.org</title>
+<META HTTP-EQUIV="Refresh"
+ CONTENT="5; URL=http://www.libreoffice.org/developers/">
+</head>
+<body>
+Please visit the equivalent
+<a href="http://www.libreoffice.org/developers/">LibreOffice</a>
+page for the future of Free Software office suites; you will be
+re-directed in five seconds.
+</bode>
diff --git a/developers/index.php b/developers/index.php
deleted file mode 100644
index fd259f1..0000000
--- a/developers/index.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-header( 'Location: http://www.libreoffice.org/developers/' ) ;
-?>
diff --git a/developers/mailarchive/index.html b/developers/mailarchive/index.html
index df5876d..3ea6189 100644
--- a/developers/mailarchive/index.html
+++ b/developers/mailarchive/index.html
@@ -19,11 +19,8 @@
<div id="container">
<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>
+<li class="tabs-container"><a href="http://www.libreoffice.org/download/">Download</a></li>
+<li class="tabs-selected"><a href="http://www.libreoffice.org/developers/">Developers</a></li>
</ul>
<div id="tagline">
<a href="http://www.go-oo.org">Better, Faster, Free-er</a>
diff --git a/download/index.html b/download/index.html
new file mode 100644
index 0000000..79d8bb9
--- /dev/null
+++ b/download/index.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>LibreOffice obsoletes go-oo.org and OpenOffice.org</title>
+<META HTTP-EQUIV="Refresh"
+ CONTENT="5; URL=http://www.libreoffice.org/download/">
+</head>
+<body>
+Please visit the equivalent
+<a href="http://www.libreoffice.org/download/">LibreOffice</a>
+page for the future of Free Software office suites; you will be
+re-directed in five seconds.
+</bode>
diff --git a/download/index.php b/download/index.php
deleted file mode 100644
index 5695789..0000000
--- a/download/index.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-header( 'Location: http://www.libreoffice.org/download/' ) ;
-?>
diff --git a/index.html b/index.html
index f09531a..96f76af 100644
--- a/index.html
+++ b/index.html
@@ -19,11 +19,8 @@
<div id="container">
<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>
+<li class="tabs-container"><a href="http://www.libreoffice.org/download/">Download</a></li>
+<li class="tabs-container"><a href="http://www.libreoffice.org/developers/">Developers</a></li>
</ul>
<div id="tagline">
<a href="http://www.go-oo.org">Better, Faster, Free-er</a>
@@ -40,29 +37,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 +62,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 & memory in
diff --git a/template.php b/template.php
index ec7b893..d5373e5 100644
--- a/template.php
+++ b/template.php
@@ -8,26 +8,18 @@ function print_page($title, $context, $heading, $content, $subtabs = array())
// - (optional) the id of the tab it is under, this is for subsections
$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"),
- "mgp" => array("/users/mgp", "Magicpoint"),
- "mailarchive" => array("/developers/mailarchive",
+ "download" => array("http://www.libreoffice.org/download/", "Download"),
+ "developers" => array("http://www.libreoffice.org/developers/", "Developers"),
+ "mailarchive" => array("/developers/mailarchive",
"Mail archive", "developers"),
- "about" => array("/about/", "About")
);
// tabs state. the all have the "container" value
// and the current one MUST have the "selected" value
// this is all dependent on ths CSS used.
- $tabs = array ( "summary" => "container",
- "download" => "container",
- "planet" => "container",
- "developers" => "container",
- "about" => "container" );
-
+ $tabs = array ( "summary" => "container",
+ "download" => "container",
+ "developers" => "container" );
+
$id = "summary";
foreach ($context as $c) {
if (array_key_exists ($c, $tabs)) {
commit 8652ac88c31feb757ed888ef4adaa7e409161ff9
Author: Michael Meeks <michael.meeks at suse.com>
Date: Tue May 1 15:53:53 2012 +0100
Savagely remove obsolete cruft
diff --git a/Makefile b/Makefile
index 4ee74a4..62c23e4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,24 +1,8 @@
-
-
include include.mk
-
ALL_TARGETS = index.html \
download/index.html \
- discover/index.html \
- users/index.html \
- users/mgp/index.html \
developers/index.html \
- developers/mailarchive/index.html \
- about/index.html \
- img/go-oo-team.png
-
-all: CHECK $(ALL_TARGETS)
-
-img/go-oo-team.png: $(OOO_BUILD)/src/go-oo-team.png
- cp $< $@
-
-about/index.html: $(OOO_BUILD)/src/easter/people.txt
+ developers/mailarchive/index.html
-CHECK:
- @test -d $(OOO_BUILD) || echo "WARNING: '$(OOO_BUILD)' is not a directory."
+all: $(ALL_TARGETS)
diff --git a/about/index.html b/about/index.html
deleted file mode 100644
index 67d6600..0000000
--- a/about/index.html
+++ /dev/null
@@ -1,71 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
- <head>
- <title>The people behind go-oo.org</title>
- <style type="text/css">
- @import url(/css/blueprint/print.css) print;
- @import url(/css/blueprint/screen.css) screen;
- @import url(/css/tabs.css);
- @import url(/css/style.css);
- </style>
- </head>
- <body>
-<!-- DO NOT EDIT ! the html is generated by PHP. Edit the PHP instead -->
- <div id="wrap">
-
- <div id="header">
- <h1><a href="/">Go-OO</a></h1>
- </div>
- <div id="container">
- <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-container"><a href="/developers/">Developers</a></li>
-<li class="tabs-selected"><a href="/about/">About</a></li>
- </ul>
- <div id="tagline">
- <a href="http://www.go-oo.org">Better, Faster, Freer</a>
- </div>
-
- <div class="container">
- <div id="splash">
- <h2>The people behind go-oo.org</h2>
- <p>Go-oo has been contributed to by many people, past and present.</p>
-<p style="text-align: center;">
-<img src="/img/go-oo-team.png" alt="mugshots of the team" />
-</p><p style="text-align: center; height: 78px;">
-From top left: Andreas, Bernhard, Cedric, David, Dhananjay, Eric, Federico
-</p>
-<p style="text-align: center; height: 78px;">
-Fong, Fridrich, Giuseppe, Hubert, Jakub, Jan, Jan
-</p>
-<p style="text-align: center; height: 78px;">
-Jiao, Jody, Kai, Kalman, Kohei, Martin, Matthias
-</p>
-<p style="text-align: center; height: 78px;">
-Michael, Mike, Miklos, Noel, Petr, Radek, Rene
-</p>
-<p style="text-align: center; height: 78px;">
-Silvan, Thorsten, Tor, Volker, Wei, Yin, ZhangYun
-</p>
-<p>If you believe you should be on this page, but are missing please
-ping me <i>kendy at</i><i> novell.com</i></p>
- </div>
- </div>
-
- </div>
-
- <div id="sidebar">
- <div class="text">
- open office<br />
- development
- </div>
- </div>
-
- </div>
- </body>
-</html>
-
-
diff --git a/about/index.php b/about/index.php
deleted file mode 100644
index 205521c..0000000
--- a/about/index.php
+++ /dev/null
@@ -1,42 +0,0 @@
-<?php
-require("../template.php");
-
-$content = <<<EOT
-<p>Go-oo has been contributed to by many people, past and present.</p>
-<p style="text-align: center;">
-<img src="/img/go-oo-team.png" alt="mugshots of the team" />
-</p>
-EOT;
-$people = file($_SERVER['argv'][1]."/src/easter/people.txt");
-$names = array();
-foreach($people as $i)
-{
- if(!strlen(trim($i)) or substr($i, 0, 1) == "#")
- continue;
- $names[] = preg_replace("/^([^: ]+):* .*/", '$1', trim($i));
-}
-sort($names);
-$limit = 7;
-for($i=0;$i<count($names);$i+=$limit)
-{
- $content .= "<p style=\"text-align: center; height: 78px;\">\n";
- if($i==0)
- $content .= "From top left: ";
- $content .= join(", ", array_slice($names, $i, $limit));
- if(count($names)<$i+$limit)
- $content .= ".";
- $content .= "\n</p>\n";
-}
-$content .= <<<EOT
-<p>If you believe you should be on this page, but are missing please
-ping me <i>kendy at</i><i> novell.com</i></p>
-EOT;
-
-
-print_page("Go-OO! - About", array("about", "summary"),
- "The people behind go-oo.org",
- $content
- );
-
-?>
-
diff --git a/developers/index.html b/developers/index.html
index bee666b..e69de29 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -1,227 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
- <head>
- <title>Developers</title>
- <style type="text/css">
- @import url(/css/blueprint/print.css) print;
- @import url(/css/blueprint/screen.css) screen;
- @import url(/css/tabs.css);
- @import url(/css/style.css);
- </style>
- </head>
- <body>
-<!-- DO NOT EDIT ! the html is generated by PHP. Edit the PHP instead -->
- <div id="wrap">
-
- <div id="header">
- <h1><a href="/">Go-OO</a></h1>
- </div>
- <div id="container">
- <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>
- </ul>
- <div id="tagline">
- <a href="http://www.go-oo.org">Better, Faster, Free-er</a>
- </div>
-<ul id="hnav">
-<li><a href="http://svn.services.openoffice.org/opengrok/">OpenGrok</a></li>
-<li><a href="http://tinderbox.go-oo.org/">Tinderbox</a></li>
-<li><a href="http://termite.services.openoffice.org">Buildbot</a></li>
-<li><a href="http://webchat.freenode.net/" target="blank">#go-oo IRC Channel</a></li>
-</ul>
-
- <div class="container">
- <div id="splash">
- <h2>Developers</h2>
- <div id="dev-tools">
- <dl>
- <dt><a href="http://svn.services.openoffice.org/opengrok/">OpenGrok</a> (replaces LXR)</dt>
- <dd>
- <form method="get" action="http://svn.services.openoffice.org/opengrok/search">
- <label>
- Identifier
- <input type="text" name="refs" value="" size="10" />
- </label>
- <input type="submit" value="Find" class="hide" />
- </form>
- <form method="get" action="http://svn.services.openoffice.org/opengrok/search">
- <label>
- Text
- <input type="text" name="q" value="" size="10" />
- </label>
- <input type="submit" value="Find" class="hide" />
- </form>
- <form method="get" action="http://svn.services.openoffice.org/opengrok/search">
- <label>
- File
- <input type="text" name="path" value="" size="10" />
- </label>
- <input type="submit" value="Find" class="hide" />
- </form>
- </dd>
- <dt>Bugzilla</dt>
- <dd>
- <form method="get" action="http://www.openoffice.org/issues/show_bug.cgi">
- <a href="http://www.openoffice.org/issues/query.cgi">OO.o Issue</a> <a href="http://qa.openoffice.org/issue_handling/submission_gateway.html#code_module">New</a>
- <input name="id" size="8" />
- <input type="submit" value="Find" class="hide" />
- </form>
- <form method="get" action="https://bugzilla.novell.com/show_bug.cgi">
- <a href="https://bugzilla.novell.com/query.cgi">BNC Issue</a> <a href="https://bugzilla.novell.com/enter_bug.cgi">New</a>
- <input name="id" size="8" />
- <input type="submit" value="Find" class="hide" />
- </form>
- </dd>
- <dt>Development Tools</dt>
- <dd>
- <ul>
- <li><a href="http://svn.services.openoffice.org/opengrok/">OpenGrok</a> (replaces LXR)</li>
- <li><a href="http://tinderbox.go-oo.org/">Tinderbox</a></li>
- <li>
- <a href="http://termite.services.openoffice.org">Buildbot</a>
- (<a href="http://wiki.services.openoffice.org/wiki/Buildbot">More information</a>)
- </li>
- <li><a href="http://webchat.freenode.net/" target="blank">#go-oo IRC Chat</a></li>
- </ul>
- </dd>
- <dt>Hacker Guides</dt>
- <dd>
- <ul>
- <li><a href="hackers-guide.html">English</a></li>
- <li><a href="hackers-guide-ja.html">Japanese</a> 1.1</li>
- <li><a href="hackers-guide-de.html">German</a> 1.1</li>
- <li><a href="http://babelfish.altavista.com/tr?doit=done&url=http://go-oo.org/hackers-guide.html&lp=?" target="new">Other</a></li>
- <li><a href="old-guides.html">Old</a></li>
- </ul>
- </dd>
- <dt>Resources</dt>
- <dd>
- <ul>
- <li><b><a href="http://wiki.services.openoffice.org/wiki/">Wiki</a></b></li>
- <li><a href="http://planet.go-oo.org/">Planet OO.o</a> & <a href="http://planet.go-oo.org/rss20.xml">(rss)</a></li>
- <li><a href="tutorials/">Hackers Tutorials</a></li>
- <li><a href="cws.html">Hackers CWS howto</a> & <a href="cws-quickhowto-ja.html">Japanese</a></li>
- <li><a href="http://wiki.services.openoffice.org/wiki/Ooo-build">About ooo-build</a></li>
- <li><a href="http://wiki.services.openoffice.org/wiki/Environment_Variables">Tweaking setting at runtime.</a></li>
- <li><a href="http://wiki.services.openoffice.org/wiki/DomainDeveloper">Who is Whom?</a></li>
- <li><a href="http://eis.services.openoffice.org/EIS2/servlet/GuestLogon">EIS</a></li>
- <li><a href="http://wiki.services.openoffice.org/wiki/Tinderbox_Setup">Tinderbox setup</a></li>
- <li>ooo-build <a href="http://download.go-oo.org/">source</a> & <a href="http://cgit.freedesktop.org/ooo-build/ooo-build/tree/patches">patches</a></li>
- <li><a href="/users/mgp/">MagicPoint users</a></li>
- <li><a href="http://docs.go-oo.org/index.html">source code documentation</a></li>
- </ul>
- </dd>
- </dl>
- </div>
- <div>
- <h4 id="irc">IRC</h4>
- <p>We have a channel #go-oo on <a href="http://webchat.freenode.net/">irc.freenode.net</a>, where you can discuss development
- issues with hackers.</p>
- <p>To contact anyone wrt. go-oo see the ooo-build
- <a href="http://cgit.freedesktop.org/ooo-build/ooo-build/tree/AUTHORS">maintainers</a>
- or contact <i>kendy T novell com</i></p>
-
- <h4>Mailing List</h4>
-
- <p>There is a mailing for ooo-build development.
- <a href="http://lists.freedesktop.org/mailman/listinfo/ooo-build">More info</a> on
- how to <a href="http://lists.freedesktop.org/mailman/listinfo/ooo-build">subscribe</a> or to
- read the <a href="http://lists.freedesktop.org/archives/ooo-build/">archive</a>.
- The mailing list have been migrated twice over the time, so you can see
- also the <a href="mailarchive/">first old mailing list archive</a>, and the
- <a href="http://lists.go-oo.org/pipermail/dev-go-oo.org/">second old archive</a>.</p>
-
- <h4>Tarballs</h4>
- <p>You can download <a href="http://download.go-oo.org/">packages of OO.o here</a>.
- These are tested to ensure clean builds.</p>
-
- <h4>Translate a short German comment: [ thanks to <a href="http://babelfish.altavista.com">BabelFish</a> ]</h4>
- <form action="http://babelfish.altavista.com/tr" method="post" name="frmTrText">
- <input name="doit" value="done" type="hidden" />
- <input name="intl" value="1" type="hidden" />
- <input name="tt" value="urltext" type="hidden" />
- <textarea rows="2" wrap="virtual" cols="42" style="width: 30em;" name="trtext"></textarea><br />
- <input name="lp" value="de_en" type="hidden" />
- <input value="Translate" type="submit" />
- </form>
-
- <h4>Source</h4>
- <p>ooo-build sources are stored in
- <a href="http://git-scm.com/">Git</a>, <a
- href="http://www.freedesktop.org/wiki/Software/ooo-build/GettingIt">more
- detailed instructions</a> are available, but to simply check out the latest
- version of ooo-build:</p>
-
- <div class="pre">
- git clone git://anongit.freedesktop.org/git/ooo-build/ooo-build
- </div>
-
- <p>Registered developers should use the following command to enable writing
- to the repository:</p>
-
- <div class="pre">
- git clone ssh://[username@]git.freedesktop.org/git/ooo-build/ooo-build
- </div>
-
- <p>Once the source has been checked out, ooo-build can be built in
- very nearly the usual manner:</p>
- <div class="pre">
- cd ooo-build<br />
- ./autogen.sh --with-distro=<i>DISTRO</i><br />
- ./download<br />
- make
- </div>
-
- <p>where <i>DISTRO</i> is the basename of a file in the
- <a href="http://cgit.freedesktop.org/ooo-build/ooo-build/tree/distro-configs">distro-configs</a>
- directory, such as <i>Debian</i>, <i>SUSE</i>, or <i>Ubuntu</i>.</p>
-
- <p>Also note that running the ./download script will download additional files and packages over
- the net. Therefore, you need to have an active internet connection in order for this script to run successfully.</p>
-
- <p>Please refer to
- <a href="http://www.freedesktop.org/wiki/Software/ooo-build/BuildingIt">this page</a> for
- more information on how to build ooo-build from sources.</p>
-
- <h4>Tinderbox Build Status</h4>
- <p>Find an overview over the last tinderbox build results
- <a href="http://go-oo.org/tinderbox/all_trees.express.html">here</a>.</p>
- <p>A list of the currently open tinderbox branches (CWSs and MWSs) can be
- found <a href="http://tinderbox.go-oo.org">here</a>.</p>
- <p>For more information on branches, see the
- <a href="http://development.openoffice.org/releases/ooo_roadmap.pdf">roadmap</a>
- and <a href="http://development.openoffice.org/releases/">codelines</a> documents.
- To create your own tinderbox, check the
- <a href="http://wiki.services.openoffice.org/wiki/Tinderbox_Setup">Tinderbox
- setup guide</a>.</p>
-
- <h4>Changes in ooo-build</h4>
- <p>Use <a href="http://cia.vc/stats/project/ooo-build">CIA</a> to look up
- the latest changes in the ooo-build git repository.</p>
-
- <h4>Local web tools</h4>
- <p>Our patches to sync bonsai via cvsup, and a description of how to make LXR work
- on RH 8.0+ can be found <a href="web-patches/">here</a>.</p>
-
- </div>
- </div>
- </div>
-
- </div>
-
- <div id="sidebar">
- <div class="text">
- open office<br />
- development
- </div>
- </div>
-
- </div>
- </body>
-</html>
-
diff --git a/developers/index.php b/developers/index.php
index c3708dd..fd259f1 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -1,204 +1,3 @@
<?php
-require("../template.php");
-
-
-// some unused HTML snippets.
-/*
- <form method="get" action="http://bugzilla.novell.com/show_bug.cgi">
- <a href="http://bugzilla.novell.com/query.cgi?format=advanced">Novell Issue</a> <a href="https://bugzilla.novell.com/enter_bug.cgi?product=OpenOffice.org+2.0">New</a>
- <input name="id" size="6">
- <input type="submit" value="Find" class="hide">
- </form>
-*/
-
-// enter the content of the page here.
-$content = <<<EOT
- <div id="dev-tools">
- <dl>
- <dt><a href="http://svn.services.openoffice.org/opengrok/">OpenGrok</a> (replaces LXR)</dt>
- <dd>
- <form method="get" action="http://svn.services.openoffice.org/opengrok/search">
- <label>
- Identifier
- <input type="text" name="refs" value="" size="10" />
- </label>
- <input type="submit" value="Find" class="hide" />
- </form>
- <form method="get" action="http://svn.services.openoffice.org/opengrok/search">
- <label>
- Text
- <input type="text" name="q" value="" size="10" />
- </label>
- <input type="submit" value="Find" class="hide" />
- </form>
- <form method="get" action="http://svn.services.openoffice.org/opengrok/search">
- <label>
- File
- <input type="text" name="path" value="" size="10" />
- </label>
- <input type="submit" value="Find" class="hide" />
- </form>
- </dd>
- <dt>Bugzilla</dt>
- <dd>
- <form method="get" action="http://www.openoffice.org/issues/show_bug.cgi">
- <a href="http://www.openoffice.org/issues/query.cgi">OO.o Issue</a> <a href="http://qa.openoffice.org/issue_handling/submission_gateway.html#code_module">New</a>
- <input name="id" size="8" />
- <input type="submit" value="Find" class="hide" />
- </form>
- <form method="get" action="https://bugzilla.novell.com/show_bug.cgi">
- <a href="https://bugzilla.novell.com/query.cgi">BNC Issue</a> <a href="https://bugzilla.novell.com/enter_bug.cgi">New</a>
- <input name="id" size="8" />
- <input type="submit" value="Find" class="hide" />
- </form>
- </dd>
- <dt>Development Tools</dt>
- <dd>
- <ul>
- <li><a href="http://svn.services.openoffice.org/opengrok/">OpenGrok</a> (replaces LXR)</li>
- <li><a href="http://tinderbox.go-oo.org/">Tinderbox</a></li>
- <li>
- <a href="http://termite.services.openoffice.org">Buildbot</a>
- (<a href="http://wiki.services.openoffice.org/wiki/Buildbot">More information</a>)
- </li>
- <li><a href="http://webchat.freenode.net/" target="blank">#go-oo IRC Chat</a></li>
- </ul>
- </dd>
- <dt>Hacker Guides</dt>
- <dd>
- <ul>
- <li><a href="hackers-guide.html">English</a></li>
- <li><a href="hackers-guide-ja.html">Japanese</a> 1.1</li>
- <li><a href="hackers-guide-de.html">German</a> 1.1</li>
- <li><a href="http://babelfish.altavista.com/tr?doit=done&url=http://go-oo.org/hackers-guide.html&lp=?" target="new">Other</a></li>
- <li><a href="old-guides.html">Old</a></li>
- </ul>
- </dd>
- <dt>Resources</dt>
- <dd>
- <ul>
- <li><b><a href="http://wiki.services.openoffice.org/wiki/">Wiki</a></b></li>
- <li><a href="http://planet.go-oo.org/">Planet OO.o</a> & <a href="http://planet.go-oo.org/rss20.xml">(rss)</a></li>
- <li><a href="tutorials/">Hackers Tutorials</a></li>
- <li><a href="cws.html">Hackers CWS howto</a> & <a href="cws-quickhowto-ja.html">Japanese</a></li>
- <li><a href="http://wiki.services.openoffice.org/wiki/Ooo-build">About ooo-build</a></li>
- <li><a href="http://wiki.services.openoffice.org/wiki/Environment_Variables">Tweaking setting at runtime.</a></li>
- <li><a href="http://wiki.services.openoffice.org/wiki/DomainDeveloper">Who is Whom?</a></li>
- <li><a href="http://eis.services.openoffice.org/EIS2/servlet/GuestLogon">EIS</a></li>
- <li><a href="http://wiki.services.openoffice.org/wiki/Tinderbox_Setup">Tinderbox setup</a></li>
- <li>ooo-build <a href="http://download.go-oo.org/">source</a> & <a href="http://cgit.freedesktop.org/ooo-build/ooo-build/tree/patches">patches</a></li>
- <li><a href="/users/mgp/">MagicPoint users</a></li>
- <li><a href="http://docs.go-oo.org/index.html">source code documentation</a></li>
- </ul>
- </dd>
- </dl>
- </div>
- <div>
- <h4 id="irc">IRC</h4>
- <p>We have a channel #go-oo on <a href="http://webchat.freenode.net/">irc.freenode.net</a>, where you can discuss development
- issues with hackers.</p>
- <p>To contact anyone wrt. go-oo see the ooo-build
- <a href="http://cgit.freedesktop.org/ooo-build/ooo-build/tree/AUTHORS">maintainers</a>
- or contact <i>kendy T novell com</i></p>
-
- <h4>Mailing List</h4>
-
- <p>There is a mailing for ooo-build development.
- <a href="http://lists.freedesktop.org/mailman/listinfo/ooo-build">More info</a> on
- how to <a href="http://lists.freedesktop.org/mailman/listinfo/ooo-build">subscribe</a> or to
- read the <a href="http://lists.freedesktop.org/archives/ooo-build/">archive</a>.
- The mailing list have been migrated twice over the time, so you can see
- also the <a href="mailarchive/">first old mailing list archive</a>, and the
- <a href="http://lists.go-oo.org/pipermail/dev-go-oo.org/">second old archive</a>.</p>
-
- <h4>Tarballs</h4>
- <p>You can download <a href="http://download.go-oo.org/">packages of OO.o here</a>.
- These are tested to ensure clean builds.</p>
-
- <h4>Translate a short German comment: [ thanks to <a href="http://babelfish.altavista.com">BabelFish</a> ]</h4>
- <form action="http://babelfish.altavista.com/tr" method="post" name="frmTrText">
- <input name="doit" value="done" type="hidden" />
- <input name="intl" value="1" type="hidden" />
- <input name="tt" value="urltext" type="hidden" />
- <textarea rows="2" wrap="virtual" cols="42" style="width: 30em;" name="trtext"></textarea><br />
- <input name="lp" value="de_en" type="hidden" />
- <input value="Translate" type="submit" />
- </form>
-
- <h4>Source</h4>
- <p>ooo-build sources are stored in
- <a href="http://git-scm.com/">Git</a>, <a
- href="http://www.freedesktop.org/wiki/Software/ooo-build/GettingIt">more
- detailed instructions</a> are available, but to simply check out the latest
- version of ooo-build:</p>
-
- <div class="pre">
- git clone git://anongit.freedesktop.org/git/ooo-build/ooo-build
- </div>
-
- <p>Registered developers should use the following command to enable writing
- to the repository:</p>
-
- <div class="pre">
- git clone ssh://[username@]git.freedesktop.org/git/ooo-build/ooo-build
- </div>
-
- <p>Once the source has been checked out, ooo-build can be built in
- very nearly the usual manner:</p>
- <div class="pre">
- cd ooo-build<br />
- ./autogen.sh --with-distro=<i>DISTRO</i><br />
- ./download<br />
- make
- </div>
-
- <p>where <i>DISTRO</i> is the basename of a file in the
- <a href="http://cgit.freedesktop.org/ooo-build/ooo-build/tree/distro-configs">distro-configs</a>
- directory, such as <i>Debian</i>, <i>SUSE</i>, or <i>Ubuntu</i>.</p>
-
- <p>Also note that running the ./download script will download additional files and packages over
- the net. Therefore, you need to have an active internet connection in order for this script to run successfully.</p>
-
- <p>Please refer to
- <a href="http://www.freedesktop.org/wiki/Software/ooo-build/BuildingIt">this page</a> for
- more information on how to build ooo-build from sources.</p>
-
- <h4>Tinderbox Build Status</h4>
- <p>Find an overview over the last tinderbox build results
- <a href="http://go-oo.org/tinderbox/all_trees.express.html">here</a>.</p>
- <p>A list of the currently open tinderbox branches (CWSs and MWSs) can be
- found <a href="http://tinderbox.go-oo.org">here</a>.</p>
- <p>For more information on branches, see the
- <a href="http://development.openoffice.org/releases/ooo_roadmap.pdf">roadmap</a>
- and <a href="http://development.openoffice.org/releases/">codelines</a> documents.
- To create your own tinderbox, check the
- <a href="http://wiki.services.openoffice.org/wiki/Tinderbox_Setup">Tinderbox
- setup guide</a>.</p>
-
- <h4>Changes in ooo-build</h4>
- <p>Use <a href="http://cia.vc/stats/project/ooo-build">CIA</a> to look up
- the latest changes in the ooo-build git repository.</p>
-
- <h4>Local web tools</h4>
- <p>Our patches to sync bonsai via cvsup, and a description of how to make LXR work
- on RH 8.0+ can be found <a href="web-patches/">here</a>.</p>
-
- </div>
-EOT;
-
-print_page("Go-OO! - Developers",
- array("developers", "summary"),
- "Developers",
- $content,
- array (
- "OpenGrok" => "http://svn.services.openoffice.org/opengrok/",
- "Tinderbox" => "http://tinderbox.go-oo.org/",
- "Buildbot" => "http://termite.services.openoffice.org",
- "#go-oo IRC Channel" => array (
- "href" => "http://webchat.freenode.net/",
- "target" => "blank"
- ),
- )
-);
-
+header( 'Location: http://www.libreoffice.org/developers/' ) ;
?>
diff --git a/include.mk b/include.mk
index 6729a76..4d71766 100644
--- a/include.mk
+++ b/include.mk
@@ -1,10 +1,6 @@
-
# set the php command here.
PHP ?= php
-# set path to the ooo-build checkout here.
-OOO_BUILD ?= $(shell cd ../HEAD && pwd)
-
%.html: %.php $(PWD)/template.php
@echo "Processing $<"
cd `dirname $<` ; $(PHP) `basename $<` $(OOO_BUILD)> `basename $@`
diff --git a/mgp-users.html b/mgp-users.html
deleted file mode 100644
index 0885120..0000000
--- a/mgp-users.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<!doctype html PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
- <head>
- <meta http-equiv="Refresh" content="0;/users/mgp/" />
- </head>
-</html>
diff --git a/users/faq/index.html b/users/faq/index.html
deleted file mode 100644
index 1f30e15..0000000
--- a/users/faq/index.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<!doctype html PUBLIC "-//W3C//DTD HTML 4.0//EN">
-
-<html lang="en">
- <head>
- <meta lang="en" http-equiv="content-type" content="text/html; charset=ISO-8859-1">
- <title>OO.o frequently asked user questions</title>
- <link rel="icon" href="http://www.ximian.com/favicon.png" type="image/png">
- </head>
-
- <body>
- <h2>OO.o frequently asked user questions</h2>
-
- <h1>This page is now mostly obsolete</h1>
-
- <a href="http://wiki.services.openoffice.org/wiki/Environment_Variables">go here</a>
- instead.
-
- <h3>What environment variables can I tweak when things don't work</h3>
- <p>
- For those unfamiliar with Unix; these variables can be set before
- running OO.o by doing <code>export <i>variable</i>=<i>value</i></code>
- on the console. Make sure there is no existing OO.o running when
- you re-run OO.o though.
- </p>
- <table summary="Variables and their definitions">
- <tr>
- <th>variable</th><th>values</th><th>behavior</th>
- </tr>
- <tr>
- <td>GALLERY_ENABLE_ID_DIALOG</td><td><i>set</i></td>
- <td>
- Enable a right click menu allowing the icons' ID to be
- set, assuming you have write access to the gallery theme.
- </td>
- </tr>
- <tr>
- <td>GALLERY_SHOW_HIDDEN_THEMES</td><td><i>set</i></td>
- <td>
- Allows the gallery to show the private themes used for
- HtmlExportButtons and various special powerpoint shapes.
- </td>
- </tr>
- <tr>
- <td>GALLERY_SHOW_PRIVATE_TITLE</td><td><i>set</i></td>
- <td>
- Adds a right click -> 'Title' option for the gallery
- icons; NB. these must be writable by the user.
- </td>
- </tr>
- <tr>
- <td>SAL_DO_NOT_USE_INVERT50</td><td>true</td>
- <td>
- If you are running XFree86 < 4.2 and have an S3 Savage
- chip, you must use this, otherwise OOo will not work
- and the Xserver will eventually hang / lock the machine.
- </td>
- </tr>
- <tr>
- <td>SAL_ENABLE_GLX_XFREE4</td><td><i>set</i></td>
- <td>
- If set, this enables the use of XFree4.0's GLX
- module which is considered to be badly buggy and is
- disabled by default; apparently this is mostly
- Matrox related however.
- </td>
- </tr>
- <tr>
- <td>SAL_HIGHPRIORITY_REPAINT</td><td><i>any</i></td>
- <td>
- Apparently useful for taking screenshots.
- </td>
- </tr>
- <tr>
- <td>SAL_IGNOREXERRORS</td><td><i>any</i></td>
- <td>
- Instructs the GUI to ignore any errors from the X
- server.
- </td>
- </tr>
- </table>
-
- <h3>X server crash with Matrox cards</h3>
-
- <p>
- If your X server is using the mga driver, you may find your X server
- crashes. If so, add this option to the mga 'Device' section of
- /etc/X11/XFree86Config[-4]:
- </p>
- <pre>Option "XaaNoScreenToScreenColorExpandFill"</pre>
-
- </body>
-</html>
diff --git a/users/index.html b/users/index.html
deleted file mode 100644
index 2e3b34f..0000000
--- a/users/index.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
- <head>
- <title>User resources</title>
- <style type="text/css">
- @import url(/css/blueprint/print.css) print;
- @import url(/css/blueprint/screen.css) screen;
- @import url(/css/tabs.css);
- @import url(/css/style.css);
- </style>
- </head>
- <body>
-<!-- DO NOT EDIT ! the html is generated by PHP. Edit the PHP instead -->
- <div id="wrap">
-
- <div id="header">
- <h1><a href="/">Go-OO</a></h1>
- </div>
- <div id="container">
- <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>
- </ul>
- <div id="tagline">
- <a href="http://www.go-oo.org">Better, Faster, Free-er</a>
- </div>
-
- <div class="container">
- <div id="splash">
- <h2>User resources</h2>
- <ul>
-<li><a href="mgp/">Magicpoint users guide to OO.o's Impress</a> or hints
-MagicPoint users.</li>
-</ul>
- </div>
- </div>
-
- </div>
-
- <div id="sidebar">
- <div class="text">
- open office<br />
- development
- </div>
- </div>
-
- </div>
- </body>
-</html>
-
diff --git a/users/index.php b/users/index.php
deleted file mode 100644
index 62b0b63..0000000
--- a/users/index.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-require("../template.php");
-
-
-$content = <<<EOT
-<ul>
-<li><a href="mgp/">Magicpoint users guide to OO.o's Impress</a> or hints
-MagicPoint users.</li>
-</ul>
-EOT;
-
-print_page("Go-OO! - users", array("users", "summary"),
- "User resources",
- $content
-);
-?>
diff --git a/users/mgp/index.html b/users/mgp/index.html
deleted file mode 100644
index d39e316..0000000
--- a/users/mgp/index.html
+++ /dev/null
@@ -1,115 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
- <head>
- <title>Magicpoint users guide to OO.o's Impress</title>
- <style type="text/css">
- @import url(/css/blueprint/print.css) print;
- @import url(/css/blueprint/screen.css) screen;
- @import url(/css/tabs.css);
- @import url(/css/style.css);
- </style>
- </head>
- <body>
-<!-- DO NOT EDIT ! the html is generated by PHP. Edit the PHP instead -->
- <div id="wrap">
-
- <div id="header">
- <h1><a href="/">Go-OO</a></h1>
- </div>
- <div id="container">
- <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>
- </ul>
- <div id="tagline">
- <a href="http://www.go-oo.org">Better, Faster, Free-er</a>
- </div>
-
- <div class="container">
- <div id="splash">
- <h2>Magicpoint users guide to OO.o's Impress</h2>
- <p>
- Or - how hackers can use OO.o effectively and fast.
- Having been an ardent magicpoint user, and advocate for
- many years; I was amazed that in fact OO.o can be used
- almost as effectively (modulo the lack of emacs key
- bindings) for content, and can do so much more as well.
- </p>
- <h3>Creating a presentation</h3>
- <p>
- As everyone knows, they key to a good presentation is
- content, not gimmicks. Thus, it is vital to be able to
- edit the content, unimpeded by the trivial.
- </p>
- <p>
- In order to do this, create your presentation, using a
- sensible layout; then immediately switch to outline view
- (View->Master View->Outline View).
- To do this press F12, Control-F12 will switch back to the
- drawing view.
- </p>
- <p>
- At this point simply type; to get more indentation, press
- Tab; to loose a level of indentation use Shift-Tab;
- </p>
- <h3>Editing the styles</h3>
- <p>
- So; having created a few bullet points, and switched to
- drawing view, you notice that the bullets look pretty
- awful, and you want to change them for the whole
- presentation.
- </p>
- <p>
- Hit F11 - shows the style list, select 'Outline <i>N</i>'
- right click -> modify, and away you go - lots of funky
- options. Of course - you can also override those with
- sheet specific options, but that's less useful.
- </p>
- <h3>Background images</h3>
- <p>
- You can set a slide background image using
- Format->Page, Background->Bitmap.
- It is possible to add your own photos/images to the
- bitmaps list, just not in this dialog.
- Close the dialog and go to Format->Area, Bitmaps to
- find the Import button. Any bitmap you add here will be
- available as a page background.
- For more complex backgrounds
- (e.g. an image and a logo.), see below.
- </p>
- <h3>Editing the background / layout</h3>
- <p>
- At the bottom of the screen, to the left of the sheet
- tabs, and to the left of the 4 sheet tab shuttling
- controls there are 3 very magic buttons.
- In order to edit the default page background / layouts
- in the template, switch between the 'Slide View' and
- 'Master View' radio-toggles. Generating sane templates
- any other way is not feasible.
- </p>
- <h3>Stopping the auto-capitalization</h3>
- <p>
- Future versions of XOO.o will have this disabled; however
- for now the setting lurks in Tools -> Autocorrect, turn it
- off there for a less painful life.
- </p>
- </div>
- </div>
-
- </div>
-
- <div id="sidebar">
- <div class="text">
- open office<br />
- development
- </div>
- </div>
-
- </div>
- </body>
-</html>
-
diff --git a/users/mgp/index.php b/users/mgp/index.php
deleted file mode 100644
index c0e83ec..0000000
--- a/users/mgp/index.php
+++ /dev/null
@@ -1,79 +0,0 @@
-<?php
-
-require("../../template.php");
-
-$content = <<<EOT
- <p>
- Or - how hackers can use OO.o effectively and fast.
- Having been an ardent magicpoint user, and advocate for
- many years; I was amazed that in fact OO.o can be used
- almost as effectively (modulo the lack of emacs key
- bindings) for content, and can do so much more as well.
- </p>
- <h3>Creating a presentation</h3>
- <p>
- As everyone knows, they key to a good presentation is
- content, not gimmicks. Thus, it is vital to be able to
- edit the content, unimpeded by the trivial.
- </p>
- <p>
- In order to do this, create your presentation, using a
- sensible layout; then immediately switch to outline view
- (View->Master View->Outline View).
- To do this press F12, Control-F12 will switch back to the
- drawing view.
- </p>
- <p>
- At this point simply type; to get more indentation, press
- Tab; to loose a level of indentation use Shift-Tab;
- </p>
- <h3>Editing the styles</h3>
- <p>
- So; having created a few bullet points, and switched to
- drawing view, you notice that the bullets look pretty
- awful, and you want to change them for the whole
- presentation.
- </p>
- <p>
- Hit F11 - shows the style list, select 'Outline <i>N</i>'
- right click -> modify, and away you go - lots of funky
- options. Of course - you can also override those with
- sheet specific options, but that's less useful.
- </p>
- <h3>Background images</h3>
- <p>
- You can set a slide background image using
- Format->Page, Background->Bitmap.
- It is possible to add your own photos/images to the
- bitmaps list, just not in this dialog.
- Close the dialog and go to Format->Area, Bitmaps to
- find the Import button. Any bitmap you add here will be
- available as a page background.
- For more complex backgrounds
- (e.g. an image and a logo.), see below.
- </p>
- <h3>Editing the background / layout</h3>
- <p>
- At the bottom of the screen, to the left of the sheet
- tabs, and to the left of the 4 sheet tab shuttling
- controls there are 3 very magic buttons.
- In order to edit the default page background / layouts
- in the template, switch between the 'Slide View' and
- 'Master View' radio-toggles. Generating sane templates
- any other way is not feasible.
- </p>
- <h3>Stopping the auto-capitalization</h3>
- <p>
- Future versions of XOO.o will have this disabled; however
- for now the setting lurks in Tools -> Autocorrect, turn it
- off there for a less painful life.
- </p>
-EOT;
-
-print_page("Go-OO! - Users - MagicPoint", array("mgp", "users", "summary"),
- "Magicpoint users guide to OO.o's Impress",
- $content
- );
-
-
-?>
More information about the Libreoffice-commits
mailing list