summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2007-09-19 09:10:19 +0000
committerHubert Figuiere <hub@figuiere.net>2007-09-19 09:10:19 +0000
commit733fe274870a2ebaeffc2d304a6fbe1aead86362 (patch)
treeac45959dbb2ffce32fd6048e7d9f7a0d0de038c2 /index.html
parent3ff56ca6d7f1b7e0849caaf3b1de1d86136bc59f (diff)
New PHP based version instead of JS
Diffstat (limited to 'index.html')
-rw-r--r--index.html113
1 files changed, 0 insertions, 113 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index d26948c..0000000
--- a/index.html
+++ /dev/null
@@ -1,113 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
- <head>
- <title>Go-OO!</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>
- <script type="text/javascript" src="js/jquery.js"></script>
- <script type="text/javascript" src="js/jquery.history_remote.pack.js"></script>
- <script type="text/javascript" src="js/jquery.tabs.pack.js"></script>
- <script type="text/javascript" src="js/interface.js"></script>
- <script type="text/javascript" src="js/script.js"></script>
- </head>
- <body>
- <div id="wrap">
-
- <div id="header">
- <h1><a href="#summary">Go-OO</a></h1>
- </div>
- <div id="container">
-
- <ul id="nav">
- <li><a href="#summary"><span>Summary</span></a></li>
- <li><a href="#download"><span>Download</span></a></li>
- <li><a href="#discover"><span>Discover</span></a></li>
- <li><a href="#developers"><span>Developers</span></a></li>
- <li><a href="#about"><span>About</span></a></li>
- </ul>
-
- <div id="summary" class="container">
- <div id="splash">
- <h3>Your Open Office</h3>
- <p id="tagline">
- With word processing, spreadsheets,
- presentations, and everything else needed
- for creating and editing documents,
- OpenOffice has the tools it takes to
- create, edit, and share work. It's open
- source and cross-platform, so it's free
- and works on your computer.
- </p>
- <p>
- The go-oo version of OpenOffice is designed
- to give a foretaste of new features in development
- and includes functionality not acceptable to Sun.
- </p>
- <a href="#download">Download OpenOffice</a>
- </div>
- </div>
-
- <div id="download" class="container">
- <h3>Download OpenOffice.org</h3>
- Choose the version of OpenOffice that matches your computer's operating system.
- <dl>
- <dt><a href="http://go-oo.org/tstnvl/GoOo/">Windows</a> - simply download the zip file and run the
- embedded setup to install.</dt>
- <dt>SUSE
- Stable:
- <a href="http://download.opensuse.org/repositories/OpenOffice.org:/UNSTABLE/SLED_10/">SLED10</a>,
- <a href="http://download.opensuse.org/repositories/OpenOffice.org:/UNSTABLE/SUSE_Linux_10.1/">10.1</a>,
- <a href="http://download.opensuse.org/repositories/OpenOffice.org:/UNSTABLE/openSUSE_10.2/">10.2</a>
- Unstable:
- <a href="http://download.opensuse.org/repositories/OpenOffice.org:/STABLE/SLED_10/">SLED10</a>,
- <a href="http://download.opensuse.org/repositories/OpenOffice.org:/STABLE/SUSE_Linux_10.1/">10.1</a>,
- <a href="http://download.opensuse.org/repositories/OpenOffice.org:/STABLE/openSUSE_10.2/">10.2</a>
- <br>add a repository with zypper eg.
-<pre>zypper sa http://download.opensuse.org/repositories/OpenOffice.org:/STABLE/openSUSE_10.2
-zypper --non-interactive in OpenOffice_org-gnome</pre>
- </dt>
- <dt>Debian</dt>
- <dt>Ubuntu</dt>
- <dt>Mandriva</dt>
- <dt>Gentoo</dt>
- <dt>Ark</dt>
- <dt>PLD</dt>
- <dt>RPath</dt>
- <dt>Pardus</dt>
- <dt>QiLinux</dt>
- <dt>DroplineGNOME</dt>
- <dt>Frugalware</dt>
- <dt>Solaris</dt>
- </dl>
- </div>
-
- <div id="discover" class="container">
- <h3>Discover</h3>
- <div id="discovercontent"></div>
- </div>
-
- <div id="developers" class="container">
- <h3>Developers</h3>
- <div id="devcontent"></div>
- </div>
-
- <div id="about" class="container">
- <h3>About</h3>
- <div id="aboutcontent"></div>
- </div>
- </div>
-
- <div id="sidebar">
- <div class="text">
- openoffice<br>
- development
- </div>
- </div>
-
- </div>
- </body>
-</html>