author | Alberto Bertogli
<albertito@blitiri.com.ar> 2009-10-25 16:48:33 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2009-10-25 16:48:33 UTC |
parent | c3d85a89753aa62973d6fb4a77b4f5f7d4263820 |
INSTALL.txt | +1 | -1 |
README | +3 | -3 |
doc/FAQ | +0 | -8 |
doc/URL | +0 | -10 |
doc/reporting_bugs | +1 | -1 |
msn | +2 | -3 |
msncb.py | +0 | -2 |
msnlib.py | +1 | -1 |
msnsetup | +1 | -1 |
setup.py | +2 | -2 |
utils/hmerge | +1 | -2 |
utils/msnlog.vim | +1 | -1 |
utils/msntk | +2 | -3 |
diff --git a/INSTALL.txt b/INSTALL.txt index cb05367..16abdd9 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -32,6 +32,6 @@ msn I would really like to hear your opinion, so please drop any comments to -msnlib-devel@auriga.wearlab.de. +albertito@blitiri.com.ar. diff --git a/README b/README index 1c79b57..746a6cf 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ msnlib -Alberto Bertogli (albertogli@telpin.com.ar) +Alberto Bertogli (albertito@blitiri.com.ar) ---------------------------------------------- This is a python implementation for the msn messenger protocol (version 8), @@ -33,8 +33,8 @@ want to check out the doc directory; specially if you use a non-UNIX platform, take a look at the 'portability' file. -Comments and patches are always welcome; please send them to the mailing list, -msnlib-devel@auriga.wearlab.de. +Comments and patches are always welcome; please send them to +albertito@blitiri.com.ar. Thanks, Alberto diff --git a/doc/FAQ b/doc/FAQ index 9a3927d..4b07e3e 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,12 +1,4 @@ -* How do I subscribe to the mailing list, or browse the archives? - -You can use the mailing list's web interface, -http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/msnlib-devel -for both reading the archives or subscribing. -Note that you don't need to be subscribed to post. - - * What are the 'Message for NNN queued for delivery' and 'Flushing messages to...' and what do they do? diff --git a/doc/URL b/doc/URL deleted file mode 100644 index 9527ce1..0000000 --- a/doc/URL +++ /dev/null @@ -1,10 +0,0 @@ - -The URL for the project is http://users.auriga.wearlab.de/~alb/msnlib -I want to thank Henne Vogelsang and Auriga for providing the hosting. - -There is also a freshmeat project page that it's easier to remember: -http://freshmeat.net/projects/msnlib - -And finally, there's the mailing list, msnlib-devel@auriga.wearlab.de, with url -http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/msnlib-devel. - diff --git a/doc/reporting_bugs b/doc/reporting_bugs index 8a4f8a0..ce503fc 100644 --- a/doc/reporting_bugs +++ b/doc/reporting_bugs @@ -3,7 +3,7 @@ How to report bugs ------------------ If you think you've got a bug (or you are sure about it =), please report it -to msnlib-devel@auriga.wearlab.de; specifying: +to albertito@blitiri.com.ar; specifying: * msnlib version * python version diff --git a/msn b/msn index 1c1e363..21146c6 100755 --- a/msn +++ b/msn @@ -21,10 +21,9 @@ This is a fully usable msn client, which also serves as reference implementation for msnlib-based code. For further information refer to the documentation or the source (which is always preferred). -Please direct any comments to the msnlib mailing list, -msnlib-devel@auriga.wearlab.de. +Please direct any comments to albertito@blitiri.com.ar. You can find more information, and the package itself, at -http://users.auriga.wearlab.de/~alb/msnlib +http://blitiri.com.ar/p/msnlib/ """ diff --git a/msncb.py b/msncb.py index b8b8f8e..1638335 100644 --- a/msncb.py +++ b/msncb.py @@ -34,8 +34,6 @@ See below for more examples. Probably you should base your own callbacks on these ones, at least they were thought with that in mind, so you can use yours as wrappers that handle only your app-specific code and forget about the protocol-specific mess. - - Alberto (albertogli@telpin.com.ar) """ diff --git a/msnlib.py b/msnlib.py index 7deef67..6902529 100644 --- a/msnlib.py +++ b/msnlib.py @@ -7,7 +7,7 @@ import urllib """ MSN Messenger Client Library -by Alberto Bertogli (albertogli@telpin.com.ar) +by Alberto Bertogli (albertito@blitiri.com.ar) """ # constants diff --git a/msnsetup b/msnsetup index a41b67d..41c31f7 100755 --- a/msnsetup +++ b/msnsetup @@ -3,7 +3,7 @@ function intro() { echo echo "This is a script for creating an initial configuration for the msn client." - echo "Any problems or questions regarding it, email albertogli@telpin.com.ar." + echo "Any problems or questions regarding it, email albertito@blitiri.com.ar." echo echo "Now you will have to answer a few questions. If you are in doubt, press ENTER and the harmless default will be used." echo "If you want to abort any time, just press CTRL+C" diff --git a/setup.py b/setup.py index a5b91f0..9ef29a3 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ setup(name="msnlib", version="3.6", description="MSN Messenger Library and Client", author="Alberto Bertogli", - author_email="albertogli@telpin.com.ar", - url="http://users.auriga.wearlab.de/~alb/msnlib", + author_email="albertogli@blitiri.com.ar", + url="http://blitiri.com.ar/p/msnlib/", py_modules=['msnlib', 'msncb'], ) diff --git a/utils/hmerge b/utils/hmerge index 2843d68..b4c792f 100755 --- a/utils/hmerge +++ b/utils/hmerge @@ -13,8 +13,7 @@ the logs. Note that this will not do absolute time sorting (as it's usual for time to go backwards, as we all know =), but record-by-record time compares. -Alberto Bertogli (albertogli@telpin.com.ar), 02/Jun/2003 -Please send any reports to msnlib-devel@auriga.wearlab.de. +Alberto Bertogli (albertito@blitiri.com.ar), 02/Jun/2003 """ diff --git a/utils/msnlog.vim b/utils/msnlog.vim index a5ac399..b57fc65 100644 --- a/utils/msnlog.vim +++ b/utils/msnlog.vim @@ -1,6 +1,6 @@ " Vim syntax file for msnlib logfiles -" Alberto (albertogli@telpin.com.ar) 28/Sep/2003 +" Alberto (albertito@blitiri.com.ar) 28/Sep/2003 " Use it to read your msnlib log files with color, makes it much easier. " Install it by copying to ~/.vim/syntax/msnlog.vim and then run (from vim) diff --git a/utils/msntk b/utils/msntk index a4d3376..cd6bb36 100755 --- a/utils/msntk +++ b/utils/msntk @@ -21,10 +21,9 @@ works both under linux, windows and probably others too. For further information refer to the documentation or the source (which is always preferred). -Please direct any comments to the msnlib mailing list, -msnlib-devel@auriga.wearlab.de. +Please direct any comments to albertito@blitiri.com.ar. You can find more information, and the package itself, at -http://users.auriga.wearlab.de/~alb/msnlib +http://blitiri.com.ar/p/msnlib/ """