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