TODO reorganization

This commit is contained in:
Jaromil 2011-02-09 13:06:45 +01:00
parent 2e4a643edf
commit 89b76bcf06

View File

@ -5,17 +5,6 @@ you are welcome to send patches to jaromil@dyne.org
* TODO Release 1.0 :85%:
** DONE [#A] desktop integration the freedesktop way :jaromil:
** DONE [#A] use a posix thread instead of fork for status close :jaromil:
** DONE [#A] use a config file to map bind mounts :jaromil:
done as file 'bind-hooks' inside tom. also 'post-hooks' is executed
as user in case symlinks are needed and so
using mount -o bind we can trigger actions to be made after mounting
a tomb so that personal directories appear in the home folder.
** [#A] fix operation without DISPLAY (over SSH) :hellekin:
** TODO [#A] SLAM tomb and kill all applications using it
@ -30,9 +19,6 @@ you are welcome to send patches to jaromil@dyne.org
steghide can hide keys in JPG, BMP, WAV or AU files it also takes
care of compressing end encrypting the key file so we don't
necessarily need gpg... it has Serpent and AES256 (CBC)
** DONE [#B] debian packaging with desktop integration :jaromil:
** [#B] incremental backup system using bup :jaromil:
tombs are modifed only where needed so file changes are local to
@ -40,11 +26,21 @@ you are welcome to send patches to jaromil@dyne.org
works! bup makes incremental backups using git as a backend, big up
apenwarr :) on git://github.com/apenwarr/bup
** TODO [#C] make one single status handle more tombs
** TODO [#C] decorate creation wizard with ASCII art
** DONE [#A] use a posix thread instead of fork for status close :jaromil:
** DONE [#A] use a config file to map bind mounts :jaromil:
done as file 'bind-hooks' inside tom. also 'post-hooks' is executed
as user in case symlinks are needed and so
using mount -o bind we can trigger actions to be made after mounting
a tomb so that personal directories appear in the home folder.
** DONE [#A] desktop integration the freedesktop way :jaromil:
** DONE [#B] debian packaging with desktop integration :jaromil:
* TODO Release 2.0 :00%: