From: Oleg Broytman Date: Sun, 16 Feb 2025 15:00:00 +0000 (+0300) Subject: Docs: httpS protocol X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=47eb7725095cb63abdb7a1fe5bbc96539b2d97d7;p=mc%2Fextfs.d.git Docs: httpS protocol --- diff --git a/torrent b/torrent index 69b0fa7..37e5891 100755 --- a/torrent +++ b/torrent @@ -2,7 +2,7 @@ """Torrent Virtual FileSystem for Midnight Commander The script requires Midnight Commander 3.1+ -(http://www.midnight-commander.org/), Python 2.7+ (http://www.python.org/), +(https://www.midnight-commander.org/), Python 2.7+ (https://www.python.org/), module eff_bdecode.py (from effbot.org/zone/bencode.htm) is now included in the code. diff --git a/xml b/xml index e7fe1d4..81dc024 100755 --- a/xml +++ b/xml @@ -2,7 +2,7 @@ """XML Virtual FileSystem for Midnight Commander The script requires Midnight Commander 3.1+ -(http://www.midnight-commander.org/), Python 2.7+ (http://www.python.org/). +(https://www.midnight-commander.org/), Python 2.7+ (https://www.python.org/). For mc 4.7+ just put the script in $HOME/[.local/share/].mc/extfs.d. For older versions put it in /usr/[local/][lib|share]/mc/extfs @@ -284,7 +284,7 @@ if use_elementtree or use_lxml: if use_elementtree: class ElementTreeXmlVfs(CommonEtreeXmlVfs): def parse(self): - # Copied from http://effbot.org/zone/element-pi.htm + # Copied from effbot.org/zone/element-pi.htm class PIParser(ET.XMLTreeBuilder):