From: Jean-Philippe Orsini Date: Tue, 11 Dec 2012 08:05:36 +0000 (+0000) Subject: added README X-Git-Tag: v0.0.6~129 X-Git-Url: https://wpitchoune.net/gitweb/?p=ptask.git;a=commitdiff_plain;h=6089d6eaafb4bc2ad30e75c43b973fe1518e268a added README generated HTML version of README and NEWS files. --- diff --git a/Makefile.am b/Makefile.am index dfc9279..b353711 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,5 +6,12 @@ dist_doc_DATA = AUTHORS \ COPYING \ INSTALL \ NEWS \ - README + NEWS.html \ + README \ + README.html +README.html: README + asciidoc -n -a toc README + +NEWS.html: NEWS + asciidoc -n -a toc NEWS diff --git a/Makefile.in b/Makefile.in index cbc2207..e3c10f9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -290,7 +290,9 @@ dist_doc_DATA = AUTHORS \ COPYING \ INSTALL \ NEWS \ - README + NEWS.html \ + README \ + README.html all: all-recursive @@ -800,6 +802,12 @@ uninstall-am: uninstall-dist_docDATA tags-recursive uninstall uninstall-am uninstall-dist_docDATA +README.html: README + asciidoc -n -a toc README + +NEWS.html: NEWS + asciidoc -n -a toc NEWS + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/NEWS b/NEWS index ed8cdc1..91d656f 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,21 @@ What's New ========== +v0.0.3 +------ + + * fixed window close to terminate the application. + * added README. + * generated HTML version of README and NEWS files. + v0.0.2 ------ + * added refresh keyboard shortcut (ALT-r). * added new task keyboard shortcut (ALT-n). + * renamed ptask to gtask. v0.0.1 ------ - * Initial release + + * Initial release. diff --git a/NEWS.html b/NEWS.html new file mode 100644 index 0000000..5e906b3 --- /dev/null +++ b/NEWS.html @@ -0,0 +1,811 @@ + + + + + +What’s New + + + + + +
+
+

1. v0.0.3

+
+
    +
  • +

    +fixed window close to terminate the application. +

    +
  • +
  • +

    +added README. +

    +
  • +
  • +

    +generate HTML version of README and NEWS files. +

    +
  • +
+
+
+
+

2. v0.0.2

+
+
    +
  • +

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

    +
  • +
  • +

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

    +
  • +
  • +

    +renamed ptask to gtask. +

    +
  • +
+
+
+
+

3. v0.0.1

+
+
    +
  • +

    +Initial release. +

    +
  • +
+
+
+
+

+ + + diff --git a/README b/README index e69de29..efe3cd7 100644 --- a/README +++ b/README @@ -0,0 +1,55 @@ +ptask README +============== + +Introduction +------------ + ++ptask+ is a GTK+ graphical user interface of +taskwarrior+, a command +line tasks manager. + +Installation Using Distribution Packages +---------------------------------------- + +Ubuntu +~~~~~~ + +To install +ptask+, 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 +------------------------------------- + +Installation From Source Archive +-------------------------------- + ++ptask+ can be compiled and installed on any modern GNU/Linux +distribution. + +Compilation Prerequisites +~~~~~~~~~~~~~~~~~~~~~~~~~ + +The compilation of +ptask+ requires: + + * asciidoc + * 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 +------------------------------------------------------------------------- + +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 diff --git a/README.html b/README.html new file mode 100644 index 0000000..62bf233 --- /dev/null +++ b/README.html @@ -0,0 +1,839 @@ + + + + + +ptask README + + + + + +
+
+

1. Introduction

+
+

ptask is a GTK+ graphical user interface of taskwarrior, a command +line tasks manager.

+
+
+
+

2. Installation Using Distribution Packages

+
+
+

2.1. Ubuntu

+

To install ptask, 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
+
+
+
+
+
+

3. Installation From Source Archive

+
+

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

+
+

3.1. Compilation Prerequisites

+

The compilation of ptask requires:

+
    +
  • +

    +asciidoc +

    +
  • +
  • +

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

4. Contact

+
+

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

+ +

Release changes: NEWS

+
+
+
+

+ + + diff --git a/config.status b/config.status index 6012008..6c592c2 100755 --- a/config.status +++ b/config.status @@ -422,7 +422,7 @@ $config_commands Report bugs to . ptask home page: ." -ac_cs_config="" +ac_cs_config="'--prefix=/tmp/i'" ac_cs_version="\ ptask config.status 0.0.x configured by ./configure, generated by GNU Autoconf 2.69, @@ -503,7 +503,7 @@ if $ac_cs_silent; then fi if $ac_cs_recheck; then - set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion + set X /bin/bash './configure' '--prefix=/tmp/i' $ac_configure_extra_args --no-create --no-recursion shift $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6 CONFIG_SHELL='/bin/bash' @@ -727,7 +727,7 @@ S["libexecdir"]="${exec_prefix}/libexec" S["sbindir"]="${exec_prefix}/sbin" S["bindir"]="${exec_prefix}/bin" S["program_transform_name"]="s,x,x," -S["prefix"]="/usr/local" +S["prefix"]="/tmp/i" S["exec_prefix"]="${prefix}" S["PACKAGE_URL"]="http://wpitchoune.net/ptask" S["PACKAGE_BUGREPORT"]="jeanfi@gmail.com" diff --git a/po/Makefile.in b/po/Makefile.in index 9db3564..ee7d854 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /usr/local +prefix = /tmp/i exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir}