]> git.phdru.name Git - extfs.d.git/blob - torrent-ANNOUNCE
1c8f970a3561450a765a3b90394a0bcc036200b9
[extfs.d.git] / torrent-ANNOUNCE
1 Torrent Virtual FileSystem for Midnight Commander
2
3
4 WHAT IS IT
5    View files, directories and meta information from a torrent metafile in
6 Midnight Commander.
7
8
9 WHAT'S NEW
10 Version 1.2.4 (2018-05-18)
11    Fix a bug in handling overflow with dates > 2038 year.
12
13 Version 1.2.3 (2015-07-08)
14    Set directories/files date/time to the content of ".META/creation date" file
15 if it exists or to the last modification time of the torrent file itself.
16
17 Version 1.2.2 (2015-01-10)
18    Changed link to installation instructions.
19
20 Version 1.2.1 (2013-11-20)
21    Fixed a minor bug.
22
23 Version 1.2.0 (2013-11-16)
24    Get charset from the environment.
25
26 Version 1.1.1 (2013-11-11)
27    Documented the fact that the script can be put in
28 $HOME/[.local/share/].mc/extfs.d.
29
30 Version 1.1.0 (2013-06-10)
31    Show DHT nodes if they are present.
32    Show publisher and publisher-url if they are available.
33    Use name.utf-8, path.utf-8 and comment.utf-8 if those are available.
34    Use codepage instead of encoding if codepage is available
35    and encoding is not.
36
37 Version 1.0.0 (2010-11-11)
38    Initial release.
39
40
41 WHERE TO GET
42    Home page: http://phdru.name/Software/mc/torrent.html
43    Download:  http://phdru.name/Software/mc/torrent
44     git clone http://git.phdru.name/extfs.d.git
45     git clone  git://git.phdru.name/extfs.d.git
46
47    Installation instructions: http://phdru.name/Software/mc/INSTALL.html
48
49
50 The VFS lists all files and directories from the torrent metafile; all files
51 appear empty, of course, but the sizes are shown. Filenames are reencoded from
52 the metafile's encoding/codepage to the current locale.
53
54 Along with the files/directories in the torrent metafile the VFS also presents
55 meta information - in the form of files in .META directory. The size and
56 contents of these files are taken from the corresponding fields in the torrent
57 metafile. The script doesn't check if the torrent consists of a .META file or
58 directory (quite unlikely).
59
60 Date/time for all directories/files is set to the value of 'creation date'
61 field, if it exists; if not date/time is set to the last modification time of
62 the torrent file itself.
63
64 The filesystem is, naturally, read-only.
65
66
67 AUTHOR
68    Oleg Broytman <phd@phdru.name>
69
70 COPYRIGHT
71    Copyright (C) 2010-2015 PhiloSoft Design
72
73 LICENSE
74    GPL