]> git.phdru.name Git - extfs.d.git/commitdiff
Update docs on date/time display
authorOleg Broytman <phd@phdru.name>
Wed, 8 Jul 2015 21:03:59 +0000 (00:03 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 8 Jul 2015 21:03:59 +0000 (00:03 +0300)
torrent
torrent-ANNOUNCE
torrent-ANNOUNCE-ru
xml
xml-ANNOUNCE
xml-ANNOUNCE-ru

diff --git a/torrent b/torrent
index 7a45d160741a9cf8087366b88dad116aade81edb..a6685f0d3165d8627d611fa4105e4043ab5f5076 100755 (executable)
--- a/torrent
+++ b/torrent
@@ -27,8 +27,11 @@ contents of these files are taken from the corresponding fields in the torrent
 metafile. The script doesn't check if the torrent consists of a .META file or
 directory (quite unlikely).
 
-Date/time for all files is set to midnight of the 1st January of the current
-year. The filesystem is, naturally, read-only.
+Date/time for all directories/files is set to the value of 'creation date'
+field, if it exists; if not date/time is set to the last modification time of
+the torrent file itself.
+
+The filesystem is, naturally, read-only.
 
 """
 
index 1a89569df92841a459d2fc330fbd6a3f25ee1f62..b89de35124b6db41f17a077928fab38f4480955d 100644 (file)
@@ -54,8 +54,11 @@ contents of these files are taken from the corresponding fields in the torrent
 metafile. The script doesn't check if the torrent consists of a .META file or
 directory (quite unlikely).
 
-Date/time for all files is set to midnight of the 1st January of the current
-year. The filesystem is, naturally, read-only.
+Date/time for all directories/files is set to the value of 'creation date'
+field, if it exists; if not date/time is set to the last modification time of
+the torrent file itself.
+
+The filesystem is, naturally, read-only.
 
 
 AUTHOR
index 03c9c0930df02e10a6b728418259fed74a2da335..bc7c11fc48e192a88a92d8022adedfacb6880873 100644 (file)
@@ -26,8 +26,11 @@ Torrent VFS 
 .torrent. Драйвер не проверяет, что файл .torrent состоит из директории .META
 (крайне мало вероятно).
 
-Дата/время всех файлов устанавливается в 1-ое января текущего года. Файловая
-система, конечно, только для чтения.
+Дата/время всех директорий и файлов устанавливается в значение поля 'creation
+date', если оно существует; если такого поля нет, дата/время устанавливается по
+времени последнего изменения самого файла .torrent.
+
+Файловая система, конечно, только для чтения.
 
 
 АВТОР
diff --git a/xml b/xml
index e34ac224f51fa09ab8f38e166114280c6b53ac91..0315590924c7e0356bdba72baed265ac8b06c514 100755 (executable)
--- a/xml
+++ b/xml
@@ -27,6 +27,9 @@ 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.
 
+Date/time for all directories/files set to the last modification time of the
+XML file.
+
 Implementation based on minidom doesn't understand namespaces, it just shows
 them among other attributes. ElementTree-based implementation doesn't show
 namespaces at all. Implementation based on lxml.etree shows namespaces in a
index 53d15dc88238754356451be3114e2a4d83bd6b00..3153e24d354de301050ada2c0e4c95d8a3eb757e 100644 (file)
@@ -55,6 +55,9 @@ 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.
 
+Date/time for all directories/files set to the last modification time of the
+XML file.
+
 Implementation based on minidom doesn't understand namespaces, it just shows
 them among other attributes. ElementTree-based implementation doesn't show
 namespaces at all. Implementation based on lxml.etree shows namespaces in a
index 3e9d32b72023b515d498f6cbcde3d0ceacb91a90..f2440fde833b11fc81754e6f532535d2b21f1c63 100644 (file)
@@ -25,6 +25,9 @@ XML VFS 
 содержание и комментарии показываются в файле "text"; начальные и концевые
 пробелы убираются, текст перекодируется. Файловая система только для чтения.
 
+Дата/время всех директорий и файлов устанавливается по времени последнего
+изменения самого файла XML.
+
 Реализация на основе minidom не понимает пространств имён; пространства имён
 показываются среди прочих атрибутов. Реализация на основе ElementTree не
 показывает пространств имён вообще. Реализация на основе lxml.etree показывает