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