Merge tag 'upstream/0.0.6'
[ptask-pkg-ubuntu.git] / README.html
index 26ed8f4..b6cbdd2 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 8.6.7" />\r
+<meta name="generator" content="AsciiDoc 8.6.9" />\r
 <title>ptask README</title>\r
 <style type="text/css">\r
 body {\r
@@ -116,6 +116,8 @@ div.toclevel2 {
     font-size: 0.8em;\r
     font-weight: lighter;\r
 }\r
+\r
+\r
 </style>\r
 <script type="text/javascript">\r
 /*<![CDATA[*/\r
@@ -323,39 +325,39 @@ asciidoc.install(2);
 <div id="content">\r
 <div id="preamble">\r
 <div class="sectionbody">\r
-<div class="paragraph"><p><tt>ptask</tt> is a GTK+ graphical user interface for managing tasks.</p></div>\r
+<div class="paragraph"><p><code>ptask</code> is a GTK+ graphical user interface for managing tasks.</p></div>\r
 <div class="paragraph"><p>It is based on <a href="http://taskwarrior.org">taskwarrior</a>, a well-known and robust command line\r
 tasks manager.</p></div>\r
-<div class="paragraph"><p>Unlike <tt>taskwarrior</tt>, it is possible to associate a note (long\r
+<div class="paragraph"><p>Unlike <code>taskwarrior</code>, it is possible to associate a note (long\r
 description) to each task.</p></div>\r
-<div class="paragraph"><p><tt>ptask</tt> is licensed under the GPLv2 terms and should compile on any\r
+<div class="paragraph"><p><code>ptask</code> is licensed under the GPLv2 terms and should compile on any\r
 modern GNU/Linux distribution.</p></div>\r
 </div>\r
 </div>\r
 <div class="sect1">\r
 <h2 id="_installation_on_ubuntu">1. Installation on Ubuntu</h2>\r
 <div class="sectionbody">\r
-<div class="paragraph"><p>To install <tt>ptask</tt> on Ubuntu and derivates, the easiest way is to use the dedicated PPA:</p></div>\r
+<div class="paragraph"><p>To install <code>ptask</code> on Ubuntu and derivates, the easiest way is to use the dedicated PPA:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>sudo apt-add-repository ppa:jfi/ptask\r
+<pre><code>sudo apt-add-repository ppa:jfi/ptask\r
 sudo apt-get update\r
-sudo apt-get install ptask</tt></pre>\r
+sudo apt-get install ptask</code></pre>\r
 </div></div>\r
-<div class="paragraph"><p>The PPA <tt>ppa:jfi/ptask</tt> contains the binary package of the last\r
-released version of <tt>ptask</tt> for the last released version of Ubuntu.</p></div>\r
-<div class="paragraph"><p>The PPA <tt>ppa:jfi/ptask-daily</tt> contains the binary package of the last\r
+<div class="paragraph"><p>The PPA <code>ppa:jfi/ptask</code> contains the binary package of the last\r
+released version of <code>ptask</code> for the last released version of Ubuntu.</p></div>\r
+<div class="paragraph"><p>The PPA <code>ppa:jfi/ptask-daily</code> contains the binary package of the last\r
 development snapshot. It should only be used for testing purpose.</p></div>\r
 </div>\r
 </div>\r
 <div class="sect1">\r
 <h2 id="_installation_from_source_archive">2. Installation from source archive</h2>\r
 <div class="sectionbody">\r
-<div class="paragraph"><p><tt>ptask</tt> can be compiled and installed on any modern GNU/Linux\r
+<div class="paragraph"><p><code>ptask</code> can be compiled and installed on any modern GNU/Linux\r
 distribution.</p></div>\r
 <div class="sect2">\r
 <h3 id="_prerequisites">2.1. Prerequisites</h3>\r
-<div class="paragraph"><p>The compilation of <tt>ptask</tt> requires:</p></div>\r
+<div class="paragraph"><p>The compilation of <code>ptask</code> requires:</p></div>\r
 <div class="ulist"><ul>\r
 <li>\r
 <p>\r
@@ -401,7 +403,7 @@ make
 <div class="paragraph"><p>For Ubuntu 12.10:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext autopoint help2man libgtk-3-dev libjson0-dev make perl</tt></pre>\r
+<pre><code>sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext autopoint help2man libgtk-3-dev libjson0-dev make perl</code></pre>\r
 </div></div>\r
 </div>\r
 <div class="sect2">\r
@@ -409,35 +411,35 @@ make
 <div class="paragraph"><p>Download a source tarballs of a release and extracts its content:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>mkdir TMP_DIR\r
+<pre><code>mkdir TMP_DIR\r
 cd TMP_DIR\r
 wget http://wpitchoune.net/ptask/files/ptask-last.tar.gz\r
 tar -xzvf ptask-last.tar.gz\r
-cd ptask-*</tt></pre>\r
+cd ptask-*</code></pre>\r
 </div></div>\r
 <div class="paragraph"><p>Alternatively, you can get the last development snapshot of the\r
 sources directly from the SVN source repository:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>mkdir TMP_DIR\r
+<pre><code>mkdir TMP_DIR\r
 cd TMP_DIR\r
 svn co http://wpitchoune.net/svnpub/ptask/trunk\r
-cd trunk</tt></pre>\r
+cd trunk</code></pre>\r
 </div></div>\r
 </div>\r
 <div class="sect2">\r
 <h3 id="_compilation">2.3. Compilation</h3>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>./configure\r
-make clean all</tt></pre>\r
+<pre><code>./configure\r
+make clean all</code></pre>\r
 </div></div>\r
 </div>\r
 <div class="sect2">\r
 <h3 id="_installation">2.4. Installation</h3>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>make install</tt></pre>\r
+<pre><code>make install</code></pre>\r
 </div></div>\r
 </div>\r
 </div>\r
@@ -484,7 +486,7 @@ make clean all</tt></pre>
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2013-12-01 17:39:17 CET\r
+Last updated 2014-04-20 14:40:15 CEST\r
 </div>\r
 </div>\r
 </body>\r