View an XML file in Midnight Commander as a filesystem.
+WHAT'S NEW in version 0.3.1 (2013-11-18)
+ Fixed a bug in directories permissions.
+
WHAT'S NEW in version 0.3.0 (2013-11-16)
Initial release.
"""
-__version__ = "0.3.0"
+__version__ = "0.3.1"
__author__ = "Oleg Broytman <phd@phdru.name>"
__copyright__ = "Copyright (C) 2013 PhiloSoft Design"
__license__ = "GPL"
else:
subpath = '%s %s' % (template % n, element.localName)
subpath_encoded = subpath.encode(default_encoding, "replace")
- print "dr--r--r-- 1 user group 0 Jan 1 00:00 %s" % subpath_encoded
+ print "dr-xr-xr-x 1 user group 0 Jan 1 00:00 %s" % subpath_encoded
attrs = element.attributes
if attrs:
attr_text = _attrs2text(attrs)