Pomodoro
Copyright (C) 2010  Sakari Hyoty <shyoty@iki.fi>

Pomodoro is a task management application based on The Pomodoro Technique
ideology by Francisco Cirillo. The idea of the application is to help users
organize their daily tasks and easily keep track work progress. The Pomodoro
application has been written in C++/Qt and has been designed particularly
for Maemo devices (e.g. Nokia N900).

Main features:

  * Adding and removing of tasks, a task list

  * Internal and external interruptions record

  * Visible and audible timer

  * Short guide into usage

  * Automatic daily archiving of completed tasks

License:

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.

  Tomato icon has been downloaded from <http://www.clker.com/>
  and it is in Public Domain.

  Alarm audio file is in Public Domain.

Additional notes:

  * For details on The Pomodoro Technique see Francesco Cirillo's
    <http://www.pomodorotechnique.com/>.

  * Application data model is saved to ~/.pomodoro.data . This file is not
    uninstalled automatically, so in case you want to completely uninstall
    the application you need to delete this file manually.
