Browse Source

Merge branch 'release0.1.5' into next

release0.1.6
Georg Hopp 12 years ago
parent
commit
9c0d6b7d73
  1. 60
      assets/html/documentation.html
  2. 1
      assets/html/download.html

60
assets/html/documentation.html

@ -62,11 +62,67 @@
<hr />
<p class="abstract">
<span class="author">[GH]</span>
This has to be written and will come in future.
Currently this is more a changelog and a description
how to use new features.
</p>
<hr />
<br /><br /><br /><br /><br /><br />
<h2>Version 0.1.5</h2>
<p>
Another step on the way. Now basic signup is possible.
Users and credential will be stored in gdbm files.
If you do not want to signup you can use the pre created
guest account to login.<br/><br/>
<b>username:</b> guest<br/>
<b>password:</b> guest<br/><br/>
This user will not be available if you build your own
version of taskrambler.
</p>
<h3>Usage</h3>
<p>
The signup and login can be testes by clicking on
signup or login in the menu. A popup should occur where
you can enter the neccessary informations. Currently
no sanity checks are done on the given data. The key
is the email address.
</p>
<p>
If you signup with an email address
that is already in the database nothing happens, else
a user will be created and logged in.
</p>
<p>
After a successful login the first and surname will be
visible in the upper right corner of the page.
</p>
<p>
Additionally to the name you can find the version,
session id as well as an indicator how long the session
lasts. A session lasts 5 minutes since the last preocessed
request.
</p>
<h3>Changes</h3>
<p>
<ul>
<li>add storage layer</li>
<li>add signup functionality</li>
<ul>
<li>store users</li>
<li>store passwords as PBKDF2 sha512</li>
</ul>
<li>make login work agains ldap and stored passwords</li>
<li>add favicon</li>
<li>show version, session info and login info on each page</li>
</ul>
</p>
</div>
<div id="footer">

1
assets/html/download.html

@ -80,6 +80,7 @@
<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>
<li><a href="http://redmine.weird-web-workers.org/attachments/download/7/taskrambler-0.1.5.tar.gz">taskrambler-0.1.5</a></li>
</ul>
<h2>Project page</h2>

Loading…
Cancel
Save