taskwarrior/task.html
Paul Beckingham 08f4ead97e - Fixed bug whereby the UUID generated by the custom generator was not terminated.
- Fixed bug whereby random numbers were used by the custom UUID generator, but srandom/srand was not called first.
2008-06-04 21:00:23 -04:00

11 lines
427 B
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</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
Download the latest task source code <a href="http://www.beckingham.net/task-1.0.0.tar.gz">task-1.0.0.tar.gz</a> (6/3/2008).
<body>
</html>