]> git.phdru.name Git - extfs.d.git/commitdiff
Documented the fact that the script can be put in $HOME/.mc/extfs.d
authorOleg Broytman <phd@phdru.name>
Mon, 11 Nov 2013 18:12:06 +0000 (22:12 +0400)
committerOleg Broytman <phd@phdru.name>
Mon, 11 Nov 2013 18:12:06 +0000 (22:12 +0400)
dummy
obexftp
obexftp-ANNOUNCE
torrent
torrent-ANNOUNCE

diff --git a/dummy b/dummy
index 4b0041c0dd038253ad42e53baa796022d35afdaf..43a7e697aa426054f9d2a51c67ea37d94f94f0cc 100755 (executable)
--- a/dummy
+++ b/dummy
@@ -1,9 +1,9 @@
 #! /usr/bin/env python
 """Dummy VFS for Midnight Commander. Just for a test."""
 
 #! /usr/bin/env python
 """Dummy VFS for Midnight Commander. Just for a test."""
 
-__version__ = "1.0.2"
+__version__ = "1.0.3"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design"
 __license__ = "GPL"
 
 
 __license__ = "GPL"
 
 
@@ -20,7 +20,7 @@ def error(msg):
 if len(sys.argv) < 2:
    error("""\
 It is not a program - it is a dummy VFS for Midnight Commander.
 if len(sys.argv) < 2:
    error("""\
 It is not a program - it is a dummy VFS for Midnight Commander.
-Put it in /usr/lib/mc/extfs.""")
+Put it in $HOME/.mc/extfs.d or /usr/lib/mc/extfs.""")
 
 
 def mcdummy_list():
 
 
 def mcdummy_list():
diff --git a/obexftp b/obexftp
index 76e35a13dd6828cf96cb48958aa326b9fc8b6529..4cad7b9a68e4bcf8497b3480898731c7eec9f219 100755 (executable)
--- a/obexftp
+++ b/obexftp
@@ -64,9 +64,9 @@ named in $TMP environment variable.
 
 """
 
 
 """
 
-__version__ = "1.3.1"
+__version__ = "1.3.2"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design"
 __license__ = "GPL"
 
 
 __license__ = "GPL"
 
 
@@ -93,8 +93,8 @@ ObexFTP Virtual FileSystem for Midnight Commander version %s
 Author: %s
 %s
 
 Author: %s
 %s
 
-This is not a program. Put the script in /usr/[local/][lib|share]/mc/extfs.
-For more information read the source!""",
+This is not a program. Put the script in $HOME/.mc/extfs.d or
+/usr/[local/][lib|share]/mc/extfs. For more information read the source!""",
    __version__, __author__, __copyright__
 )
    sys.exit(1)
    __version__, __author__, __copyright__
 )
    sys.exit(1)
index b2b402c293efca287f9d1538faf4da8b831fd5c0..1f5190a71545a5591354301bccbcf544efe562d6 100644 (file)
@@ -6,8 +6,8 @@ WHAT IS IT
 binary.
 
 
 binary.
 
 
-WHAT'S NEW in version 1.3.1 (2012-04-15)
-   Removed svn:keywods.
+WHAT'S NEW in version 1.3.2 (2013-11-11)
+   Documented the fact that the script can be put in $HOME/.mc/extfs.d.
 
 WHAT'S NEW in version 1.3.0 (2010-05-09)
    USB transport.
 
 WHAT'S NEW in version 1.3.0 (2010-05-09)
    USB transport.
@@ -28,7 +28,7 @@ AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 2004-2012 PhiloSoft Design
+   Copyright (C) 2004-2013 PhiloSoft Design
 
 LICENSE
    GPL
 
 LICENSE
    GPL
diff --git a/torrent b/torrent
index 347df41463fd784796cb2a74edbaa05247ec5d22..ebaa7bf295dbaf3fc7950c331283697e7d81e60d 100755 (executable)
--- a/torrent
+++ b/torrent
@@ -27,7 +27,7 @@ year. The filesystem is, naturally, read-only.
 
 """
 
 
 """
 
-__version__ = "1.1.0"
+__version__ = "1.1.1"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2010-2013 PhiloSoft Design"
 __license__ = "GPL"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2010-2013 PhiloSoft Design"
 __license__ = "GPL"
@@ -47,8 +47,8 @@ Torrent Virtual FileSystem for Midnight Commander version %s
 Author: %s
 %s
 
 Author: %s
 %s
 
-This is not a program. Put the script in /usr/[local/][lib|share]/mc/extfs.
-For more information read the source!""",
+This is not a program. Put the script in $HOME/.mc/extfs.d or
+/usr/[local/][lib|share]/mc/extfs. For more information read the source!""",
    __version__, __author__, __copyright__
 )
     sys.exit(1)
    __version__, __author__, __copyright__
 )
     sys.exit(1)
index 91de5cdfc37ef63c3884054da896a54e1b9bdbd3..6f232f5dcb96a4869f1c043770d4b37144f12a9c 100644 (file)
@@ -6,6 +6,9 @@ WHAT IS IT
 Midnight Commander.
 
 
 Midnight Commander.
 
 
+WHAT'S NEW in version 1.1.1 (2013-11-11)
+   Documented the fact that the script can be put in $HOME/.mc/extfs.d.
+
 WHAT'S NEW in version 1.1.0 (2013-06-10)
    Show DHT nodes if they are present.
    Show publisher and publisher-url if they are available.
 WHAT'S NEW in version 1.1.0 (2013-06-10)
    Show DHT nodes if they are present.
    Show publisher and publisher-url if they are available.