From de0094d59e0b360bcf330caa0863d04c61d43624 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 16 Nov 2013 18:38:06 +0400 Subject: [PATCH] Add xml-ANNOUNCE --- xml-ANNOUNCE | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 xml-ANNOUNCE diff --git a/xml-ANNOUNCE b/xml-ANNOUNCE new file mode 100644 index 0000000..d6d59c2 --- /dev/null +++ b/xml-ANNOUNCE @@ -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 + +COPYRIGHT + Copyright (C) 2013 PhiloSoft Design + +LICENSE + GPL -- 2.39.2