]> git.phdru.name Git - extfs.d.git/blob - xml-ANNOUNCE
Add xml-ANNOUNCE
[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 The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs
28
29
30 AUTHOR
31    Oleg Broytman <phd@phdru.name>
32
33 COPYRIGHT
34    Copyright (C) 2013 PhiloSoft Design
35
36 LICENSE
37    GPL