From: Oleg Broytman Date: Sun, 26 Dec 2010 17:43:18 +0000 (+0000) Subject: phd.pp.ru => phdru.name. X-Git-Tag: v2.3.2~78 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=b9eab0ff4d79b98a16902b7a3b70876ead4066d1 phd.pp.ru => phdru.name. git-svn-id: file:///home/phd/archive/SVN/mimedecode@18 a778b35f-2f12-0410-a9f6-9b1356d76ba6 --- diff --git a/ANNOUNCE b/ANNOUNCE index 47f71be..f87fa1a 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -31,25 +31,25 @@ WHAT'S NEW in version 2.0.0 WHERE TO GET - Master site: http://phd.pp.ru/Software/Python/#mimedecode - Mirrors: http://phd.webhost.ru/Software/Python/#mimedecode - http://phd.by.ru/Software/Python/#mimedecode + Master site: http://phdru.name/Software/Python/#mimedecode + Mirrors: http://phd.webhost.ru/Software/Python/#mimedecode + http://phd.by.ru/Software/Python/#mimedecode Requires: Python 2.2.2+ Recommends: configured mailcap database. Documentation (also included in the package): - http://phd.pp.ru/Software/Python/mimedecode.txt + http://phdru.name/Software/Python/mimedecode.txt http://phd.webhost.ru/Software/Python/mimedecode.txt http://phd.by.ru/Software/Python/mimedecode.txt AUTHOR - Oleg Broytman + Oleg Broytman COPYRIGHT - Copyright (C) 2001-2009 PhiloSoft Design + Copyright (C) 2001-2010 PhiloSoft Design LICENSE GPL diff --git a/mimedecode.docbook b/mimedecode.docbook index c7e96e8..ac6c705 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -88,7 +88,7 @@ multipart/mixed, e.g) every part is recursively decoded. If it is not multipart, mailcap database is consulted to find a way to convert the body to plain text. (I have no idea how mailcap could be configured on said M$ Ophice GUI, please don't ask me; real OS users can consult my example at -http://phd.pp.ru/Software/dotfiles/mailcap.html). The decoding process uses +http://phdru.name/Software/dotfiles/mailcap.html). The decoding process uses first copiousoutput filter it can find. If there is no any filter the body just passed unconverted. @@ -300,7 +300,7 @@ the program will recode the message to the wrong charset. AUTHOR - Oleg Broytman <phd@phd.pp.ru> + Oleg Broytman <phd@phdru.name> @@ -335,7 +335,7 @@ the program will recode the message to the wrong charset. SEE ALSO - mimedecode.py home page: http://phd.pp.ru/Software/Python/#mimedecode + mimedecode.py home page: http://phdru.name/Software/Python/#mimedecode diff --git a/mimedecode.py b/mimedecode.py index 84fe0c0..3d42e80 100755 --- a/mimedecode.py +++ b/mimedecode.py @@ -6,8 +6,8 @@ _version = "2.1.0" __version__ = "$Revision$"[11:-2] __revision__ = "$Id$"[5:-2] __date__ = "$Date$"[7:-2] -__author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2001-2009 PhiloSoft Design" +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2001-2010 PhiloSoft Design" __license__ = "GNU GPL" diff --git a/setup.py b/setup.py index 9b29949..89b49a9 100755 --- a/setup.py +++ b/setup.py @@ -8,8 +8,8 @@ setup(name = "mimedecode", description = "Broytman mimedecode.py", long_description = "Broytman mimedecode.py, " + __copyright__, author = "Oleg Broytman", - author_email = "phd@phd.pp.ru", - url = "http://phd.pp.ru/Software/Python/#mimedecode", + author_email = "phd@phdru.name", + url = "http://phdru.name/Software/Python/#mimedecode", license = "GPL", platforms = "All", scripts = ['mimedecode.py']