====== Getting Things GNOME! ======

Getting Things GNOME! (GTG) is a personal organizer for the GNOME desktop 
environment inspired by the Getting Things Done (GTD) methodology. GTG is 
designed with flexibility, adaptability, and ease of use in mind so it can be 
used as more than just GTD software. 

GTG is intended to help you track everything you needto do and need to know, 
from small tasks to large projects.

===== Dependencies =====

GTG depends on the following packages:
 * Python, version 2.5 or above
 * PyGTK
 * python ConfigObj
 * python gobject
 * python XDG
Please refer to your system documentation for information on how to install 
these modules if they're not currently available.

To install these packages on Debian-based systems, execute the following 
command:
    $ sudo aptitude install python-gtk2 python-glade2 python-xdg python-gobject\
         python-configobj

===== Installing and Running =====

To install GTG, either unpack the tarball:
    
    $ tar xzvf gtg.tar.gz

or check out our bazaar branch for a development version (we try to keep those 
unbroken and ready for production use):
    
    $ bzr branch lp:gtg

To run GTG, either execute it directly from the source folder:

    $ cd gtg/
    $ ./gtg

or install it system-wide (must install as root to install system-wide):

    $ cd gtg
    $ sudo python setup.py install # must be root to install system-wide
    $ gtg

==== Usage ====

When writing a task, keep in mind that:
 1) A line beginning with "-" will automatically create a subtask on that line
 2) A word beginning with "@" is a tag

===== Quick add =====

In the quickadd line you can use "attribue:argument" with any title. 
Valid attributes are: "tags", "defer", "due"
E.g.:
 "due:friday task description"
 "more work due:today"
 "due:tomorrow foo work"
 "my bar task tags:@foo"


Please refer to http://gtg.fritalk.com/pages/documentation

===== Want to know more? =====

 * GTG Website: http://gtg.fritalk.com/
 * GTG project page on Launchpad: https://launchpad.net/gtg
 * GTG Wiki: http://live.gnome.org/gtg/
