taskwarrior/html/download.html
Paul Beckingham 627d0a7ae9 Documentation Update - downloads
- Cleaned up task.html regarding pre-built packages.
- Commented download.html.
2009-05-23 09:50:33 -04:00

155 lines
5.7 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Task Downloads</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="task.css" type="text/css" />
</head>
<body>
<div id="container">
<table>
<tr>
<td>
<div id="toolbar">
<a href="task.html">Home</a>
<a href="setup.html">Setup</a>
<a href="30second.html">30-second Tutorial</a>
<a href="simple.html">Simple</a>
<a href="advanced.html">Advanced</a>
<a href="shell.html">Shell</a>
<a href="config.html">Configuration</a>
<a href="color.html">Colors</a>
<a href="recur.html">Recurrence</a>
<a href="date.html">Date Handling</a>
<a href="faq.html">FAQ</a>
<a href="versions.html">Old Versions</a>
<a href="links.html">Task on the Web</a>
<a href="download.html">Download</a>
</div>
<div id="content">
<br />
<br />
<br />
<h1 class="title">Task Downloads</h1>
<div class="content">
<table>
<tr>
<td colspan="3">
You should use the latest stable release if possible, but
the prior release is provided in the event of
incompatibility or defect.
<br />
<br />
</td>
</tr>
<!-- Current release -->
<tr style="background-color:#f0f0f0">
<td valign="top" rowspan="5">1.8.0 (Latest)<br />?/?/2009</td>
<td>Source</td>
<td><a href="http://www.beckingham.net/task-1.8.0.tar.gz">task-1.8.0.tar.gz</a></td>
</tr>
<tr style="background-color:#f0f0f0">
<td>Fedora 10 Linux</td>
<td><a href="http://www.beckingham.net/task-1.8.0-1.fc10.i386.rpm">task-1.8.0-1.fc10.i386.rpm</a></td>
</tr>
<tr style="background-color:#f0f0f0">
<td>Ubuntu 9.04 (jaunty) Linux</td>
<td><a href="http://www.beckingham.net/task-1.8.0-0ubuntu1.i386.deb">task_1.8.0-0ubuntu1_i386.deb</a></td>
</tr>
<tr style="background-color:#f0f0f0">
<td>Debian 5.0.1 (lenny) Linux</td>
<td><a href="http://www.beckingham.net/task-1.8.0-0.i386.deb">task_1.8.0-1_i386.deb</a></td>
</tr>
<tr style="background-color:#f0f0f0">
<td>OS X Leopard (Intel)</td>
<td><a href="http://www.beckingham.net/task-1.8.0.pkg">task-1.8.0.pkg</a></td>
</tr>
<!-- Prior release -->
<tr>
<td valign="top" rowspan="2">1.7.0 (Prior)<br />5/14/2009</td>
<td>Source</td>
<td><a href="http://www.beckingham.net/task-1.7.0.tar.gz">task-1.7.0.tar.gz</a></td>
</tr>
<tr>
<td>Fedora RPM</td>
<td><a href="http://www.beckingham.net/task-1.7.0-2.fc10.i386.rpm">task-1.7.0-2.fc10.i386.rpm</a></td>
</tr>
<tr>
<td height="30px"></td>
</td>
<!-- Source -->
<tr>
<td colspan="3">
Unless you are a developer, you should not use the
development version. It is provided for those who
wish to contribute code to the project.
<br />
<br />
</td>
</tr>
<tr>
<td>Development version</td>
<td>Git repository</td>
<td><a href="http://github.com/pbeckingham/task">http://github.com/pbeckingham/task</a></td>
</tr>
</table>
</div>
<br />
<br />
<div class="content">
<p>
Copyright 2006-2009, P. Beckingham. All rights reserved.
</p>
</div>
</div>
</td>
<td align="right" valign="top" width="200px">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-9709799404235424";
/* Task Main */
google_ad_slot = "8660617875";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4737637-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>