X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=README;h=3ec187da3e1aa45dd2d0f7ca60fc3c42769e4a16;hb=f23f892146f30006a6ebb3c4dcf0c7777a4a5c68;hp=2bc5c65e7921280f3eafa87b7b5a41491872d377;hpb=0e4bea7b31fb39ca00e5d75f98215ca94674199a;p=ptask.git diff --git a/README b/README index 2bc5c65..3ec187d 100644 --- a/README +++ b/README @@ -1,8 +1,26 @@ ptask README ============== -+ptask+ is a GTK+ graphical user interface for +taskwarrior+, a command -line tasks manager. ++ptask+ is a GTK+ graphical user interface for managing tasks. + +It is based on link:http://taskwarrior.org[taskwarrior], a well-known and robust command line +tasks manager. + +Unlike +taskwarrior+, it is possible to associate a note (long +description) to each task. + ++ptask+ is licensed under the GPLv2 terms and should compile on any +modern GNU/Linux distribution. + +*Home page*: http://wpitchoune.net/ptask. + +*RSS feed*: http://wpitchoune.net/blog/category/ptask/feed/. + +*Release changes*: link:NEWS.html[NEWS]. + +*Source tarballs*: http://wpitchoune.net/ptask/files. + +*Documentation*: http://wpitchoune.net/ptask/doc. Installation on Ubuntu ---------------------- @@ -26,12 +44,13 @@ Installation from source archive +ptask+ can be compiled and installed on any modern GNU/Linux distribution. -Compilation Prerequisites -~~~~~~~~~~~~~~~~~~~~~~~~~ +Prerequisites +~~~~~~~~~~~~~ The compilation of +ptask+ requires: * asciidoc + * autotools * cppcheck (optional, static source checker) * gcc * help2man @@ -44,6 +63,28 @@ For Ubuntu 12.10: sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext autopoint help2man libgtk-3-dev libjson0-dev make perl ------------------------------------------------------------------------- +Download sources +~~~~~~~~~~~~~~~~ + +Download a source tarballs of a release and extracts its content: +------------------------------- +mkdir TMP_DIR +cd TMP_DIR +wget http://wpitchoune.net/ptask/files/ptask-last.tar.gz +tar -xzvf ptask-last.tar.gz +cd ptask-* +------------------------------- + +Alternatively, you can get the last development snapshot of the +sources directly from the SVN source repository: + +------------------------------- +mkdir TMP_DIR +cd TMP_DIR +svn co http://wpitchoune.net/svnpub/ptask/trunk +cd trunk +------------------------------- + Compilation ~~~~~~~~~~~ @@ -64,6 +105,3 @@ Contact Bugs and comments can be sent to jeanfi@gmail.com. -Home page: http://wpitchoune.net/ptask - -Release changes: link:NEWS.html[NEWS] \ No newline at end of file