added ptask
[www.git] / www / ptask / ptask.html
diff --git a/www/ptask/ptask.html b/www/ptask/ptask.html
new file mode 100644 (file)
index 0000000..bfd8a6e
--- /dev/null
@@ -0,0 +1,193 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="UTF-8">
+<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="generator" content="Asciidoctor 1.5.4">
+<title>ptask</title>
+<link rel="stylesheet" href="./../style.css">
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
+<script src="../nav.js"></script>
+</head>
+<body class="article">
+<div id="header">
+<h1>ptask</h1>
+</div>
+<div id="content">
+<div id="preamble">
+<div class="sectionbody">
+<div class="paragraph">
+<p><code>ptask</code> is a GTK+ graphical user interface for managing tasks.</p>
+</div>
+<div class="paragraph">
+<p>It is based on <a href="http://taskwarrior.org">taskwarrior</a>, a well-known
+and robust command line tasks manager.</p>
+</div>
+<div class="paragraph">
+<p>Unlike <code>taskwarrior</code>, it is possible to associate a note (long
+description) to each task.</p>
+</div>
+<div class="paragraph">
+<p>The following releases of <code>taskwarrior</code> are supported:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>2.0.0</p>
+</li>
+<li>
+<p>2.2.0</p>
+</li>
+<li>
+<p>2.3.0</p>
+</li>
+<li>
+<p>2.4.0, 2.4.1</p>
+</li>
+<li>
+<p>2.5</p>
+</li>
+</ul>
+</div>
+<div class="paragraph">
+<p><code>ptask</code> is licensed under the GPLv2 terms and should compile on any
+modern GNU/Linux distribution.</p>
+</div>
+<div class="paragraph">
+<p><span class="image"><img src="screenshots/ptask20131201.png" alt="ptask20131201"></span></p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_installation_on_ubuntu">Installation on Ubuntu</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>To install <code>ptask</code> on Ubuntu and derivates, the easiest way is to use
+the dedicated PPA:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>sudo apt-add-repository ppa:jfi/ptask
+sudo apt-get update
+sudo apt-get install ptask</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>The PPA <code>ppa:jfi/ptask</code> contains the binary package of the last released
+version of ptask for the last released version of Ubuntu.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_installation_from_source_archive">Installation from source archive</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p><code>ptask</code> can be compiled and installed on any modern GNU/Linux distribution.</p>
+</div>
+<div class="sect2">
+<h3 id="_prerequisites">Prerequisites</h3>
+<div class="paragraph">
+<p>The compilation of ptask requires:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>asciidoc</p>
+</li>
+<li>
+<p>autotools</p>
+</li>
+<li>
+<p>cppcheck (optional, static source checker)</p>
+</li>
+<li>
+<p>gcc</p>
+</li>
+<li>
+<p>help2man</p>
+</li>
+<li>
+<p>library gtk3</p>
+</li>
+<li>
+<p>library json-c</p>
+</li>
+<li>
+<p>make</p>
+</li>
+</ul>
+</div>
+<div class="paragraph">
+<p>For Ubuntu 12.10:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>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:</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>mkdir TMP_DIR
+cd TMP_DIR
+wget <a href="http://wpitchoune.net/ptask/files/ptask-last.tar.gz" class="bare">http://wpitchoune.net/ptask/files/ptask-last.tar.gz</a>
+tar -xzvf ptask-last.tar.gz
+cd ptask-*</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>Alternatively, you can get the last development snapshot of the
+sources directly from the GIT source repository:</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>mkdir TMP_DIR
+cd TMP_DIR
+git clone <a href="http://git.wpitchoune.net/ptask.git" class="bare">http://git.wpitchoune.net/ptask.git</a>
+cd ptask</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>=== Compilation</pre>
+</div>
+</div>
+<div class="paragraph">
+<div class="title">/configure</div>
+<p>make clean all</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>=== Installation</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>make install</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>== 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.</pre>
+</div>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="footer-text">
+Last updated 2016-06-15 20:28:45 CEST
+</div>
+</div>
+</body>
+</html>
\ No newline at end of file