blob: b2c1b3efec1fac2e780087a81f60d736d85dfd99 [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">
<meta name="GENERATOR" content="Quanta Plus">
<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</h2>
<p>This page lists third party distributors who have directly contacted Apache OpenOffice regarding
their distribution and who have been <font color="red">reviewed???</font> in accordance with the project's
<a href="http://www.openoffice.org/distribution/best-practices.html">Distribution Best Practices</a>.
</p>
<p>If you would like to be added to this list, please see the main <a href=>>Distribution</a> page.</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>
<td class="alt2"><div align="center">Distributor</div></td>
<td class="alt2"><div align="center">Location</div></td>
<td class="alt2"><div align="center">Additional Information</div></td>
</tr>
<tr>
<td><a href="http://www.openoffice.org"><font color="red">AOO CD (does not exist)</font></a></td>
<td>global</td>
<td>AOO 3.4.1</td>
</tr>
</table>
</div>
</div>
</body>
</html>