"""XML Virtual FileSystem for Midnight Commander
The script requires Midnight Commander 3.1+
-(http://www.midnight-commander.org/), Python 2.4+ (http://www.python.org/).
+(http://www.midnight-commander.org/), Python 2.7+ (http://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
"""
from __future__ import print_function
-__version__ = "1.2.1"
+__version__ = "1.2.1.post1"
__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2013-2023 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2013-2025 PhiloSoft Design"
__license__ = "GPL"
# Can be None for default choice, 'lxml', 'elementtree' or 'minidom'.
WHAT'S NEW
-Version 1.1.5 (2015-07-08)
- Set directories/files date/time to the last modification time of the XML
-file.
- Fix flake8 errors.
+Version 1.2.1.post1 (2025-01-11)
-Version 1.1.4 (2015-03-21)
- Minor documentation update.
-
-Version 1.1.3 (2015-03-14)
- Fix a minor bug in handling namespaces (lxml).
-
-Version 1.1.2 (2015-01-10)
- Changed link to installation instructions.
-
-Version 1.1.1 (2014-07-17)
- Fix a bug in removing excessive namespaces (lxml).
-
-Version 1.1.0 (2013-11-26)
- Show comment(s) before the root element.
-
-Version 1.0.0 (2013-11-23)
- With lxml.etree-based implementation show only child namespaces
- (calculated as combined namespaces minus parent's namespaces).
-
-Version 0.3.0 (2013-11-16)
- Initial release. Implementation based on minidom.
+ Update docs.
WHERE TO GET
Oleg Broytman <phd@phdru.name>
COPYRIGHT
- Copyright (C) 2013-2015 PhiloSoft Design
+ Copyright (C) 2013-2025 PhiloSoft Design
LICENSE
GPL