]> git.phdru.name Git - extfs.d.git/blobdiff - torrent-INSTALL.html
Split INSTALL.txt into {torrent,xml}-INSTALL.txt
[extfs.d.git] / torrent-INSTALL.html
diff --git a/torrent-INSTALL.html b/torrent-INSTALL.html
new file mode 100644 (file)
index 0000000..8d9eb7a
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" />
+<title>How to install torrent VFS script</title>
+<style type="text/css">
+
+
+</style>
+</head>
+<body>
+<div class="document" id="how-to-install-torrent-vfs-script">
+<h1 class="title">How to install torrent VFS script</h1>
+
+<p>First, see the general instruction at <a class="reference external" href="INSTALL.html">INSTALL.html</a>.</p>
+<div class="section" id="older-versions-of-mc">
+<h1>Older versions of mc</h1>
+<p>To assign torrent VFS to <tt class="docutils literal">*.torrent</tt> files add the following to mc.ext:</p>
+<pre class="literal-block">
+shell/.torrent
+  Open=%cd %p#torrent
+</pre>
+</div>
+<div class="section" id="newer-versions">
+<h1>Newer versions</h1>
+<p>Edit <tt class="docutils literal">mc.ext</tt>; the syntax is slightly different:</p>
+<pre class="literal-block">
+shell/.torrent
+  Open=%cd %p/torrent://
+</pre>
+</div>
+</div>
+</body>
+</html>