You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.5 KiB
84 lines
2.5 KiB
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>Taskrambler - Download</title>
|
|
<link rel="stylesheet" type="text/css" href="/style/taskrambler.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="page">
|
|
<div id="title">
|
|
<a href="/main.html">
|
|
<div class="left">
|
|
<h1>Task</h1>
|
|
</div>
|
|
<img src="/image/rambler-logo2-small.jpg" />
|
|
<div class="right">
|
|
<h1>Rambler</h1>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</a>
|
|
</div>
|
|
|
|
<div id="menu">
|
|
<ul>
|
|
<li> </li>
|
|
<li><a href="/author.html">author</a></li>
|
|
<li><a href="/documentation.html">documentation</a></li>
|
|
<li><a href="/download.html">download</a></li>
|
|
<li><a href="/example.html">example</a></li>
|
|
<li> </li>
|
|
</ul>
|
|
<div class="clear"></div>
|
|
</div>
|
|
|
|
<div id="main">
|
|
<h1>Download</h1>
|
|
|
|
<hr />
|
|
<p class="abstract">
|
|
<span class="author">[GH]</span>
|
|
Here you will find links to snapshots, but please
|
|
keep in might that this is an unfinished project.
|
|
It also will contain some links.
|
|
</p>
|
|
<hr />
|
|
|
|
<h2>Tarballs of my tags</h2>
|
|
|
|
<p>
|
|
Also this is not ready at all I create tags as
|
|
well as tarballs from revisions I think of as stable.
|
|
Currently the following tarballs are available:
|
|
</p>
|
|
|
|
<ul>
|
|
<li><a href="http://redmine.weird-web-workers.org/attachments/download/3/taskrambler-0.1.tar.gz">taskrambler-0.1</a></li>
|
|
<li><a href="http://redmine.weird-web-workers.org/attachments/download/6/taskrambler-0.1.3.tar.gz">taskrambler-0.1.3</a></li>
|
|
<li><a href="http://redmine.weird-web-workers.org/attachments/download/7/taskrambler-0.1.4.tar.gz">taskrambler-0.1.4</a></li>
|
|
</ul>
|
|
|
|
<h2>Project page</h2>
|
|
|
|
<p>
|
|
Well, as taskrambler is not ready now I have to
|
|
use another project management system to organize this
|
|
project. The redmine project page for this project can be
|
|
found
|
|
<a href="http://redmine.weird-web-workers.org/projects/taskrambler" target="_blank">here</a>.
|
|
</p>
|
|
|
|
<h2>Github</h2>
|
|
There is also a github project of this.
|
|
The state of this is always the same as on the above
|
|
mentioned redmine. The github page can be found
|
|
<a href="https://github.com/georghopp/taskrambler" target="_blank">here</a>.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
<!-- vim: set ts=4 sw=4: -->
|