blob: 16f5d1f67641560dfca388b672526a8189cf57ec [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Distributor Listing page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="tableDecorate.js"></script>
<style type="text/css">
<!--
.oddRow {background:#EEEEEE}
.oddCol {color:black}
--></style>
</head>
<body>
<script language="JavaScript" type="text/javascript">
<!-- Start clocking device.
/*
* Returns an array with the <div> tags for the countries
*/
function getRegions() {
tags = document.getElementsByTagName("div");
regions = new Array();
for (i=0; i < tags.length; i++) {
if (tags[i].getAttribute("class") == "region" ) {
regions.push( tags[i] )
}
}
return regions;
}
function setRegion (value) {
regions = getRegions();
// Go through each region.
for (i=0; i < regions.length; i++) {
if (value == "all") {
regions[i].style.display = "block";
} else if (regions[i].getAttribute("id") == value) {
regions[i].style.display = "block";
} else {
regions[i].style.display = "none";
}
}
}
// End clocking device. -->
</script>
<style type="text/css">
div.region { display: block }
</style>
<div class="Acta1">
<h2>Third Party Distributors of Apache OpenOffice <font color="red">(DRAFT!)</font></h2>
<p>This page replaces the legacy CDROM main/sellers page.</p>
<p> If you are a CD/DVD distributor and wish to be added to this list,
please review the following items:
<ul>
<li>the <a href="http://www.openoffice.org/distribution/best-practices.html">Distribution Best Practices</a></li>
<li>the <a href="http://www.openoffice.org/distribution/index.html">Distribution FAQ</a>, </li>
</ul>
And, then follow the instructions in <a href="http://www.openoffice.org/distribution/distributor_instructions.html">Distributor Instructions</a>.
</p>
<!--<a href="http://distribution.openoffice.org/cdrom/distributors.html"><br />
<img src="img/sell_round.png" width="195" height="29" border="0" /><br />
click this button.</a>
<h3>Please select your region from the list:</h3>
<form method="post" action="">
View vendors from only one region
<select name="region" onChange="setRegion(region.value)" size="1">
<option value="global"> Global </option>
<option value="latino"> Latin America </option>
<option value="namerica">North America </option>
<option value="baltic"> Baltic </option>
<option value="weurope"> Western Europe</option>
<option value="eeurope"> Eastern Europe</option>
<option value="africa"> Africa </option>
<option value="asia"> Asia </option>
<option value="india"> India </option>
<option value="emed"> Eastern Mediterranean</option>
<option value="sea"> South-East Asia </option>
<option value="oceania"> Oceania </option>
<option value="all" selected="selected">All</option>
</select>
</form>
<p><a name="consumers"></a>The distributors below are listed alphabetically by country here as a courtesy; OpenOffice.org does not endorse any of them nor do we guarantee the contents of the CDs they sell. We also do not post any advertisements on behalf of any distributor.</p>
<p class="Header">CD-ROM Distributors</p><p>All offer the latest release. Check the particular distributor for the CD's contents (for example, localized builds).</p>
<p class="fontredochre"><strong>Note: OpenOffice.org makes no claims about the contents of any CD-ROM you may purchase from a distributor listed here. We list these only as a courtesy to the community.</strong></p>
<hr noshade="true">
<div id="global">
-->
<table width="100%" cellspacing="0" cellpadding="4"
summary="Table of distributors." class="decorate">
<tr>
<th>Distributor</th>
<th>Location</th>
<th>Medium</th>
<th>Operating System</th>
<th>Additional Information</th>
</tr>
<tr>
<td><a href="http://www.openoffice.org"><font color="red">AOO CD Company (does not exist)</font></a></td>
<td>US</td>
<td>DVD</td>
<td>Windows 7, Windows 8</td>
<td>AOO 3.4.1 and language packs</td>
</tr>
</table>
</div>
</body>
</html>