]> git.phdru.name Git - mimedecode.git/commitdiff
Upgrade: http://phdru.name -> https://phdru.name
authorOleg Broytman <phd@phdru.name>
Fri, 25 May 2018 07:37:52 +0000 (10:37 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 25 May 2018 07:37:52 +0000 (10:37 +0300)
ANNOUNCE
INSTALL.txt
TODO
devscripts/README.html
devscripts/requirements/requirements.txt
mimedecode.docbook
setup.cfg
setup.py

index 5ef3cc2a07c482e1c693533b200cd3c3ce6200a7..005789e7aeda512aa08dc4c37e267d85d276a193 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -44,9 +44,9 @@ Version 2.8.0 (2017-11-03)
 
 
 WHERE TO GET
 
 
 WHERE TO GET
-   Home page: http://phdru.name/Software/Python/#mimedecode
+   Home page: https://phdru.name/Software/Python/#mimedecode
     git clone https://github.com/phdru/mimedecode.git
     git clone https://github.com/phdru/mimedecode.git
-    git clone http://git.phdru.name/mimedecode.git
+    git clone https://git.phdru.name/mimedecode.git
     git clone  git://git.phdru.name/mimedecode.git
 
    Requires: Python 2.7 or Python 3.3+, m_lib.defenc 1.0+.
     git clone  git://git.phdru.name/mimedecode.git
 
    Requires: Python 2.7 or Python 3.3+, m_lib.defenc 1.0+.
@@ -54,7 +54,7 @@ WHERE TO GET
 
    Recommends: configured mailcap database.
 
 
    Recommends: configured mailcap database.
 
-   Documentation: http://phdru.name/Software/Python/mimedecode.html
+   Documentation: https://phdru.name/Software/Python/mimedecode.html
       (also included in the package in html, man and txt formats).
 
 
       (also included in the package in html, man and txt formats).
 
 
index f79edca29a828b459c2cec673df30b4982f12b07..2d952139dbbe547d8e145014025cb2a377dc00ed 100644 (file)
@@ -9,15 +9,15 @@ Installation using pip:
 
     System-wide:
 
 
     System-wide:
 
-    sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ mimedecode
+    sudo pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ mimedecode
 
     User mode:
 
 
     User mode:
 
-    pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --user mimedecode
+    pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ --user mimedecode
 
     Virtual envs:
 
 
     Virtual envs:
 
-    pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ mimedecode
+    pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ mimedecode
 
 Installation from sources:
 
 
 Installation from sources:
 
diff --git a/TODO b/TODO
index 4c159338d31b54b6f6a36a99ed49d96c8d7747aa..8f6df9ecf880c64a70921260c8be1b56e6459493 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,7 +13,7 @@ Release 3.0.
 Replace getopt with argparse.
 
 
 Replace getopt with argparse.
 
 
-Move mimedecode to http://phdru.name/Software/Python/mimedecode/ .
+Move mimedecode to https://phdru.name/Software/Python/mimedecode/ .
 
 
 Release 3.1.
 
 
 Release 3.1.
index 646c97064ed2602b7c9b854a243aa844acc8a75c..c993773b17bae0c413d8bfdc0b8c271e46254564 100644 (file)
@@ -1,2 +1,2 @@
-<a href="http://phdru.name/Software/Python/#mimedecode">MIME decode</a> -
+<a href="https://phdru.name/Software/Python/#mimedecode">MIME decode</a> -
 a program to decode MIME messages.
 a program to decode MIME messages.
index 2e1bf47b8040460d579581d9db2c49c05de2be12..c057e97c3f70ff74941ef50e7fc7f2fa712a38ed 100644 (file)
@@ -1,5 +1,5 @@
 --trusted-host phdru.name
 --trusted-host phdru.name
---find-links=http://phdru.name/Software/Python/
+--find-links=https://phdru.name/Software/Python/
 --install-option=-O2
 
 m_lib.defenc>=1.0
 --install-option=-O2
 
 m_lib.defenc>=1.0
index df8a9443043693f944033e08766569d62976298d..29d081d84993ff38e5a618d659545b7b6cd8890e 100644 (file)
    to find a way to convert the body to plain text (can be prevented with
    options -Bbei). (The author has no idea how mailcap can be configured on
    OSes other than POSIX, please don't ask; users can consult an example at
    to find a way to convert the body to plain text (can be prevented with
    options -Bbei). (The author has no idea how mailcap can be configured on
    OSes other than POSIX, please don't ask; users can consult an example at
-   <ulink url="http://phdru.name/Software/dotfiles/mailcap.html">http://phdru.name/Software/dotfiles/mailcap.html</ulink>).
+   <ulink url="https://phdru.name/Software/dotfiles/mailcap.html">https://phdru.name/Software/dotfiles/mailcap.html</ulink>).
    The decoding process uses the first copiousoutput filter it can find. If
    there are no filters the body just passed as is.
 </para>
    The decoding process uses the first copiousoutput filter it can find. If
    there are no filters the body just passed as is.
 </para>
@@ -642,7 +642,7 @@ cat input_file | mimedecode -o output_file</programlisting>
 <title>SEE ALSO</title>
 <para>
   mimedecode home page:
 <title>SEE ALSO</title>
 <para>
   mimedecode home page:
-  <ulink url="http://phdru.name/Software/Python/#mimedecode">http://phdru.name/Software/Python/#mimedecode</ulink>
+  <ulink url="https://phdru.name/Software/Python/#mimedecode">https://phdru.name/Software/Python/#mimedecode</ulink>
 </para>
 </refsect1>
 
 </para>
 </refsect1>
 
index 56a356622e99927ddcde13c83e3923576698e1a4..8c775986c8bf212c8af96a304c0f5c855e185c40 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [easy_install]
 [easy_install]
-find_links = http://phdru.name/Software/Python/
+find_links = https://phdru.name/Software/Python/
 optimize = 2
 
 [egg_info]
 optimize = 2
 
 [egg_info]
index bd33a2501343672b841270527380fbae53b79fd1..df870041277c2c8aac0b7a239d7e1e4836067350 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -16,14 +16,14 @@ setup(
     long_description_content_type="text/plain",
     author="Oleg Broytman",
     author_email="phd@phdru.name",
     long_description_content_type="text/plain",
     author="Oleg Broytman",
     author_email="phd@phdru.name",
-    url="http://phdru.name/Software/Python/#mimedecode",
+    url="https://phdru.name/Software/Python/#mimedecode",
     project_urls={
     project_urls={
-        'Homepage': 'http://phdru.name/Software/Python/#mimedecode',
-        'Documentation': 'http://phdru.name/Software/Python/mimedecode.html',
+        'Homepage': 'https://phdru.name/Software/Python/#mimedecode',
+        'Documentation': 'https://phdru.name/Software/Python/mimedecode.html',
         'Download':
         'Download':
-            'http://phdru.name/Software/Python/'
+            'https://phdru.name/Software/Python/'
             'mimedecode-%s.tar.bz2' % mimedecode_version.__version__,
             'mimedecode-%s.tar.bz2' % mimedecode_version.__version__,
-        'Git repo': 'http://git.phdru.name/mimedecode.git',
+        'Git repo': 'https://git.phdru.name/mimedecode.git',
         'Github repo': 'https://github.com/phdru/mimedecode',
         'Issue tracker': 'https://github.com/phdru/mimedecode/issues',
     },
         'Github repo': 'https://github.com/phdru/mimedecode',
         'Issue tracker': 'https://github.com/phdru/mimedecode/issues',
     },