]> git.phdru.name Git - extfs.d.git/blob - xml-ANNOUNCE
Fix a bug in directories permissions
[extfs.d.git] / xml-ANNOUNCE
1 XML Virtual FileSystem for Midnight Commander
2
3
4 WHAT IS IT
5    View an XML file in Midnight Commander as a filesystem.
6
7
8 WHAT'S NEW in version 0.3.1 (2013-11-18)
9    Fixed a bug in directories permissions.
10
11 WHAT'S NEW in version 0.3.0 (2013-11-16)
12    Initial release.
13
14
15 WHERE TO GET
16    Master site:  http://phdru.name/Software/mc/
17    A mirror:    http://phdru.cu.cc/Software/mc/
18
19
20 The VFS represents tags as directories; the directories are numbered to
21 distinguish tags with the same name; also numbering helps to sort tags by their
22 order in XML instead of sorting them by name. Attributes, text nodes and
23 comments are represented as text files; attributes are shown in a file named
24 "attributes", attributes are listed in the file as name=value lines (I
25 deliberately ignore a small chance of newline characters in values); names and
26 values are reencoded to the console encoding. Text nodes and comments are
27 collected in a file named "text", stripped and reencoded. The filesystem is
28 read-only.
29
30 It is useful to have a top-down view on an XML structure but it's especially
31 convenient to extract text values from tags. One can get, for example, a
32 base64-encoded image - just walk down the VFS to the tag's directory and copy
33 its text file to a real file.
34
35 The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs
36
37
38 AUTHOR
39    Oleg Broytman <phd@phdru.name>
40
41 COPYRIGHT
42    Copyright (C) 2013 PhiloSoft Design
43
44 LICENSE
45    GPL