X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=torrent;h=65c8b6157f5e3ef77cef9a70c161c29a4e6769fc;hp=b0d1e00908e1636c97a605ef28dc6f6810231bfe;hb=3710b1c70558f7f3980bcef5dc9decb25fc522dd;hpb=7333a3485fd782d8f7b3850e88f649d75afd505d diff --git a/torrent b/torrent index b0d1e00..65c8b61 100755 --- a/torrent +++ b/torrent @@ -12,10 +12,14 @@ Make the script executable. For mc 4.7+ run this "cd" command in the Midnight Commander (in the "bindings" file the command is "%cd"): cd file/torrent://; In older versions it is -cd file#torrent, where "file" is the name of your torrent metafile. The VFS -lists all files and directories from the torrent metafile; all files appear -empty, of course, but the sizes are shown. Filenames are reencoded from the -metafile's encoding/codepage to the current locale. +cd file#torrent, where "file" is the name of your torrent metafile. + +See detailed installation instructions at +http://phdru.name/Software/mc/torrent_INSTALL.html. + +The VFS lists all files and directories from the torrent metafile; all files +appear empty, of course, but the sizes are shown. Filenames are reencoded from +the metafile's encoding/codepage to the current locale. Along with the files/directories in the torrent metafile the VFS also presents meta information - in the form of files in .META directory. The size and @@ -28,9 +32,9 @@ year. The filesystem is, naturally, read-only. """ -__version__ = "1.2.1" +__version__ = "1.2.2" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2010-2013 PhiloSoft Design" +__copyright__ = "Copyright (C) 2010-2015 PhiloSoft Design" __license__ = "GPL"