more documentation updates

This commit is contained in:
Jaromil 2011-03-30 13:30:08 +02:00
parent 16e723fa9e
commit 847872a69b
5 changed files with 42 additions and 9 deletions

View File

@ -3,7 +3,7 @@ Tomb is designed and written by Denis Roio aka Jaromil.
Tomb's artwork is contributed by Jordi aka Mon Mort
Testing and fixes are contributed by Dreamer and Hellekin O. Wolf
Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
Shining and Mancausoft.
Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth

View File

@ -5,6 +5,12 @@ March 2011 - 1.0
was added to the commandline. Commandline and desktop operations
are separate so that tomb can be used via remote terminal.
February 2011 - 0.9.2
The tomb-open wizard now correctly guides you through the creation
of new tombs and helps when saving the keys on external USB
storage devices. The status tray now reliably closes its tomb.
February 2011 - 0.9.1
Sourcecode cleanup, debugging and testing.

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

View File

@ -197,9 +197,37 @@ Below a list of formats you can download this application: ready to be
run with some of the interfaces developed, as a library you can use to
build your own application and as source code you can study.
*** Debian
To install the tomb and tomb-gtk package using apt, add this line to
your software sources (/etc/apt/source/list)
<example>
deb http://apt.dyne.org/debian stable main
</example>
*** Ubuntu
If you use Lucid (10.04) add to your software sources this PPA
<example>
ppa:jaromil/rastasoft
</example>
else if you are using Maverick or other older versions, you can still
try to install the packages, as they should work well, by adding these
two sources to /etc/apt/source.list
<example>
deb http://ppa.launchpad.net/jaromil/rastasoft/ubuntu lucid main
deb-src http://ppa.launchpad.net/jaromil/rastasoft/ubuntu lucid main
</example>
*** Code repository
Latest stable release is 0.9.2 (10 February 2011) more about it in the
Latest stable release is 1.0 (11 March 2011) more about it in the
[[ftp://ftp.dyne.org/tomb/NEWS][NEWS]] and [[ftp://ftp.dyne.org/tomb/ChangeLog][ChangeLog]]
Source releases are checked and signed by [[http://jaromil.dyne.org][Jaromil]] using [[http://www.gnupg.org][GnuPG]].
@ -241,12 +269,11 @@ Tomb is designed and written by [[http://jaromil.dyne.org][Jaromil]].
Tomb's artwork is contributed by [[http://monmort.blogspot.com][Món Mort]].
Testing and fixes are contributed by Dreamer and Hellekin O. Wolf.
Most research we refer to is documented by Clemens Fruhwirth.
Tomb relies on Cryptsetup(8) and LUKS, big up to the developers involved \o/
Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
Shining and Mancausoft.
Most research we refer to is documented by Clemens Fruhwirth who also
developed Cryptsetup together with Christophe Saout.
*** How can you help

View File

@ -231,7 +231,7 @@ gboolean right_click(GtkWidget *w, GdkEvent *e) {
gboolean cb_about(GtkWidget *w, GdkEvent *e) {
const gchar *authors[] = {"Jaromil - http://jaromil.dyne.org",
"Code reviews and contributions by:",
"Hellekin O. Wolf", NULL};
"Dreamer, Hellekin O. Wolf, Shining and Mancausoft", NULL};
const gchar *artists[] = {"Jordi aka Món Mort - http://monmort.blogspot.com",
"Asbesto Molesto - http://freaknet.org/asbesto",
NULL};