#extends phd_site #implements respond #attr $Title = "How to install torrent VFS script" #attr $Copyright = 2015 ## #def body_rst How to install torrent VFS script ================================= First, see the general instructions at ``_. Older versions of mc -------------------- To assign torrent VFS to ``*.torrent`` files add the following to mc.ext:: shell/.torrent Open=%cd %p#torrent Newer versions -------------- Edit ``mc.ext``; the syntax is slightly different:: shell/.torrent Open=%cd %p/torrent:// #end def $phd_site.respond(self)