~nmu-sscheel/gtg/rework-task-editor

« back to all changes in this revision

Viewing changes to GTG/info.py

  • Committer: Bertrand Rousseau
  • Date: 2012-05-09 22:33:25 UTC
  • mfrom: (1178 trunk)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: bertrand.rousseau@gmail.com-20120509223325-a53d8nwo0x9g93bc
Merge nimit branch and trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
 
"""Various information about GTG. Should be updated for every release. Contains the information displayed in GTG's Credits."""
3
 
 
4
 
NAME            = "Getting Things GNOME!"
5
 
URL             = "http://gtg.fritalk.com"
6
 
EMAIL           = "gtg-contributors@lists.launchpad.net"
7
 
VERSION         = '0.3-development'
8
 
 
9
 
SHORT_DESCRIPTION = 'GTG is a personal organizer for the GNOME desktop environment.'
 
2
# -----------------------------------------------------------------------------
 
3
# Getting Things Gnome! - a personal organizer for the GNOME desktop
 
4
# Copyright (c) 2008-2012 - Lionel Dricot & Bertrand Rousseau
 
5
#
 
6
# This program is free software: you can redistribute it and/or modify it under
 
7
# the terms of the GNU General Public License as published by the Free Software
 
8
# Foundation, either version 3 of the License, or (at your option) any later
 
9
# version.
 
10
#
 
11
# This program is distributed in the hope that it will be useful, but WITHOUT
 
12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
13
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
 
14
# details.
 
15
#
 
16
# You should have received a copy of the GNU General Public License along with
 
17
# this program.  If not, see <http://www.gnu.org/licenses/>.
 
18
# -----------------------------------------------------------------------------
 
19
"""Various information about GTG. Should be updated for every release. 
 
20
 
 
21
Contains the information displayed in GTG's Credits."""
 
22
 
 
23
from GTG import _
 
24
 
 
25
NAME = "Getting Things GNOME!"
 
26
URL = "http://gtg.fritalk.com"
 
27
DOCUMENTATION_URL = "http://live.gnome.org/gtg/documentation"
 
28
TRANSLATE_URL = "https://translations.launchpad.net/gtg"
 
29
REPORT_BUG_URL = "https://bugs.launchpad.net/gtg/+filebug"
 
30
EMAIL = "gtg-contributors@lists.launchpad.net"
 
31
VERSION = '0.3-development'
 
32
 
 
33
SHORT_DESCRIPTION = _('GTG is a personal organizer for the GNOME desktop environment.')
10
34
 
11
35
# CREDITS
12
36
AUTHORS     = ["Main developers:", \