Changeset 295
- Timestamp:
- 08/01/09 20:52:18 (3 years ago)
- Location:
- branches/release/0.2
- Files:
-
- 16 edited
-
AUTHORS (modified) (1 diff)
-
COPYRIGHT (modified) (1 diff)
-
config.py (modified) (1 diff)
-
console.py (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
debian/copyright (modified) (1 diff)
-
debian/itaka.menu (modified) (1 diff)
-
debian/itaka.sgml (modified) (2 diffs)
-
error.py (modified) (1 diff)
-
itaka.py (modified) (1 diff)
-
screenshot.py (modified) (1 diff)
-
server.py (modified) (1 diff)
-
share/itaka.1 (modified) (1 diff)
-
share/win-setup.py (modified) (1 diff)
-
uigtk.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release/0.2/AUTHORS
r124 r295 1 Marc E. (santusmarc@gmail.com) 1 Marc E. <santusmarc@users.sourceforge.net> (Lead Developer) 2 Kurt Erickson <psychogenicshk@users.sourceforge.net> (RPM Packager) -
branches/release/0.2/COPYRIGHT
r124 r295 1 Marc E. (santusmarc@gmail.com) 1 Marc E. <santusmarc@users.sourceforge.net> (Lead Developer) 2 Kurt Erickson <psychogenicshk@users.sourceforge.net> (RPM Packager) 3 2 4 Tango Project (http://tango.freedesktop.org) 3 5 -
branches/release/0.2/config.py
r291 r295 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # -
branches/release/0.2/console.py
r256 r295 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # -
branches/release/0.2/debian/changelog
r291 r295 1 itaka (0.2.2-1) unstable; urgency=high 2 3 * Pulled 0.2.2 from upstream 4 5 -- Marc E. <santusmarc@users.sourceforge.net> Sat, 01 Aug 2009 19:06:15 -0700 6 1 7 itaka (0.2.1-1) unstable; urgency=high 2 8 3 9 * Pulled 0.2.1 from upstream. 4 10 5 -- Marc E. <santusmarc@users.sourceforge.net.com> Thu, 19 Jul 2007 09:12:13 -0700 11 -- Marc E. <santusmarc@users.sourceforge.net> Thu, 19 Jul 2007 09:12:13 -0700 12 6 13 itaka (0.2-1) unstable; urgency=low 7 14 8 15 * Pulled 0.2 from upstream. 9 16 10 -- Marc E. <santusmarc@users.sourceforge.net.com> Tue, 27 Jun 2007 18:01:13 -0700 17 -- Marc E. <santusmarc@users.sourceforge.net> Tue, 27 Jun 2007 18:01:13 -0700 18 11 19 itaka (0.1-1) unstable; urgency=low 12 20 13 21 * Initial release 14 22 15 -- Marc E. <santusmarc@users.sourceforge.net .com> Tue, 5 Jun 2007 18:01:13 -070023 -- Marc E. <santusmarc@users.sourceforge.net> Tue, 5 Jun 2007 18:01:13 -0700 16 24 -
branches/release/0.2/debian/control
r218 r295 2 2 Section: web 3 3 Priority: extra 4 Maintainer: Marc E. <santusmarc@ gmail.com>4 Maintainer: Marc E. <santusmarc@users.sourceforge.net> 5 5 Build-Depends: imagemagick, docbook-to-man, python, debhelper (>= 5.0.37.2) 6 Standards-Version: 3. 7.26 Standards-Version: 3.8.0 7 7 8 8 Package: itaka -
branches/release/0.2/debian/copyright
r124 r295 1 This package was debianized by Marc E. <santusmarc@gmail.com> on 2 Tue, 5 Jun 2007 18:01:13 -0700. 1 This package was downloaded from from http://itaka.jardinpresente.com.ar 3 2 4 It was downloaded from http://itaka.jardinpresente.com.ar 3 Upstream Author: Marc E. <santusmarc@users.sourceforge.net> 4 Debian Packager: Marc E. <santusmarc@users.sourceforge.net> 5 5 6 Upstream Author: Marc E. <santusmarc@gmail.com> 7 8 Copyright: 2003-2007 by Marc E. 6 Copyright: 2003-2009 by Marc E. 9 7 10 8 Released under the GNU GPL. 11 9 Please see /usr/share/common-licenses/GPL for the full license. 12 10 13 The Debian packaging is (C) 200 7, Marc E. <santusmarc@gmail.com> and11 The Debian packaging is (C) 2009, Marc E. <santusmarc@users.sourceforge.net> and 14 12 is licensed under the GPL, see `/usr/share/common-licenses/GPL'. 15 13 -
branches/release/0.2/debian/itaka.menu
r124 r295 1 1 ?package(itaka): \ 2 2 needs="X11" \ 3 section="App s/Net" \3 section="Applications/Network/Monitoring" \ 4 4 title="Itaka" \ 5 5 command="/usr/bin/itaka" \ 6 6 hints="screenshooting" \ 7 icon ="/usr/share/pixmaps/itaka.xpm" \7 icon32x32="/usr/share/pixmaps/itaka.xpm" \ 8 8 icon16x16="/usr/share/pixmaps/itaka16x16.xpm" -
branches/release/0.2/debian/itaka.sgml
r124 r295 3 3 <!-- Please adjust the date whenever revising the manpage. --> 4 4 <!ENTITY dhdate "<date>5 Jun 2007</date>"> 5 <!ENTITY dhemail "<email>santusmarc@ gmail.com</email>">5 <!ENTITY dhemail "<email>santusmarc@users.sourceforge.net</email>"> 6 6 <!ENTITY dhusername "Marc E."> 7 7 <!ENTITY dhpackage "itaka"> … … 22 22 </author> 23 23 <copyright> 24 <year>2003-200 7</year>24 <year>2003-2009</year> 25 25 <holder>&dhusername;</holder> 26 26 </copyright> -
branches/release/0.2/error.py
r173 r295 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # -
branches/release/0.2/itaka.py
r256 r295 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # -
branches/release/0.2/screenshot.py
r215 r295 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # -
branches/release/0.2/server.py
r254 r295 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # -
branches/release/0.2/share/itaka.1
r257 r295 29 29 .SH "AUTHOR" 30 30 .PP 31 Itaka was written by: Marc E. <santusmarc@ gmail.com>31 Itaka was written by: Marc E. <santusmarc@users.sourceforge.net> 32 32 .PP 33 This manual page was written by Marc E. santusmarc@ gmail.comfor33 This manual page was written by Marc E. santusmarc@users.sourceforge.net for 34 34 the \fBDebian\fP system (but may be used by others). Permission is 35 35 granted to copy, distribute and/or modify this document under -
branches/release/0.2/share/win-setup.py
r124 r295 12 12 version = '0.1', 13 13 author='Marc E.', 14 author_email='santusmarc@ gmail.com',14 author_email='santusmarc@users.sourceforge.net', 15 15 url='http://itaka.sourceforge.net', 16 16 -
branches/release/0.2/uigtk.py
r291 r295 16 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 17 # 18 # Copyright 2003-200 7Marc E.18 # Copyright 2003-2009 Marc E. 19 19 # http://itaka.jardinpresente.com.ar 20 20 # … … 934 934 self.aboutdialog.set_name('Itaka') 935 935 self.aboutdialog.set_version(self.itakaglobals.version) 936 self.aboutdialog.set_copyright(u'© 2003-200 7Marc E.')936 self.aboutdialog.set_copyright(u'© 2003-2009 Marc E.') 937 937 self.aboutdialog.set_comments('Screenshooting de mercado.') 938 938 self.aboutdialog.set_authors(['Marc E. <santusmarc@users.sourceforge.net>', 'Kurt Erickson <psychogenicshk@users.sourceforge.net> (Packaging)']) 939 self.aboutdialog.set_artists(['Marc E. <santusmarc@ gmail.com>', 'Tango Project (http://tango.freedesktop.org)'])939 self.aboutdialog.set_artists(['Marc E. <santusmarc@users.sourceforge.net>', 'Tango Project (http://tango.freedesktop.org)']) 940 940 self.aboutdialog.set_license('''Itaka is free software; you can redistribute it and/or modify 941 941 it under the terms of the GNU General Public License as published by
Note: See TracChangeset
for help on using the changeset viewer.

