]> git.phdru.name Git - extfs.d.git/commitdiff
Add xml-ANNOUNCE
authorOleg Broytman <phd@phdru.name>
Sat, 16 Nov 2013 14:38:06 +0000 (18:38 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 16 Nov 2013 14:38:06 +0000 (18:38 +0400)
xml-ANNOUNCE [new file with mode: 0644]

diff --git a/xml-ANNOUNCE b/xml-ANNOUNCE
new file mode 100644 (file)
index 0000000..d6d59c2
--- /dev/null
@@ -0,0 +1,37 @@
+XML Virtual FileSystem for Midnight Commander
+
+
+WHAT IS IT
+   View an XML file in Midnight Commander as a filesystem.
+
+
+WHAT'S NEW in version 0.3.0 (2013-11-16)
+   Initial release.
+
+
+WHERE TO GET
+   Master site:  http://phdru.name/Software/mc/
+   A mirror:    http://phdru.cu.cc/Software/mc/
+
+
+The VFS represents tags as directories; the directories are numbered to
+distinguish tags with the same name; also numbering helps to sort tags by their
+order in XML instead of sorting them by name. Attributes, text nodes and
+comments are represented as text files; attributes are shown in a file named
+"attributes", attributes are listed in the file as name=value lines (I
+deliberately ignore a small chance of newline characters in values); names and
+values are reencoded to the console encoding. Text nodes and comments are
+collected in a file named "text", stripped and reencoded. The filesystem is
+read-only.
+
+The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs
+
+
+AUTHOR
+   Oleg Broytman <phd@phdru.name>
+
+COPYRIGHT
+   Copyright (C) 2013 PhiloSoft Design
+
+LICENSE
+   GPL