From: Oleg Broytman Date: Sat, 11 Jan 2025 12:26:47 +0000 (+0300) Subject: xml: Update docs X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=1f5979463e0972b51a14bcf5d77891f194a8b59a;p=mc%2Fextfs.d.git xml: Update docs --- diff --git a/xml b/xml index fe3b5b5..e7fe1d4 100755 --- a/xml +++ b/xml @@ -2,7 +2,7 @@ """XML Virtual FileSystem for Midnight Commander The script requires Midnight Commander 3.1+ -(http://www.midnight-commander.org/), Python 2.4+ (http://www.python.org/). +(http://www.midnight-commander.org/), Python 2.7+ (http://www.python.org/). For mc 4.7+ just put the script in $HOME/[.local/share/].mc/extfs.d. For older versions put it in /usr/[local/][lib|share]/mc/extfs @@ -45,9 +45,9 @@ The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs """ from __future__ import print_function -__version__ = "1.2.1" +__version__ = "1.2.1.post1" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2013-2023 PhiloSoft Design" +__copyright__ = "Copyright (C) 2013-2025 PhiloSoft Design" __license__ = "GPL" # Can be None for default choice, 'lxml', 'elementtree' or 'minidom'. diff --git a/xml-ANNOUNCE b/xml-ANNOUNCE index 8e0b2fa..cbdec86 100644 --- a/xml-ANNOUNCE +++ b/xml-ANNOUNCE @@ -6,33 +6,10 @@ WHAT IS IT WHAT'S NEW -Version 1.1.5 (2015-07-08) - Set directories/files date/time to the last modification time of the XML -file. - Fix flake8 errors. +Version 1.2.1.post1 (2025-01-11) -Version 1.1.4 (2015-03-21) - Minor documentation update. - -Version 1.1.3 (2015-03-14) - Fix a minor bug in handling namespaces (lxml). - -Version 1.1.2 (2015-01-10) - Changed link to installation instructions. - -Version 1.1.1 (2014-07-17) - Fix a bug in removing excessive namespaces (lxml). - -Version 1.1.0 (2013-11-26) - Show comment(s) before the root element. - -Version 1.0.0 (2013-11-23) - With lxml.etree-based implementation show only child namespaces - (calculated as combined namespaces minus parent's namespaces). - -Version 0.3.0 (2013-11-16) - Initial release. Implementation based on minidom. + Update docs. WHERE TO GET @@ -75,7 +52,7 @@ AUTHOR Oleg Broytman COPYRIGHT - Copyright (C) 2013-2015 PhiloSoft Design + Copyright (C) 2013-2025 PhiloSoft Design LICENSE GPL diff --git a/xml-ANNOUNCE-ru b/xml-ANNOUNCE-ru index 9e89f18..60e5118 100644 --- a/xml-ANNOUNCE-ru +++ b/xml-ANNOUNCE-ru @@ -45,7 +45,7 @@ VFS позволяет просматривать структуру XML, но Олег Бройтман COPYRIGHT - Copyright (C) 2013-2015 PhiloSoft Design + Copyright (C) 2013-2025 PhiloSoft Design ЛИЦЕНЗИЯ GPL diff --git a/xml-ChangeLog b/xml-ChangeLog index f7592eb..bdaed8b 100644 --- a/xml-ChangeLog +++ b/xml-ChangeLog @@ -1,3 +1,7 @@ +Version 1.2.1.post1 (2025-01-11) + + Update docs. + Version 1.2.1 (2023-08-13) Update for Python 3.