]> git.phdru.name Git - mimedecode.git/commitdiff
phd.pp.ru => phdru.name.
authorOleg Broytman <phd@phdru.name>
Sun, 26 Dec 2010 17:43:18 +0000 (17:43 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 26 Dec 2010 17:43:18 +0000 (17:43 +0000)
git-svn-id: file:///home/phd/archive/SVN/mimedecode@18 a778b35f-2f12-0410-a9f6-9b1356d76ba6

ANNOUNCE
mimedecode.docbook
mimedecode.py
setup.py

index 47f71bec1ea9cf9681dbf5bb5cc1163425062163..f87fa1afcdef741531c4c3cabb40b32816bf2d7b 100644 (file)
--- 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 <phd@phd.pp.ru>
+   Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 2001-2009 PhiloSoft Design
+   Copyright (C) 2001-2010 PhiloSoft Design
 
 LICENSE
    GPL
index c7e96e82d0192c1c50d9def764427cb1c1b97581..ac6c705c7ec907014a6b27eea14de55357c87ee4 100644 (file)
@@ -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.
 </para>
@@ -300,7 +300,7 @@ the program will recode the message to the wrong charset.
 <refsect1>
 <title>AUTHOR</title>
 <para>
-   Oleg Broytman &lt;phd@phd.pp.ru&gt;
+   Oleg Broytman &lt;phd@phdru.name&gt;
 </para>
 </refsect1>
 
@@ -335,7 +335,7 @@ the program will recode the message to the wrong charset.
 <refsect1>
 <title>SEE ALSO</title>
 <para>
-   mimedecode.py home page: http://phd.pp.ru/Software/Python/#mimedecode
+   mimedecode.py home page: http://phdru.name/Software/Python/#mimedecode
 </para>
 </refsect1>
 
index 84fe0c05305e13b1a7198f6259d10d7631270ad5..3d42e8095ce2670f695b890d6f75784b644780d8 100755 (executable)
@@ -6,8 +6,8 @@ _version = "2.1.0"
 __version__ = "$Revision$"[11:-2]
 __revision__ = "$Id$"[5:-2]
 __date__ = "$Date$"[7:-2]
-__author__ = "Oleg Broytman <phd@phd.pp.ru>"
-__copyright__ = "Copyright (C) 2001-2009 PhiloSoft Design"
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 2001-2010 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 
index 9b2994960e21b73e5e8ebbc4b1ff5cc7bfaabe49..89b49a9f13602ef0a45a53106a33095f4439cd15 100755 (executable)
--- 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']