mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-19 04:20:17 +01:00
updated contact information
This commit is contained in:
@@ -10,6 +10,5 @@ needs. I also made it to try out my newly written Python module for that
|
|||||||
provides helping functions for making dockapps.
|
provides helping functions for making dockapps.
|
||||||
|
|
||||||
[CONTACT]
|
[CONTACT]
|
||||||
Mail anything related to this program to me, Kristoffer Erlandsson,
|
Mail anything related to this program to me, Mario Frasca <mfrasca@interia.pl>
|
||||||
<krier115@student.liu.se>
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ Metadata-Version: 1.0
|
|||||||
Name: pywmgeneral
|
Name: pywmgeneral
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Summary: Python module for making WindowMaker dockapps.
|
Summary: Python module for making WindowMaker dockapps.
|
||||||
Home-page: http://foo.unix.se/pywmdockapps
|
Home-page: http://pywmdockapps.sourceforge.net
|
||||||
Author: Kristoffer Erlandsson
|
Author: Mario Frasca
|
||||||
Author-email: krier115@student.liu.se
|
Author-email: mfrasca@interia.pl
|
||||||
License: GPL
|
License: GPL
|
||||||
Description: UNKNOWN
|
Description: (previous author/email: Kristoffer Erlandsson <krier115@student.liu.se>)
|
||||||
Platform: UNKNOWN
|
Platform: UNKNOWN
|
||||||
|
|||||||
@@ -18,6 +18,6 @@ interactive interpreter and issue 'help(pywmhelpers)'.
|
|||||||
See the file INSTALL
|
See the file INSTALL
|
||||||
|
|
||||||
[CONTACT]
|
[CONTACT]
|
||||||
Anything related to this piece of software can be e-mailed to me, Kristoffer
|
Anything related to this piece of software can be e-mailed to me, Mario
|
||||||
Erlandsson, <krier115@student.liu.se>.
|
Frasca <mfrasca@interia.pl>.
|
||||||
|
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ module1 = Extension('pywmgeneral',
|
|||||||
setup(name = 'pywmgeneral',
|
setup(name = 'pywmgeneral',
|
||||||
py_modules = ['pywmhelpers'],
|
py_modules = ['pywmhelpers'],
|
||||||
version = '0.1',
|
version = '0.1',
|
||||||
author = 'Kristoffer Erlandsson',
|
author = 'Mario Frasca',
|
||||||
author_email = 'krier115@student.liu.se',
|
author_email = 'mfrasca@interia.pl',
|
||||||
description = 'Python module for making WindowMaker dockapps.',
|
description = 'Python module for making WindowMaker dockapps.',
|
||||||
url = 'http://foo.unix.se/pywmdockapps',
|
url = 'http://pywmdockapps.sourceforge.net',
|
||||||
license = 'GPL',
|
license = 'GPL',
|
||||||
ext_modules = [module1])
|
ext_modules = [module1])
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
1. If you don't have pywmgeneral installed, install it first. Can be found
|
1. If you don't have pywmgeneral installed, install it first. Can be found
|
||||||
at http://foo.unix.se/pywmdockapps.
|
at http://pywmdockapps.sourceforge.net.
|
||||||
|
|
||||||
2. Copy pywmgeneric.py to somewhere in your path (like ~/bin or
|
2. Copy pywmgeneric.py to somewhere in your path (like ~/bin or
|
||||||
/usr/local/bin).
|
/usr/local/bin).
|
||||||
@@ -9,5 +9,5 @@
|
|||||||
|
|
||||||
4. Enjoy.
|
4. Enjoy.
|
||||||
|
|
||||||
Trouble? E-mail me at <krier115@student.liu.se>.
|
Trouble? E-mail me at Mario Frasca <mfrasca@interia.pl>.
|
||||||
|
|
||||||
|
|||||||
@@ -61,9 +61,9 @@ xterm-entry in the sample shows this.
|
|||||||
You could probably come up with much more than this!
|
You could probably come up with much more than this!
|
||||||
|
|
||||||
[CONTACT]
|
[CONTACT]
|
||||||
Mail bug reports, suggestions, comments, complaints or anything else,
|
Mail bug reports, suggestions, comments, complaints or anything else, be it
|
||||||
be it funny or boring, related to this program to me, Kristoffer
|
funny or boring, related to this program to me, Mario Frasca
|
||||||
Erlandsson, <krier115@student.liu.se>.
|
<mfrasca@interia.pl>.
|
||||||
|
|
||||||
The newest version can be found at http://foo.unix.se/pywmdockapps/.
|
The newest version can be found at http://pywmdockapps.sourceforge.net/.
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,5 @@ No one of the existing monitors suited my needs. And the more Python the
|
|||||||
world gets, the better it'll be! ;)
|
world gets, the better it'll be! ;)
|
||||||
|
|
||||||
[CONTACT]
|
[CONTACT]
|
||||||
Mail anything related to this program to me, Kristoffer Erlandsson,
|
Mail anything related to this program to me, Mario Frasca <mfrasca@interia.pl>
|
||||||
<krier115@student.liu.se>
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,5 @@ with --help for information about customization.
|
|||||||
As usual, I didn't find a dockapp that fitted me.
|
As usual, I didn't find a dockapp that fitted me.
|
||||||
|
|
||||||
[CONTACT]
|
[CONTACT]
|
||||||
Mail anything related to this program to me, Kristoffer Erlandsson,
|
Mail anything related to this program to me, Mario Frasca <mfrasca@interia.pl>
|
||||||
<krier115@student.liu.se>
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user