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

Pomodoro is a task management application based on The Pomodoro Technique
ideology by Francesco 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, editing and (mass) removing of tasks, a task list

  * Internal and external interruptions record

  * Visible and audible timer

  * Customizable alarm tone

  * Short guide into usage

Homepage:

  http://www.iki.fi/shyoty/pomodoro/

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 stores data and settings files to user's home directory
    and these files are not uninstalled automatically, so in case you want
    to completely uninstall the application you need to delete these files
    manually:

    `~/.pomodoro.data'     contains the application data model.
    `~/.pomodoro.settings' contains the application settings.
