~gtg-user/gtg/bugfix-1003872

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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# Getting Things Gnome! - a personal organizer for the GNOME desktop
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
#
# 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/>.
# -----------------------------------------------------------------------------
"""Various information about GTG. Should be updated for every release. 

Contains the information displayed in GTG's Credits."""

from GTG import _

NAME = "Getting Things GNOME!"
URL = "http://gtg.fritalk.com"
DOCUMENTATION_URL = "http://live.gnome.org/gtg/documentation"
TRANSLATE_URL = "https://translations.launchpad.net/gtg"
REPORT_BUG_URL = "https://bugs.launchpad.net/gtg/+filebug"
EMAIL = "gtg-contributors@lists.launchpad.net"
VERSION = '0.3-development'

SHORT_DESCRIPTION = _('GTG is a personal organizer for the GNOME desktop environment.')

# CREDITS
AUTHORS     = ["Main developers:", \
               "\tLionel Dricot <ploum@ploum.net>", \
               "\tBertrand Rousseau <bertrand.rousseau@gmail.com>", \
               "\tPaulo Cabido <paulo.cabido@gmail.com>", \
               "\tLuca Invernizzi <invernizzi.l@gmail.com>", \
               "\tKevin Mehall <km@kevinmehall.net>", \
               "\tLuca Falavigna <dktrkranz@debian.org>", \
               "\tIzidor Matušov <izidor.matusov@gmail.com>", \
               "Contributors:", \
               "\tAlayn Gortazar <zutoin@gmail.com>", \
               "\tAndrew Starr-Bochicchio <andrewsomething@ubuntu.com>", \
               "\tAntons Rebguns <arebgun@gmail.com>", \
               "\tBen Dowling <ben.m.dowling@gmail.com>", \
               "\tBrian Kennedy <ekspiulo@gmail.com>", \
               "\tBryce Harrington <bryce@bryceharrington.org>", \
               "\tCarl Chenet <chaica@ohmytux.com>", \
               "\tChris Johnston <chrisjohnston@ubuntu.com>", \
               "\tDaniel Neel <dneelyep@gmail.com>", \
               "\tDavid Planella <david.planella@jabber.org>", \
               "\tErin McLaughlin <emclaughlin1215@gmail.com>", \
               "\tFabio Prina <fabio@nimsh.com>", \
               "\tFrançois <>", \
               "\tGérôme Fournier <>", \
               "\tIvan Evtukhovich <evtuhovich@gmail.com>", \
               "\tJean-François Fortin Tam <nekohayo@gmail.com>", \
               "\tJeff Oliver <kaiserfro@gmail.com>", \
               "\tJérôme Guelfucci <jerome.guelfucci@gmail.com>",      \
               "\tJoão Ascenso <joaoricardoascenso@gmail.com>", \
               "\tJonathan Barnoud <jonathan@barnoud.net>", \
               "\tJonathan Lange <jml@mumak.net>", \
               "\tKalle Persson <kalle@kallepersson.se>", \
               "\tKees Cook <kees@ubuntu.com>", \
               "\tMadhumitha Viswanathan <madhuvishy@gmail.com>", \
               "\tMarcos Lenharo <>", \
               "\tMarko Kevac <marko@kevac.org>", \
               "\tMatthew Rasmus <tareth.ml@gmail.com>", \
               "\tMichael Vogt <michael.vogt@ubuntu.com>", \
               "\tNicolas Maître <nimai@skynet.be>", \
               "\tRichard Klein <kleinric@gmail.com>", \
               "\tThibault Fevry <ThibaultFevry@gmail.com>", \
               "\tViktor Nagy <viktor.nagy@toolpart.hu>", \
               "\tVolodymyr Floreskul <exufer@gmail.com>", \
               "\tZach Shepherd <eightball1989@gmail.com>", \
               "\tZimin Huang <ienjoycoding@gmail.com>", \
               "\tNimit Shah <nimit.svnit@gmail.com>", \
]
ARTISTS     = ["Kalle Persson <kalle@kallepersson.se>", \
                "Bertrand Rousseau <bertrand.rousseau@gmail.com>"]
ARTISTS.sort()
TRANSLATORS = \
"""Afrikaans: Walter Leibbrandt
Belarusian: Egor Kuryanovich, Iryna Nikanchuk
Catalan: Siegfried Gevatter
Czech: Hýroumen, Ladislav Prskavec
Danish: Peter Skov
Dutch: puccha
Finnish: Mika Tapojärvi
French: Lionel Dricot, Rafik Ouerchefani, Bertrand Rousseau, Pititjo
German: Philip Stewart, Thomas Pitlik
Italian: Luca Falavigna, Luca Invernizzi
Malay: melayubuntu
Polish: Tomasz Maciejewski
Portuguese: Paulo Cabido 
Russian: Alexey Kostyuk, Alexey Nedilko, a220, mrk, wiz
Simplified Chinese: Harold.luo
Slovak: Slavko (linux-slavino)
Spanish: David Prieto, DiegoJ, Pititjo
Swedish: Christian Widell, Daniel Holm, Kalle Persson, Petri Rosenström
Traditional Chinese: Rex Tsai
Turkish: Murat Güneş"""