Merge branch 'master' into 1.3.1
Conflicts: task.html
This commit is contained in:
123
task.css
Normal file
123
task.css
Normal file
@@ -0,0 +1,123 @@
|
|||||||
|
body {
|
||||||
|
text-align: center;
|
||||||
|
margin: 0; padding: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#container {
|
||||||
|
width: 740px;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0 auto; padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header {
|
||||||
|
height: 60px;
|
||||||
|
margin: 0 0 15px; padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#page {}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
width: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header a:link,
|
||||||
|
#header a:visited {
|
||||||
|
color:#000;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header h1 {
|
||||||
|
font: bold 400% georgia, serif;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
margin: 0;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header h2 {
|
||||||
|
font: normal 12px verdana, arial, sans-serif;
|
||||||
|
margin: 2.5em 0 0 0.8em;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content {}
|
||||||
|
|
||||||
|
#content h1,
|
||||||
|
#content h2,
|
||||||
|
#content h3,
|
||||||
|
#content h4,
|
||||||
|
#content h5 {
|
||||||
|
font-family: "lucidamac bold", "lucida grande", arial, sans-serif;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content h1 {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content h2 {
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content h3 {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content h4 {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content h5 {
|
||||||
|
font-size: 18px;
|
||||||
|
background: #ffd;
|
||||||
|
border-bottom: 1px dotted #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content p {
|
||||||
|
line-height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content ul,
|
||||||
|
#content ol {
|
||||||
|
}
|
||||||
|
|
||||||
|
#content code {
|
||||||
|
font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content pre {
|
||||||
|
color: #63FF00;
|
||||||
|
background: #000;
|
||||||
|
overflow: auto;
|
||||||
|
font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
|
||||||
|
margin: 0.9em 0; padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
dt {
|
||||||
|
font: bold 14px "lucida grande", verdana, arial, helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
dd {
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font: normal 12px "lucida grande", verdana, arial, helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.small {
|
||||||
|
font: normal 10px verdana, arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table_h {
|
||||||
|
background-color: #e0e0e0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table_d {
|
||||||
|
background-color: #f7f7f7;
|
||||||
|
}
|
||||||
|
input,
|
||||||
|
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }
|
||||||
|
|
||||||
|
abbr { border: none; }
|
||||||
|
cite { font-style: normal; }
|
||||||
|
a img { border: none; padding: 0; margin: 0; }
|
||||||
|
|
||||||
175
task.html
175
task.html
@@ -3,135 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Task 1.3.1</title>
|
<title>Task 1.3.1</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" href="task.css" type="text/css" />
|
||||||
body {
|
|
||||||
text-align: center;
|
|
||||||
margin: 0; padding: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#container {
|
|
||||||
width: 740px;
|
|
||||||
text-align: left;
|
|
||||||
margin: 0 auto; padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#header {
|
|
||||||
height: 60px;
|
|
||||||
margin: 0 0 15px; padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#page {}
|
|
||||||
|
|
||||||
#content {
|
|
||||||
width: 500px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#header a:link,
|
|
||||||
#header a:visited {
|
|
||||||
color:#000;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#header h1 {
|
|
||||||
font: bold 400% georgia, serif;
|
|
||||||
letter-spacing: -1px;
|
|
||||||
margin: 0;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#header h2 {
|
|
||||||
font: normal 12px verdana, arial, sans-serif;
|
|
||||||
margin: 2.5em 0 0 0.8em;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content {}
|
|
||||||
|
|
||||||
#content h1,
|
|
||||||
#content h2,
|
|
||||||
#content h3,
|
|
||||||
#content h4,
|
|
||||||
#content h5 {
|
|
||||||
font-family: "lucidamac bold", "lucida grande", arial, sans-serif;
|
|
||||||
letter-spacing: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content h1 {
|
|
||||||
font-size: 24px;
|
|
||||||
margin: 0 0 0.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content h2 {
|
|
||||||
font-size: 22px;
|
|
||||||
margin: 0 0 0.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content h3 {
|
|
||||||
font-size: 20px;
|
|
||||||
margin: 1.2em 0 0.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content h4 {
|
|
||||||
font-size: 18px;
|
|
||||||
margin: 1.2em 0 0.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content h5 {
|
|
||||||
font-size: 18px;
|
|
||||||
background: #ffd;
|
|
||||||
margin: 1.2em 0 0.3em;
|
|
||||||
border-bottom: 1px dotted #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content p {
|
|
||||||
line-height: 15px;
|
|
||||||
margin: 0 0 1.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content ul,
|
|
||||||
#content ol {
|
|
||||||
margin: 1em;
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content code {
|
|
||||||
font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content pre {
|
|
||||||
color: #63FF00;
|
|
||||||
background: #000;
|
|
||||||
overflow: auto;
|
|
||||||
font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
|
|
||||||
margin: 0.9em 0; padding: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
dt {
|
|
||||||
font: bold 14px "lucida grande", verdana, arial, helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
dd {
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
font: normal 12px "lucida grande", verdana, arial, helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table_h {
|
|
||||||
background-color: #e0e0e0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table_d {
|
|
||||||
background-color: #f7f7f7;
|
|
||||||
}
|
|
||||||
input,
|
|
||||||
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }
|
|
||||||
|
|
||||||
abbr { border: none; }
|
|
||||||
cite { font-style: normal; }
|
|
||||||
a img { border: none; padding: 0; margin: 0; }
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -170,6 +42,11 @@ a img { border: none; padding: 0; margin: 0; }
|
|||||||
of the task source code (6/19/2008).
|
of the task source code (6/19/2008).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Take a look at the <a href="troubleshooting.html">troubleshooting guide</a>
|
||||||
|
for tips and workarounds to problems.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<h4>New in version 1.3.1</h4>
|
<h4>New in version 1.3.1</h4>
|
||||||
Source: <a href="http://www.beckingham.net/task-1.3.1.tar.gz">task-1.3.1.tar.gz</a>
|
Source: <a href="http://www.beckingham.net/task-1.3.1.tar.gz">task-1.3.1.tar.gz</a>
|
||||||
@@ -185,6 +62,9 @@ a img { border: none; padding: 0; margin: 0; }
|
|||||||
<p>
|
<p>
|
||||||
<h4>New in version 1.3.0</h4>
|
<h4>New in version 1.3.0</h4>
|
||||||
Source: <a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
|
Source: <a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
|
||||||
|
<br />
|
||||||
|
Debian package: <a href="http://www.beckingham.net/task_1.3.0-0_i386.deb">task_1.3.0-0_i386.deb</a>
|
||||||
|
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@@ -204,42 +84,7 @@ a img { border: none; padding: 0; margin: 0; }
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<h4>New in version 1.2.0</h4>
|
(Find out <a href="versions.html">what was new in prior versions</a>)
|
||||||
Source: <a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
|
|
||||||
<br />
|
|
||||||
Debian package: <a href="http://www.beckingham.net/task_1.2.0-1_i386.deb">task_1.2.0-1_i386.deb</a>
|
|
||||||
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>)
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Subprojects supported - please see documentation below, or TUTORIAL
|
|
||||||
file
|
|
||||||
<li>"dateformat" configuration variable now properly used to parse as
|
|
||||||
well as render dates
|
|
||||||
<li>"task list x" now performs a caseless comparison between "x" and
|
|
||||||
the task description
|
|
||||||
<li>"showage" configuration variable determines whether the "Age" column
|
|
||||||
should appear on the "task list" and "task next" reports
|
|
||||||
<li>Improvements to the TUTORIAL file and this page
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<h4>New in version 1.1.0</h4>
|
|
||||||
Source: <a href="http://www.beckingham.net/task-1.1.0.tar.gz">task-1.1.0.tar.gz</a>
|
|
||||||
<br />
|
|
||||||
Debian package: <a href="http://www.beckingham.net/task_1.1.0-1_i386.deb">task_1.1.0-1_i386.deb</a>
|
|
||||||
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>)
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>"blanklines" configuration variable to stop displaying unnecessary
|
|
||||||
white space and thus work better on small-screen devices
|
|
||||||
<li>"dateformat" configuration now determines how dates are formatted
|
|
||||||
<li>Better formatting of "task tags" output
|
|
||||||
<li>This home page set up, with TUTORIAL
|
|
||||||
<li>Added tags to the "task long" report
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
152
troubleshooting.html
Normal file
152
troubleshooting.html
Normal file
@@ -0,0 +1,152 @@
|
|||||||
|
<!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 Troubleshooting Guide</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="content">
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<h1 class="title">Task Troubleshooting Guide</h1>
|
||||||
|
<p>
|
||||||
|
Here you will find tips and suggestions for making task behave
|
||||||
|
properly, and bug workarounds.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<h2 class="title">Segmentation Fault for certain commands</h2>
|
||||||
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
Task 1.3.0 and earlier has been generating segmentation faults
|
||||||
|
after upgrading to a new version of task. This is mostly
|
||||||
|
occurring for Ubuntu users.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
While a fix is being worked on, here is a workaround:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<code><pre>% cd
|
||||||
|
% mv .task .task_backup
|
||||||
|
% mv .taskrc .taskrc_backup
|
||||||
|
% task version
|
||||||
|
(task will recreate .taskrc and .task)
|
||||||
|
% rm -r .task
|
||||||
|
% mv .task_backup .task</pre></code>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Please be careful with that "rm -r .task" command - it is all too
|
||||||
|
easy to make a mistake and delete something important.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<h2 class="title">How to get rid of the "Age" column</h2>
|
||||||
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
The "Age" column that shows up on several reports is proving
|
||||||
|
to be unpopular. In task 1.2.0 and later, here is how to
|
||||||
|
remove it from the reports - make sure you have the line:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<code><pre>showage=no</pre></code>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
in your ~/.taskrc file.
|
||||||
|
|
||||||
|
Note that the "task long" report does not obey this setting
|
||||||
|
in versions prior to 1.3.1.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p class="small">
|
||||||
|
The "showage" setting is supported in task 1.2.0 or later.
|
||||||
|
<br />
|
||||||
|
The "task long" report supports this setting in versions 1.3.1
|
||||||
|
or later.
|
||||||
|
</p>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<h2 class="title">How do I build task under Cygwin?</h2>
|
||||||
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
Task is built the same way everywhere. But under Cygwin, you'll
|
||||||
|
need to make sure you have the following packages available
|
||||||
|
first:
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>gcc
|
||||||
|
<li>make
|
||||||
|
<li>ncurses
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
The gcc and make packages allow you to compile the code, and
|
||||||
|
are therefore required, but the ncurses package is optional.
|
||||||
|
Ncurses will allow task to determine the width of the window, and
|
||||||
|
therefore use the whole width and wrap text accordingly.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
Copyright 2006-2008, 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>
|
||||||
|
|
||||||
133
versions.html
Normal file
133
versions.html
Normal file
@@ -0,0 +1,133 @@
|
|||||||
|
<!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 Prior Versions</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="content">
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<h1 class="title">Task Prior Versions</h1>
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
<h4>New in version 1.2.0</h4>
|
||||||
|
Source: <a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
|
||||||
|
<br />
|
||||||
|
Debian package: <a href="http://www.beckingham.net/task_1.2.0-1_i386.deb">task_1.2.0-1_i386.deb</a>
|
||||||
|
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>)
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Subprojects supported - please see documentation below, or TUTORIAL
|
||||||
|
file
|
||||||
|
<li>"dateformat" configuration variable now properly used to parse as
|
||||||
|
well as render dates
|
||||||
|
<li>"task list x" now performs a caseless comparison between "x" and
|
||||||
|
the task description
|
||||||
|
<li>"showage" configuration variable determines whether the "Age" column
|
||||||
|
should appear on the "task list" and "task next" reports
|
||||||
|
<li>Improvements to the TUTORIAL file and this page
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h4>New in version 1.1.0</h4>
|
||||||
|
Source: <a href="http://www.beckingham.net/task-1.1.0.tar.gz">task-1.1.0.tar.gz</a>
|
||||||
|
<br />
|
||||||
|
Debian package: <a href="http://www.beckingham.net/task_1.1.0-1_i386.deb">task_1.1.0-1_i386.deb</a>
|
||||||
|
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>)
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>"blanklines" configuration variable to stop displaying unnecessary
|
||||||
|
white space and thus work better on small-screen devices
|
||||||
|
<li>"dateformat" configuration now determines how dates are formatted
|
||||||
|
<li>Better formatting of "task tags" output
|
||||||
|
<li>This home page set up, with TUTORIAL
|
||||||
|
<li>Added tags to the "task long" report
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h4>New in version 1.0.1</h4>
|
||||||
|
Source: <a href="http://www.beckingham.net/task-1.0.1.tar.gz">task-1.0.1.tar.gz</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Fixed bug where the UUID generator not properly terminating strings
|
||||||
|
<li>Fixed bug where srandom/srand not called prior to custom UUID generation
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h4>Version 1.0.0</h4>
|
||||||
|
Source: <a href="http://www.beckingham.net/task-1.0.0.tar.gz">task-1.0.0.tar.gz</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Task 1.0.0 was the first publicly available version of task.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
Copyright 2006-2008, 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>
|
||||||
|
|
||||||
Reference in New Issue
Block a user