mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-02-02 11:58:28 +00:00
more documentation updates
This commit is contained in:
parent
16e723fa9e
commit
847872a69b
4
AUTHORS
4
AUTHORS
@ -3,7 +3,7 @@ Tomb is designed and written by Denis Roio aka Jaromil.
|
|||||||
|
|
||||||
Tomb's artwork is contributed by Jordi aka Mon Mort
|
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
|
Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth
|
||||||
|
|
||||||
|
@ -5,6 +5,12 @@ March 2011 - 1.0
|
|||||||
was added to the commandline. Commandline and desktop operations
|
was added to the commandline. Commandline and desktop operations
|
||||||
are separate so that tomb can be used via remote terminal.
|
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
|
February 2011 - 0.9.1
|
||||||
|
|
||||||
Sourcecode cleanup, debugging and testing.
|
Sourcecode cleanup, debugging and testing.
|
||||||
|
BIN
doc/web/views/images/favicon.ico
Normal file
BIN
doc/web/views/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 766 B |
@ -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
|
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.
|
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
|
*** 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]]
|
[[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]].
|
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]].
|
Tomb's artwork is contributed by [[http://monmort.blogspot.com][Món 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.
|
||||||
Most research we refer to is documented by Clemens Fruhwirth.
|
|
||||||
|
|
||||||
Tomb relies on Cryptsetup(8) and LUKS, big up to the developers involved \o/
|
|
||||||
|
|
||||||
|
Most research we refer to is documented by Clemens Fruhwirth who also
|
||||||
|
developed Cryptsetup together with Christophe Saout.
|
||||||
|
|
||||||
*** How can you help
|
*** How can you help
|
||||||
|
|
||||||
|
@ -231,7 +231,7 @@ gboolean right_click(GtkWidget *w, GdkEvent *e) {
|
|||||||
gboolean cb_about(GtkWidget *w, GdkEvent *e) {
|
gboolean cb_about(GtkWidget *w, GdkEvent *e) {
|
||||||
const gchar *authors[] = {"Jaromil - http://jaromil.dyne.org",
|
const gchar *authors[] = {"Jaromil - http://jaromil.dyne.org",
|
||||||
"Code reviews and contributions by:",
|
"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",
|
const gchar *artists[] = {"Jordi aka Món Mort - http://monmort.blogspot.com",
|
||||||
"Asbesto Molesto - http://freaknet.org/asbesto",
|
"Asbesto Molesto - http://freaknet.org/asbesto",
|
||||||
NULL};
|
NULL};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user