#! /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>"
-__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design"
__license__ = "GPL"
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():
"""
-__version__ = "1.3.1"
+__version__ = "1.3.2"
__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design"
__license__ = "GPL"
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)
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.
Oleg Broytman <phd@phdru.name>
COPYRIGHT
- Copyright (C) 2004-2012 PhiloSoft Design
+ Copyright (C) 2004-2013 PhiloSoft Design
LICENSE
GPL
"""
-__version__ = "1.1.0"
+__version__ = "1.1.1"
__author__ = "Oleg Broytman <phd@phdru.name>"
__copyright__ = "Copyright (C) 2010-2013 PhiloSoft Design"
__license__ = "GPL"
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)
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.