]> git.phdru.name Git - extfs.d.git/blob - torrent-INSTALL.html
Set directories/files date/time: done
[extfs.d.git] / torrent-INSTALL.html
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
7 <title>How to install torrent VFS script</title>
8 <style type="text/css">
9
10
11 </style>
12 </head>
13 <body>
14 <div class="document" id="how-to-install-torrent-vfs-script">
15 <h1 class="title">How to install torrent VFS script</h1>
16
17 <p>First, see the general instructions at <a class="reference external" href="INSTALL.html">INSTALL.html</a>.</p>
18 <div class="section" id="older-versions-of-mc">
19 <h1>Older versions of mc</h1>
20 <p>To assign torrent VFS to <tt class="docutils literal">*.torrent</tt> files add the following to mc.ext:</p>
21 <pre class="literal-block">
22 shell/.torrent
23   Open=%cd %p#torrent
24 </pre>
25 </div>
26 <div class="section" id="newer-versions">
27 <h1>Newer versions</h1>
28 <p>Edit <tt class="docutils literal">mc.ext</tt>; the syntax is slightly different:</p>
29 <pre class="literal-block">
30 shell/.torrent
31   Open=%cd %p/torrent://
32 </pre>
33 </div>
34 </div>
35 </body>
36 </html>