From: Oleg Broytman Date: Sat, 16 Nov 2013 14:38:06 +0000 (+0400) Subject: Add xml-ANNOUNCE X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=commitdiff_plain;h=de0094d59e0b360bcf330caa0863d04c61d43624;hp=8d10b98d9f945640120e87e0eeab56a40e66207d Add 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