Metadata-Version: 2.1
Name: gtimelog
Version: 0.9.1
Summary: A Gtk+ time tracking application
Home-page: http://mg.pov.lt/gtimelog/
Author: Marius Gedminas
Author-email: marius@gedmin.as
License: GPL
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: GTK
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Office/Business
License-File: COPYING

GTimeLog
========

.. image:: https://travis-ci.org/gtimelog/gtimelog.png?branch=master
   :target: https://travis-ci.org/gtimelog/gtimelog
   :alt: build status

GTimeLog is a simple app for keeping track of time.

.. contents::

.. image:: https://raw.github.com/gtimelog/gtimelog/master/docs/gtimelog.png
   :alt: screenshot


Installing
----------

GTimeLog is packaged for Debian and Ubuntu::

  sudo apt-get install gtimelog

For Ubuntu, a newer version can usually be found in the PPA:

  https://launchpad.net/~gtimelog-dev/+archive/ppa

You can fetch the latest released version from PyPI ::

  $ pip install gtimelog
  $ gtimelog

You can run it from a source checkout without an explicit installation step::

  $ git clone https://github.com/gtimelog/gtimelog
  $ cd gtimelog
  $ ./gtimelog

System requirements:

- Python (2.6, 2.7 or 3.3)
- PyGObject
- gobject-introspection type libraries for GTK+, Pango


Documentation
-------------

This is work in progress:

- `docs/index.rst`_ contains an overview
- `docs/formats.rst`_ describes the file formats

.. _docs/index.rst: https://github.com/gtimelog/gtimelog/blob/master/docs/index.rst
.. _docs/formats.rst: https://github.com/gtimelog/gtimelog/blob/master/docs/formats.rst


Resources
---------

Website: http://mg.pov.lt/gtimelog

Mailing list: gtimelog@googlegroups.com
(archive at http://groups.google.com/group/gtimelog)

IRC: #gtimelog on irc.freenode.net

Source code: https://github.com/gtimelog/gtimelog

Report bugs at https://github.com/gtimelog/gtimelog/issues

There's an old bugtracker at https://bugs.launchpad.net/gtimelog

I sometimes also browse distribution bugs:

- Ubuntu https://bugs.launchpad.net/ubuntu/+source/gtimelog
- Debian http://bugs.debian.org/gtimelog


Credits
-------

GTimeLog was mainly written by Marius Gedminas <marius@gedmin.as>.

Barry Warsaw <barry@python.org> stepped in as a co-maintainer when
Marius burned out.  Then Barry got busy and Marius recovered.

Many excellent contributors are listed in `CONTRIBUTORS.rst`_

.. _CONTRIBUTORS.rst: https://github.com/gtimelog/gtimelog/blob/master/CONTRIBUTORS.rst

If you want to leave a tip, see https://www.gittip.com/mgedmin/


Changelog
---------


0.9.1 (2013-12-23)
~~~~~~~~~~~~~~~~~~
* Manual pages for gtimelog(1) and gtimelogrc(5).


0.9.0 (2013-12-04)
~~~~~~~~~~~~~~~~~~
* New custom date range report by Rohan Mitchell.
* Moved to GitHub.
* HACKING.txt renamed to CONTRIBUTING.rst.
* Tests no longer require PyGTK/PyGObject.
* Add back Python 2.6 support (not 100% guaranteed, I don't have
  PyGObject for 2.6).
* Add Python 3.3 support.


Older versions
~~~~~~~~~~~~~~

See the `full changelog`_.

.. _full changelog: https://github.com/gtimelog/gtimelog/blob/master/NEWS.rst
