File: README

package info (click to toggle)
gnotime 2.3.1~snapshot20091119-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,524 kB
  • sloc: ansic: 15,067; sh: 3,857; xml: 1,367; makefile: 237; lisp: 138
file content (78 lines) | stat: -rw-r--r-- 2,672 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78

Copyright
=========

   GnoTime - the Gnome Time Tracker
   Copyright (C) 1997,98 Eckehard Berns
   Copyright (C) 2001,2002,2003,2004 Linas Vepstas <linas@linas.org>

   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 2 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, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

   For more details see the file COPYING.



What is GnoTime?
================
The Gnome Time Tracker is a to-do list/diary/journal tool that can track
the amount of time spent on projects, and, among other things, generate
reports and invoices based on that time. I've used it to keep shopping
lists, organize ideas, track bug reports, keep a diary of activities,
provide weekly status reports to management, and even as a consultant
billing system.

Features
========
Please see the GnoTime web page for a list of features.

HomePage
========
http://gttr.sourceforge.net
http://www.linas.org/linux/gtt/gtt.html

Status
======
GnoTime has been ported to use Gnome2.  Note, however, that it still
uses some of the older, deprecated widgets; most notably gtkctree.
The new gnome2 treeview widget lacks many of the features needed to
support the keyboard/mouse mannerisms of GnoTime, thereby making
a full port impossible (although one is attempted in src/ctree-gnome2.c).
(The notes at the top of that file describe what's wrong.)

There are still numerous areas of gtt that lack polish.  Please
submit patches that polish up those things that irk you the most.
(Post patches at sourceforge).


Authors
=======
This program was originally written by Eckehard Berns <eb@berns.prima.de>, 
but has been greatly expanded by Linas Vepstas <linas@linas.org>.  

Thanks go out to many people who e-mailed me with suggestions and 
bug fixes.  See the "about" window in the app for more details.


Required Packages for Building GnoTime
======================================
Besides the 'usual' Gnome2 development packages, the following are
some of the packages required to build GnoTime:

-- guile-1.6-dev
-- guile-1.6-slib
-- libgtkhtml3-dev
-- docbook-utils  (to build the documents subdirectory)