]> git.phdru.name Git - extfs.d.git/commitdiff
Extend installation instructions
authorOleg Broytman <phd@phdru.name>
Mon, 25 Nov 2013 11:28:11 +0000 (15:28 +0400)
committerOleg Broytman <phd@phdru.name>
Mon, 25 Nov 2013 11:28:11 +0000 (15:28 +0400)
INSTALL.txt
obexftp
obexftp-ANNOUNCE
torrent
torrent-ANNOUNCE
xml
xml-ANNOUNCE

index e0a02f89d4a0c97b7efe58a5312d59f6f7657030..1dedea7e01744e9910bf1a9b3e1b1a8326e8db00 100644 (file)
@@ -21,9 +21,9 @@ Older versions - extfs.ini
 
 On the system where there is a file extfs.ini a VFS script has to be
 installed the following way. Put the script into the system extfs
-directory - /usr/share/mc/extfs/ or /usr/local/share/mc/extfs/. Edit
-extfs.ini - add a line naming the script; for example, if one's
-installing xml VFS one has to do something like
+directory - /usr/share/mc/extfs/ or /usr/local/share/mc/extfs/. Make the
+script executable. Edit extfs.ini - add a line naming the script; for
+example, if one's installing xml VFS one has to do something like
 
 cd /etc/mc/extfs
 echo xml >>extfs.ini
@@ -52,7 +52,8 @@ Newer versions ~/.mc/extfs.d
 
 For newer versions just drop a VFS script to ~/.mc/extfs.d or
 ~/.local/share/mc/extfs.d/ directory (verify directory by running "mc -F").
-Edit mc.ext; the syntax is slightly different:
+Make the script executable. Edit mc.ext; the syntax is slightly
+different:
 
 regex/\.([xX][mM][lL])$
     Include=xml
@@ -62,3 +63,5 @@ type/^XML *(1\.0 *)?document text
 
 include/xml
     Open=%cd %p/xml://
+
+Enable file types guessing (see above).
diff --git a/obexftp b/obexftp
index 93a7bbc18cc1cc275881ed22a229c83e811283a6..c1c523c7d213de563328f1812ef3b94c183bc07c 100755 (executable)
--- a/obexftp
+++ b/obexftp
@@ -19,6 +19,9 @@ $HOME/[.local/share/].mc/extfs.d. For older versions put it in
 /usr/[local/][lib|share]/mc/extfs and add a line "obexftp" to the
 /usr/[local/][lib|share]/mc/extfs/extfs.ini. Make the script executable.
 
+See detailed installation instructions at
+http://phdru.name/Software/mc/INSTALL.html.
+
 Create somewhere a transport file. The transport file may have any name, and is
 expected to be a text file with at least one line defining the transport to
 your device. Other lines in the file are ignored.
index 57b773a650c01cd11afdf63921e989aac054bd7d..19dd3530bf2fd4b6dd7fd383df9c3440ce4dda33 100644 (file)
@@ -28,6 +28,8 @@ WHERE TO GET
     git clone http://git.phdru.name/extfs.d.git
      git clone git://git.phdru.name/extfs.d.git
 
+   Installation instructions: http://phdru.name/Software/mc/INSTALL.html
+
 
 AUTHOR
    Oleg Broytman <phd@phdru.name>
diff --git a/torrent b/torrent
index b0d1e00908e1636c97a605ef28dc6f6810231bfe..ed622a3c4283110d9a14e80af2b2a97425b00435 100755 (executable)
--- 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/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
index 8c668673fa5d63cdd9fa268a8f4c8adb602e558c..e4bce727bfaa039e20bdee426761e9770eec3abe 100644 (file)
@@ -32,6 +32,8 @@ WHERE TO GET
     git clone http://git.phdru.name/extfs.d.git
      git clone git://git.phdru.name/extfs.d.git
 
+   Installation instructions: http://phdru.name/Software/mc/INSTALL.html
+
 
 AUTHOR
    Oleg Broytman <phd@phdru.name>
diff --git a/xml b/xml
index f45a0e3523ed2dc044ac17a5b801cf784ee8bcd2..9a6db3e8efd1426b5b0a8d6b73c3b7fe549e441c 100755 (executable)
--- a/xml
+++ b/xml
@@ -13,6 +13,9 @@ For mc 4.7+ run this "cd" command in the Midnight Commander (in the "bindings"
 file the command is "%cd"): cd file/xml://; in older versions it is
 cd file#xml, where "file" is the name of your XML file.
 
+See detailed installation instructions at
+http://phdru.name/Software/mc/INSTALL.html.
+
 The VFS represents tags as directories; the directories are numbered to
 distinguish tags with the same name; numbering also helps to sort tags by their
 order in XML instead of sorting them by name. Attributes, text nodes and
index 9e0622ecb7fc78b8b83c50130367946a62e872c8..a4224a0f064b928d05a6f685d5efe409b4dbbf8b 100644 (file)
@@ -30,6 +30,8 @@ WHERE TO GET
     git clone http://git.phdru.name/extfs.d.git
      git clone git://git.phdru.name/extfs.d.git
 
+   Installation instructions: http://phdru.name/Software/mc/INSTALL.html
+
 
 The VFS represents tags as directories; the directories are numbered to
 distinguish tags with the same name; numbering also helps to sort tags by their