X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README.html;h=26ed8f4279ec1bd69a175431b5d6adf2061a8125;hb=8e16d048071d7c880b118643b3beea50ede5b4c6;hp=40ecbea2f52c07183e09b0c34e1a448ab2335058;hpb=2fcdd269911ef94a96eda0baaa17395a1a5a20e2;p=ptask.git diff --git a/README.html b/README.html index 40ecbea..26ed8f4 100644 --- a/README.html +++ b/README.html @@ -90,7 +90,7 @@ code, pre, tt { } pre { - background: none repeat scroll 0 0 #f0f0f0; + background: none repeat scroll 0 0 #e0e0e0; border-radius: 4px; padding: 0.5em 0.5em; margin: 0 0 0 0; @@ -323,8 +323,13 @@ asciidoc.install(2);
-

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 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.

@@ -349,7 +354,7 @@ development snapshot. It should only be used for testing purpose.

ptask can be compiled and installed on any modern GNU/Linux distribution.

-

2.1. Compilation Prerequisites

+

2.1. Prerequisites

The compilation of ptask requires:

  • @@ -359,6 +364,11 @@ asciidoc
  • +autotools +

    +
  • +
  • +

    cppcheck (optional, static source checker)

  • @@ -395,7 +405,28 @@ make
-

2.2. Compilation

+

2.2. 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
+
+
+
+

2.3. Compilation

./configure
@@ -403,7 +434,7 @@ make clean all
-

2.3. Installation

+

2.4. Installation

make install
@@ -412,18 +443,48 @@ make clean all
-

3. Contact

+

3. Resources

+
+
+
+
+
+

4. Contact

Bugs and comments can be sent to jeanfi@gmail.com.

- -

Release changes: NEWS