From: Jean-Philippe Orsini Date: Wed, 15 Jun 2016 18:30:02 +0000 (+0200) Subject: added ptask X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=79913bc0cc2be12b5b49acd0f2f41e435cae3d3e added ptask --- diff --git a/src/ptask/docinfo.html b/src/ptask/docinfo.html new file mode 100644 index 0000000..de6e343 --- /dev/null +++ b/src/ptask/docinfo.html @@ -0,0 +1,2 @@ + + diff --git a/src/ptask/ptask.adoc b/src/ptask/ptask.adoc new file mode 100644 index 0000000..e909468 --- /dev/null +++ b/src/ptask/ptask.adoc @@ -0,0 +1,113 @@ += ptask +:docinfo2: +:icon: font + +`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. + +The following releases of `taskwarrior` are supported: + +* 2.0.0 +* 2.2.0 +* 2.3.0 +* 2.4.0, 2.4.1 +* 2.5 + +`ptask` is licensed under the GPLv2 terms and should compile on any +modern GNU/Linux distribution. + +image:screenshots/ptask20131201.png[] + +== Installation on Ubuntu + +To install `ptask` on Ubuntu and derivates, the easiest way is to use +the dedicated PPA: + +---- +sudo apt-add-repository ppa:jfi/ptask +sudo apt-get update +sudo apt-get install ptask +---- + +The PPA `ppa:jfi/ptask` contains the binary package of the last released +version of ptask for the last released version of Ubuntu. + +== Installation from source archive + +`ptask` can be compiled and installed on any modern GNU/Linux distribution. + +=== Prerequisites + +The compilation of ptask requires: + +* asciidoc + +* autotools + +* cppcheck (optional, static source checker) + +* gcc + +* help2man + +* library gtk3 + +* library json-c + +* make + +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 GIT source repository: + +---- +mkdir TMP_DIR +cd TMP_DIR +git clone http://git.wpitchoune.net/ptask.git +cd ptask +---- + +=== Compilation + +---- +./configure +make clean all +---- + +=== Installation + +---- +make install +---- + +== Resources + +* Home page: http://wpitchoune.net/ptask. + +* Source tarballs: http://wpitchoune.net/ptask/files. + +== Contact + +Bugs and comments can be sent to jeanfi@gmail.com. diff --git a/www-update.sh b/www-update.sh index e289059..bea28bf 100755 --- a/www-update.sh +++ b/www-update.sh @@ -37,3 +37,5 @@ OPTS="-a linkcss -a stylesheet=../style.css" asciidoctor $OPTS src/ppastats/ppastats.adoc -D www/ppastats/ asciidoctor $OPTS src/mp3tool/mp3tool.adoc -D www/mp3tool/ + +asciidoctor $OPTS src/ptask/ptask.adoc -D www/ptask/ diff --git a/www/index.html b/www/index.html index 1c816a7..10e9c40 100644 --- a/www/index.html +++ b/www/index.html @@ -52,7 +52,7 @@ It is simple, really simple…​ but enough for my needs.

diff --git a/www/mp3tool/mp3tool.html b/www/mp3tool/mp3tool.html index 6cbf7c6..9fa64de 100644 --- a/www/mp3tool/mp3tool.html +++ b/www/mp3tool/mp3tool.html @@ -172,7 +172,7 @@ binary packages, see the ‘Download Links’ section of this page.

diff --git a/www/ppastats/ppastats.html b/www/ppastats/ppastats.html index da7e638..18ad72f 100644 --- a/www/ppastats/ppastats.html +++ b/www/ppastats/ppastats.html @@ -140,7 +140,7 @@ git-buildpackage diff --git a/www/psensor/NEWS.html b/www/psensor/NEWS.html index 21424cb..050d1c1 100644 --- a/www/psensor/NEWS.html +++ b/www/psensor/NEWS.html @@ -1953,7 +1953,7 @@ Initial release diff --git a/www/psensor/README.html b/www/psensor/README.html index db51095..e17a828 100644 --- a/www/psensor/README.html +++ b/www/psensor/README.html @@ -320,7 +320,7 @@ have extracted the ATI ADL SDK. Other steps are indentical.

diff --git a/www/psensor/TODO.html b/www/psensor/TODO.html index 1dc304b..a489227 100644 --- a/www/psensor/TODO.html +++ b/www/psensor/TODO.html @@ -37,7 +37,7 @@ lm-sensor.

diff --git a/www/psensor/contribute.html b/www/psensor/contribute.html index f90264e..c1d5fa4 100644 --- a/www/psensor/contribute.html +++ b/www/psensor/contribute.html @@ -167,7 +167,7 @@ and released under GPL v2 license.

diff --git a/www/psensor/faq.html b/www/psensor/faq.html index df4e9fd..1d0909d 100644 --- a/www/psensor/faq.html +++ b/www/psensor/faq.html @@ -451,7 +451,7 @@ of sensors.conf(5).

diff --git a/www/psensor/index.html b/www/psensor/index.html index 6f605d3..b01e599 100644 --- a/www/psensor/index.html +++ b/www/psensor/index.html @@ -225,7 +225,7 @@ don’t hesitate to report it.

diff --git a/www/psensor/remote.html b/www/psensor/remote.html index 1850645..97074e9 100644 --- a/www/psensor/remote.html +++ b/www/psensor/remote.html @@ -62,7 +62,7 @@ on the desktop computer with the following command line:

diff --git a/www/psensor/ubuntu.html b/www/psensor/ubuntu.html index 2deca93..325e6fe 100644 --- a/www/psensor/ubuntu.html +++ b/www/psensor/ubuntu.html @@ -139,7 +139,7 @@ make clean all diff --git a/www/ptask/doc/0.0.4/NEWS.html b/www/ptask/doc/0.0.4/NEWS.html new file mode 100644 index 0000000..bf3a333 --- /dev/null +++ b/www/ptask/doc/0.0.4/NEWS.html @@ -0,0 +1,466 @@ + + + + + +What’s New + + + + + +
+
+

v0.0.4

+
+
    +
  • +

    +fixed i18n support. +

    +
  • +
  • +

    +added --version and --help options. +

    +
  • +
  • +

    +added manpage. +

    +
  • +
  • +

    +popup error dialog when .taskrc does not exist. +

    +
  • +
  • +

    +added --debug. +

    +
  • +
  • +

    +added taskwarrior version checking (supported version are 2.2.0 and 2.0.0). +

    +
  • +
  • +

    +added support for taskwarrior 2.2.0 (avoid confirmation query). +

    +
  • +
  • +

    +added window position and size restore. +

    +
  • +
  • +

    +added tasks sort column/order restore. +

    +
  • +
  • +

    +fixed error message displayed when a note does not exist. +

    +
  • +
  • +

    +new task dialog allow to set description and priority. +

    +
  • +
  • +

    +added project table to filter the list of tasks. +

    +
  • +
  • +

    +added application icon. +

    +
  • +
  • +

    +added remove task button. +

    +
  • +
+
+
+
+

v0.0.3

+
+
    +
  • +

    +fixed window close to terminate the application. +

    +
  • +
  • +

    +added README. +

    +
  • +
  • +

    +generated HTML version of README and NEWS files. +

    +
  • +
  • +

    +added fr translation and i18n support. +

    +
  • +
+
+
+
+

v0.0.2

+
+
    +
  • +

    +added refresh keyboard shortcut (ALT-r). +

    +
  • +
  • +

    +added new task keyboard shortcut (ALT-n). +

    +
  • +
  • +

    +renamed gtask to ptask. +

    +
  • +
+
+
+
+

v0.0.1

+
+
    +
  • +

    +Initial release. +

    +
  • +
+
+
+
+

+ + + diff --git a/www/ptask/doc/0.0.4/README.html b/www/ptask/doc/0.0.4/README.html new file mode 100644 index 0000000..26ed8f4 --- /dev/null +++ b/www/ptask/doc/0.0.4/README.html @@ -0,0 +1,491 @@ + + + + + +ptask README + + + + + +
+
+
+

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.

+
+
+
+

1. Installation on Ubuntu

+
+

To install ptask on Ubuntu and derivates, the easiest way is to use the dedicated PPA:

+
+
+
sudo apt-add-repository ppa:jfi/ptask
+sudo apt-get update
+sudo apt-get install ptask
+
+

The PPA ppa:jfi/ptask contains the binary package of the last +released version of ptask for the last released version of Ubuntu.

+

The PPA ppa:jfi/ptask-daily contains the binary package of the last +development snapshot. It should only be used for testing purpose.

+
+
+
+

2. Installation from source archive

+
+

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

+
+

2.1. Prerequisites

+

The compilation of ptask requires:

+
    +
  • +

    +asciidoc +

    +
  • +
  • +

    +autotools +

    +
  • +
  • +

    +cppcheck (optional, static source checker) +

    +
  • +
  • +

    +gcc +

    +
  • +
  • +

    +help2man +

    +
  • +
  • +

    +library gtk3 +

    +
  • +
  • +

    +library json-c +

    +
  • +
  • +

    +make +

    +
  • +
+

For Ubuntu 12.10:

+
+
+
sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext autopoint help2man libgtk-3-dev libjson0-dev make perl
+
+
+
+

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
+make clean all
+
+
+
+

2.4. Installation

+
+
+
make install
+
+
+
+
+
+

3. Resources

+
+
+
+
+
+

4. Contact

+
+

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

+
+
+
+

+ + + diff --git a/www/ptask/doc/0.0.4/index.html b/www/ptask/doc/0.0.4/index.html new file mode 100644 index 0000000..26ed8f4 --- /dev/null +++ b/www/ptask/doc/0.0.4/index.html @@ -0,0 +1,491 @@ + + + + + +ptask README + + + + + +
+
+
+

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.

+
+
+
+

1. Installation on Ubuntu

+
+

To install ptask on Ubuntu and derivates, the easiest way is to use the dedicated PPA:

+
+
+
sudo apt-add-repository ppa:jfi/ptask
+sudo apt-get update
+sudo apt-get install ptask
+
+

The PPA ppa:jfi/ptask contains the binary package of the last +released version of ptask for the last released version of Ubuntu.

+

The PPA ppa:jfi/ptask-daily contains the binary package of the last +development snapshot. It should only be used for testing purpose.

+
+
+
+

2. Installation from source archive

+
+

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

+
+

2.1. Prerequisites

+

The compilation of ptask requires:

+
    +
  • +

    +asciidoc +

    +
  • +
  • +

    +autotools +

    +
  • +
  • +

    +cppcheck (optional, static source checker) +

    +
  • +
  • +

    +gcc +

    +
  • +
  • +

    +help2man +

    +
  • +
  • +

    +library gtk3 +

    +
  • +
  • +

    +library json-c +

    +
  • +
  • +

    +make +

    +
  • +
+

For Ubuntu 12.10:

+
+
+
sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext autopoint help2man libgtk-3-dev libjson0-dev make perl
+
+
+
+

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
+make clean all
+
+
+
+

2.4. Installation

+
+
+
make install
+
+
+
+
+
+

3. Resources

+
+
+
+
+
+

4. Contact

+
+

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

+
+
+
+

+ + + diff --git a/www/ptask/doc/stable/NEWS.html b/www/ptask/doc/stable/NEWS.html new file mode 100644 index 0000000..bf3a333 --- /dev/null +++ b/www/ptask/doc/stable/NEWS.html @@ -0,0 +1,466 @@ + + + + + +What’s New + + + + + +
+
+

v0.0.4

+
+
    +
  • +

    +fixed i18n support. +

    +
  • +
  • +

    +added --version and --help options. +

    +
  • +
  • +

    +added manpage. +

    +
  • +
  • +

    +popup error dialog when .taskrc does not exist. +

    +
  • +
  • +

    +added --debug. +

    +
  • +
  • +

    +added taskwarrior version checking (supported version are 2.2.0 and 2.0.0). +

    +
  • +
  • +

    +added support for taskwarrior 2.2.0 (avoid confirmation query). +

    +
  • +
  • +

    +added window position and size restore. +

    +
  • +
  • +

    +added tasks sort column/order restore. +

    +
  • +
  • +

    +fixed error message displayed when a note does not exist. +

    +
  • +
  • +

    +new task dialog allow to set description and priority. +

    +
  • +
  • +

    +added project table to filter the list of tasks. +

    +
  • +
  • +

    +added application icon. +

    +
  • +
  • +

    +added remove task button. +

    +
  • +
+
+
+
+

v0.0.3

+
+
    +
  • +

    +fixed window close to terminate the application. +

    +
  • +
  • +

    +added README. +

    +
  • +
  • +

    +generated HTML version of README and NEWS files. +

    +
  • +
  • +

    +added fr translation and i18n support. +

    +
  • +
+
+
+
+

v0.0.2

+
+
    +
  • +

    +added refresh keyboard shortcut (ALT-r). +

    +
  • +
  • +

    +added new task keyboard shortcut (ALT-n). +

    +
  • +
  • +

    +renamed gtask to ptask. +

    +
  • +
+
+
+
+

v0.0.1

+
+
    +
  • +

    +Initial release. +

    +
  • +
+
+
+
+

+ + + diff --git a/www/ptask/doc/stable/README.html b/www/ptask/doc/stable/README.html new file mode 100644 index 0000000..26ed8f4 --- /dev/null +++ b/www/ptask/doc/stable/README.html @@ -0,0 +1,491 @@ + + + + + +ptask README + + + + + +
+
+
+

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.

+
+
+
+

1. Installation on Ubuntu

+
+

To install ptask on Ubuntu and derivates, the easiest way is to use the dedicated PPA:

+
+
+
sudo apt-add-repository ppa:jfi/ptask
+sudo apt-get update
+sudo apt-get install ptask
+
+

The PPA ppa:jfi/ptask contains the binary package of the last +released version of ptask for the last released version of Ubuntu.

+

The PPA ppa:jfi/ptask-daily contains the binary package of the last +development snapshot. It should only be used for testing purpose.

+
+
+
+

2. Installation from source archive

+
+

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

+
+

2.1. Prerequisites

+

The compilation of ptask requires:

+
    +
  • +

    +asciidoc +

    +
  • +
  • +

    +autotools +

    +
  • +
  • +

    +cppcheck (optional, static source checker) +

    +
  • +
  • +

    +gcc +

    +
  • +
  • +

    +help2man +

    +
  • +
  • +

    +library gtk3 +

    +
  • +
  • +

    +library json-c +

    +
  • +
  • +

    +make +

    +
  • +
+

For Ubuntu 12.10:

+
+
+
sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext autopoint help2man libgtk-3-dev libjson0-dev make perl
+
+
+
+

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
+make clean all
+
+
+
+

2.4. Installation

+
+
+
make install
+
+
+
+
+
+

3. Resources

+
+
+
+
+
+

4. Contact

+
+

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

+
+
+
+

+ + + diff --git a/www/ptask/doc/stable/index.html b/www/ptask/doc/stable/index.html new file mode 100644 index 0000000..26ed8f4 --- /dev/null +++ b/www/ptask/doc/stable/index.html @@ -0,0 +1,491 @@ + + + + + +ptask README + + + + + +
+
+
+

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.

+
+
+
+

1. Installation on Ubuntu

+
+

To install ptask on Ubuntu and derivates, the easiest way is to use the dedicated PPA:

+
+
+
sudo apt-add-repository ppa:jfi/ptask
+sudo apt-get update
+sudo apt-get install ptask
+
+

The PPA ppa:jfi/ptask contains the binary package of the last +released version of ptask for the last released version of Ubuntu.

+

The PPA ppa:jfi/ptask-daily contains the binary package of the last +development snapshot. It should only be used for testing purpose.

+
+
+
+

2. Installation from source archive

+
+

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

+
+

2.1. Prerequisites

+

The compilation of ptask requires:

+
    +
  • +

    +asciidoc +

    +
  • +
  • +

    +autotools +

    +
  • +
  • +

    +cppcheck (optional, static source checker) +

    +
  • +
  • +

    +gcc +

    +
  • +
  • +

    +help2man +

    +
  • +
  • +

    +library gtk3 +

    +
  • +
  • +

    +library json-c +

    +
  • +
  • +

    +make +

    +
  • +
+

For Ubuntu 12.10:

+
+
+
sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext autopoint help2man libgtk-3-dev libjson0-dev make perl
+
+
+
+

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
+make clean all
+
+
+
+

2.4. Installation

+
+
+
make install
+
+
+
+
+
+

3. Resources

+
+
+
+
+
+

4. Contact

+
+

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

+
+
+
+

+ + + diff --git a/www/ptask/files/patches/task_2.2.0_timesheet.patch b/www/ptask/files/patches/task_2.2.0_timesheet.patch new file mode 100644 index 0000000..afc2e56 --- /dev/null +++ b/www/ptask/files/patches/task_2.2.0_timesheet.patch @@ -0,0 +1,33 @@ +diff --git a/src/commands/CmdTimesheet.cpp b/src/commands/CmdTimesheet.cpp +index 32a7e12..0bd9336 100644 +--- a/src/commands/CmdTimesheet.cpp ++++ b/src/commands/CmdTimesheet.cpp +@@ -59,6 +59,8 @@ int CmdTimesheet::execute (std::string& output) + std::vector all = context.tdb2.all_tasks (); + context.tdb2.commit (); + ++ std::string prj = context.config.get("project"); ++ + // What day of the week does the user consider the first? + int weekStart = Date::dayOfWeek (context.config.get ("weekstart")); + if (weekStart != 0 && weekStart != 1) +@@ -108,6 +110,9 @@ int CmdTimesheet::execute (std::string& output) + // If task completed within range. + if (task->getStatus () == Task::completed) + { ++ if (!prj.empty() && task->get("project") != prj) ++ continue ; ++ + Date compDate (task->get_date ("end")); + if (compDate >= start && compDate < end) + { +@@ -163,7 +168,8 @@ int CmdTimesheet::execute (std::string& output) + { + // If task started within range, but not completed withing range. + if (task->getStatus () == Task::pending && +- task->has ("start")) ++ task->has ("start") && ++ (prj.empty() || task->get("project") == prj)) + { + Date startDate (task->get_date ("start")); + if (startDate >= start && startDate < end) diff --git a/www/ptask/files/ptask-0.0.1.tar.gz b/www/ptask/files/ptask-0.0.1.tar.gz new file mode 100644 index 0000000..9278882 Binary files /dev/null and b/www/ptask/files/ptask-0.0.1.tar.gz differ diff --git a/www/ptask/files/ptask-0.0.2.tar.gz b/www/ptask/files/ptask-0.0.2.tar.gz new file mode 100644 index 0000000..f470ad0 Binary files /dev/null and b/www/ptask/files/ptask-0.0.2.tar.gz differ diff --git a/www/ptask/files/ptask-0.0.3.tar.gz b/www/ptask/files/ptask-0.0.3.tar.gz new file mode 100644 index 0000000..99bdafd Binary files /dev/null and b/www/ptask/files/ptask-0.0.3.tar.gz differ diff --git a/www/ptask/files/ptask-0.0.4.tar.gz b/www/ptask/files/ptask-0.0.4.tar.gz new file mode 100644 index 0000000..99ac25c Binary files /dev/null and b/www/ptask/files/ptask-0.0.4.tar.gz differ diff --git a/www/ptask/files/ptask-0.0.5.tar.gz b/www/ptask/files/ptask-0.0.5.tar.gz new file mode 100644 index 0000000..1aaa6df Binary files /dev/null and b/www/ptask/files/ptask-0.0.5.tar.gz differ diff --git a/www/ptask/files/ptask-0.0.6.tar.gz b/www/ptask/files/ptask-0.0.6.tar.gz new file mode 100644 index 0000000..7fd6fa2 Binary files /dev/null and b/www/ptask/files/ptask-0.0.6.tar.gz differ diff --git a/www/ptask/files/ptask-0.0.6.tar.gz.asc b/www/ptask/files/ptask-0.0.6.tar.gz.asc new file mode 100644 index 0000000..e44bbe5 --- /dev/null +++ b/www/ptask/files/ptask-0.0.6.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABAgAGBQJTVNP6AAoJEHM6hmiCo/X29iQH/iXAeK2XKm4XuXxVsyexwp01 +xlE2gElkRL4uEs5PoIY+9lkReXOxPm/XnP0VhFG2KR/YP4B3+o3z4h+XCYfIwMUU +5j1BRtDkNYf14HnuW6KlsdA6ksZ5DsNjprXRTUSNN+XSVR4JVhUWuLtLKhPebe4J +w4siisG5y5uC5Af5u04t0oLB4lYZI8v7YtJSzYhMg3X24IejcXEKzUHgMdOnR9++ +nn7E9bA0DadcUtRvpS27f/0OFux8bT01DpQe5XAIvllkPtQpuklQ360JEbuDFOYD +hohkpwC2ztzHFT0VTihQ1cikl45XKKy5PmurDlMBi8zOKKZd5V3GYkaJDXs8mYo= +=bcE9 +-----END PGP SIGNATURE----- diff --git a/www/ptask/files/ptask-0.0.7.tar.gz b/www/ptask/files/ptask-0.0.7.tar.gz new file mode 100644 index 0000000..5cb5851 Binary files /dev/null and b/www/ptask/files/ptask-0.0.7.tar.gz differ diff --git a/www/ptask/files/ptask-0.0.7.tar.gz.asc b/www/ptask/files/ptask-0.0.7.tar.gz.asc new file mode 100644 index 0000000..a783c27 --- /dev/null +++ b/www/ptask/files/ptask-0.0.7.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABAgAGBQJUKVhGAAoJEHM6hmiCo/X2AVUH/An6i81XX3Rakw5KKpj0MIUJ +1VYzM0xk6hnSUDi5gG5RHJ5UIISvaTlRNR3osgPzMXmSiaXYOX3BZEqBd0JA/Ces +gGyr5vEwn0ozr/BBipMiiV3dgb9GyxEb0q5Z8JiWH0OyalQMBnPJ4fSf5zUXVdY2 +JoEvkZ0/61qdI0vWILwb3Gtrf5LI98O63g+nwFKdQxPxdZtf0++Kih6xSrlQhpgB +KyAFBU15u33BjpLLoSm+bjXxFFljt4OrWqNzZmGMtwZoaxS06denwXjE7GoKj4rJ +L6XxzJn+Ji/AU3rxCyYrj/itk+m1+GxXT0X2xX1uEdkXNEWEUOaoFY2Mpn9XHwo= +=ozXf +-----END PGP SIGNATURE----- diff --git a/www/ptask/files/ptask-0.0.8.tar.gz b/www/ptask/files/ptask-0.0.8.tar.gz new file mode 100644 index 0000000..da73bb9 Binary files /dev/null and b/www/ptask/files/ptask-0.0.8.tar.gz differ diff --git a/www/ptask/files/ptask-0.0.8.tar.gz.asc b/www/ptask/files/ptask-0.0.8.tar.gz.asc new file mode 100644 index 0000000..18bef86 --- /dev/null +++ b/www/ptask/files/ptask-0.0.8.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABAgAGBQJUOPCZAAoJEHM6hmiCo/X2ONEIAL0o1XBeJ8WN0mBLbyJFruQl +H42BASIvekKrrnYBrm4WEodtq+/PfztrucnxffZ5qeepkHHIeuxTI0IvXQGmo+uW +0YSJ423TcNNuy5fLh+oaVIQyX24WO2dib3SzJH1cKZuSnGAeqwE4IAmFnlmimKj9 +sMEoAqrcm3IdRoapx5CfdTFdV0zElaYm3iJzf1a2whPNTYMK8VuqN5GDywkYfrXU +DElb1ATI85Pt63djLcb5RiD0iSvjB/57n0vVxkKNr/rMaWkVU7gw7tcGf0Xm1xDL +7W3PXysAsILZHfwi2MEi7WE42jtzVQf53jY1khDmNLdnN1txaFUl5RtPNkTM3HY= +=B8Bx +-----END PGP SIGNATURE----- diff --git a/www/ptask/files/ptask-0.0.9.tar.gz b/www/ptask/files/ptask-0.0.9.tar.gz new file mode 100644 index 0000000..06f2a03 Binary files /dev/null and b/www/ptask/files/ptask-0.0.9.tar.gz differ diff --git a/www/ptask/files/ptask-0.0.9.tar.gz.asc b/www/ptask/files/ptask-0.0.9.tar.gz.asc new file mode 100644 index 0000000..a8954fc --- /dev/null +++ b/www/ptask/files/ptask-0.0.9.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABAgAGBQJUcIUhAAoJEHM6hmiCo/X2LHkIAJhU8eoX69wZby2Vky4lfS0S +BgHv7hY0WsvpAPBFrHb0rhpttFcELn3fmh4iCF9HoY/G9/Qv45B7ERaRzKLli6+g +Kx7nhyKhbyhEWN5ClAWvuEVJzfqtvpVuZe3x5SvoY55d05eEFv2J/SVj1PTx+RpP +9Fb4hSftw7isSYcZdXgwRFhRJ8K8R9hDgtqdfJBV+AvCex3dmtJC9yKzOfeFlfSI +gpBc+rITQpwgcOYQkUBucvMXUs3/wfCpr2RDr6Ak93r3sjWj121A+QCYfZ9sqrfL +ytYox2dvFxlfaK+cl5bSJ8K5ZYrUnQ/kIpgC8v4NRBnxV4AH82mHjlo6QnTHiQk= +=bWJb +-----END PGP SIGNATURE----- diff --git a/www/ptask/files/ptask-1.0.0.tar.gz b/www/ptask/files/ptask-1.0.0.tar.gz new file mode 100644 index 0000000..8f7a6dc Binary files /dev/null and b/www/ptask/files/ptask-1.0.0.tar.gz differ diff --git a/www/ptask/files/ptask-1.0.0.tar.gz.asc b/www/ptask/files/ptask-1.0.0.tar.gz.asc new file mode 100644 index 0000000..b6cae35 --- /dev/null +++ b/www/ptask/files/ptask-1.0.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQEcBAABAgAGBQJXQ4jJAAoJEHM6hmiCo/X2IGgH/A+F7A8KSCFMJ212iuzRa8fZ +DuNldGC5w2dfv2u8CsCl7ggHbAkjVybNNv7X3r+Mm+fFB6lduHIgJaL7tfwXb7N3 +rX8t76WGZ+NSg7VlAkWRfJUzvUzqoqBnbxNnzqg5hiD3OEcKF6wcAvyHwVKBA6El +4IcP1H0uRqMMBtiSRtxfQ+43atSSb/NZ+IIXvHLRdWBt0CHrXVOUjyA6UzLZl3fP +tbbeKaXGDPYfd8xYMn2g2IXLUEe/fni6YxcGQwIfPQhsPlE6anEyUZGWjnU551Kt +YogGpp305mhzkSq6YCcbCRnh3vC85gwaJZDQ1nJuXnTxDrKgUtDPOwi+OGYHvzc= +=mUi8 +-----END PGP SIGNATURE----- diff --git a/www/ptask/files/ptask-last.tar.gz b/www/ptask/files/ptask-last.tar.gz new file mode 100644 index 0000000..8f7a6dc Binary files /dev/null and b/www/ptask/files/ptask-last.tar.gz differ diff --git a/www/ptask/ptask.html b/www/ptask/ptask.html new file mode 100644 index 0000000..bfd8a6e --- /dev/null +++ b/www/ptask/ptask.html @@ -0,0 +1,193 @@ + + + + + + + +ptask + + + + + + +
+
+
+
+

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.

+
+
+

The following releases of taskwarrior are supported:

+
+
+
    +
  • +

    2.0.0

    +
  • +
  • +

    2.2.0

    +
  • +
  • +

    2.3.0

    +
  • +
  • +

    2.4.0, 2.4.1

    +
  • +
  • +

    2.5

    +
  • +
+
+
+

ptask is licensed under the GPLv2 terms and should compile on any +modern GNU/Linux distribution.

+
+
+

ptask20131201

+
+
+
+
+

Installation on Ubuntu

+
+
+

To install ptask on Ubuntu and derivates, the easiest way is to use +the dedicated PPA:

+
+
+
+
sudo apt-add-repository ppa:jfi/ptask
+sudo apt-get update
+sudo apt-get install ptask
+
+
+
+

The PPA ppa:jfi/ptask contains the binary package of the last released +version of ptask for the last released version of Ubuntu.

+
+
+
+
+

Installation from source archive

+
+
+

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

+
+
+

Prerequisites

+
+

The compilation of ptask requires:

+
+
+
    +
  • +

    asciidoc

    +
  • +
  • +

    autotools

    +
  • +
  • +

    cppcheck (optional, static source checker)

    +
  • +
  • +

    gcc

    +
  • +
  • +

    help2man

    +
  • +
  • +

    library gtk3

    +
  • +
  • +

    library json-c

    +
  • +
  • +

    make

    +
  • +
+
+
+

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 GIT source repository:
+
+
+
+

mkdir TMP_DIR +cd TMP_DIR +git clone http://git.wpitchoune.net/ptask.git +cd ptask

+
+
+
+
=== Compilation
+
+
+
+
/configure
+

make clean all

+
+
+
+
=== Installation
+
+
+
+

make install

+
+
+
+
== Resources
+
+* Home page: http://wpitchoune.net/ptask.
+
+* Source tarballs: http://wpitchoune.net/ptask/files.
+
+== Contact
+
+Bugs and comments can be sent to jeanfi@gmail.com.
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/www/ptask/screenshots/ptask20120107.png b/www/ptask/screenshots/ptask20120107.png new file mode 100644 index 0000000..d9744ad Binary files /dev/null and b/www/ptask/screenshots/ptask20120107.png differ diff --git a/www/ptask/screenshots/ptask20131201.png b/www/ptask/screenshots/ptask20131201.png new file mode 100644 index 0000000..f98a95d Binary files /dev/null and b/www/ptask/screenshots/ptask20131201.png differ