]> git.phdru.name Git - extfs.d.git/blobdiff - xml-ANNOUNCE
Publish via git/gitweb
[extfs.d.git] / xml-ANNOUNCE
index d6d59c2e8361ecb4e3ee34e9274004de429c40eb..c78ac15d36399a99013092e13fb9fb692f326c19 100644 (file)
@@ -5,13 +5,27 @@ WHAT IS IT
    View an XML file in Midnight Commander as a filesystem.
 
 
+WHAT'S NEW in version 0.6.1 (2013-11-22)
+   With lxml.etree-based implementation show only child namespaces
+   (calculated as combined namespaces minus parent's namespaces).
+
+WHAT'S NEW in version 0.6.0 (2013-11-22)
+   Refactored _list() and attrs2text() to be completely generic.
+
+WHAT'S NEW in version 0.5.0 (2013-11-19)
+   Added lxml.etree-based implementation.
+
+WHAT'S NEW in version 0.4.0 (2013-11-19)
+   Added ElementTree-based implementation.
+
 WHAT'S NEW in version 0.3.0 (2013-11-16)
-   Initial release.
+   Initial release. Implementation based on minidom.
 
 
 WHERE TO GET
-   Master site:  http://phdru.name/Software/mc/
-   A mirror:    http://phdru.cu.cc/Software/mc/
+   Home page: http://phdru.name/Software/mc/
+    git clone http://git.phdru.name/extfs.d.git
+     git clone git://git.phdru.name/extfs.d.git
 
 
 The VFS represents tags as directories; the directories are numbered to
@@ -24,6 +38,11 @@ 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.
 
+It is useful to have a top-down view on an XML structure but it's especially
+convenient to extract text values from tags. One can get, for example, a
+base64-encoded image - just walk down the VFS to the tag's directory and copy
+its text file to a real file.
+
 The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs