jan: thuban/Thuban/UI about.py,1.11.2.3,1.11.2.4
cvs@intevation.de
cvs at intevation.de
Mon Dec 20 16:09:33 CET 2004
Author: jan
Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv31011
Modified Files:
Tag: thuban-1-0-branch
about.py
Log Message:
(About.__init__): Added years of contribution for each contributor.
Index: about.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/about.py,v
retrieving revision 1.11.2.3
retrieving revision 1.11.2.4
diff -u -d -r1.11.2.3 -r1.11.2.4
--- about.py 17 Dec 2004 15:54:23 -0000 1.11.2.3
+++ about.py 20 Dec 2004 15:09:31 -0000 1.11.2.4
@@ -1,6 +1,6 @@
# Copyright (c) 2001-2004 by Intevation GmbH
# Authors:
-# Jonathan Coles <jonathan at intevation.de>
+# Jonathan Coles <jonathan at intevation.de> (2003)
#
# This program is free software under the GPL (>=v2)
# Read the file COPYING coming with Thuban for details.
@@ -32,19 +32,23 @@
# Note: The source code is in ASCII, so we escape some
# characters to get byte strings in latin1.
- lead_developer = 'Bernhard Herzog'
- developers = [ 'Jonathan Coles', 'Frank Koormann',
- unicodeToLocale(u'Martin M\xfcller'),
- 'Jan-Oliver Wagner' ]
- translators = [ ( _('French'), 'Daniel Calvelo Aros' ),
- ( _('German'), unicodeToLocale(u'Bj\xf6rn Broscheit')),
- ( _('Hungarian'), 'Norbert Solymosi'),
- ( _('Italian'), 'Maurizio Napolitano'),
- ( _('Portuguese (Brazilian)'), 'Eduardo Patto Kanegae'),
- ( _('Russian'), 'Alex Shevlakov'),
- ( _('Spanish'), 'Daniel Calvelo Aros') ]
- other_contributors = [ 'Jonathan Byron', 'Silke Reimer',
- 'Bernhard Reiter' ]
+ lead_developer = 'Bernhard Herzog (2001-2004)'
+ developers = [ 'Jonathan Coles (2003)',
+ 'Frank Koormann (2002-2004)',
+ unicodeToLocale(u'Martin M\xfcller (2003)'),
+ 'Jan-Oliver Wagner (2002-2004)' ]
+ translators = [ ( _('French'), 'Daniel Calvelo Aros (2003-2004)' ),
+ ( _('German'),
+ unicodeToLocale(u'Bj\xf6rn Broscheit (2003-2004)')),
+ ( _('Hungarian'), 'Norbert Solymosi (2004)'),
+ ( _('Italian'), 'Maurizio Napolitano (2003)'),
+ ( _('Portuguese (Brazilian)'),
+ 'Eduardo Patto Kanegae (2004)'),
+ ( _('Russian'), 'Alex Shevlakov (2003-2004)'),
+ ( _('Spanish'), 'Daniel Calvelo Aros (2003-2004)') ]
+ other_contributors = [ 'Jonathan Byron (2002)',
+ 'Silke Reimer (2003-2004)',
+ 'Bernhard Reiter (2001-2004)' ]
dyn_modules = [ ('wxPython', versions['wxPython']),
('Python', versions['python']),
('PySQLite', versions['pysqlite']),
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)