X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=obexftp;h=3eff7bfda4c17c5c7291d3a77a7ed18e178604a8;hb=8175b404e38fe88dba1780c4f71834a21acf8b98;hp=dd75d48530369d627899fe690b2cbc6c474d27d8;hpb=920e521363a2f5b533da7f5639d1fc0928387683;p=extfs.d.git diff --git a/obexftp b/obexftp index dd75d48..3eff7bf 100755 --- a/obexftp +++ b/obexftp @@ -1,5 +1,4 @@ #! /usr/bin/env python - """ObexFTP Virtual FileSystem for Midnight Commander Manipulate a cell phone's filesystem calling obexftp binary. This is a complete @@ -11,7 +10,7 @@ from obexftp, and Python is the best of all languages suited for the task ;). The script requires Midnight Commander 3.1+ (http://www.ibiblio.org/mc/), Python 2.3+ (http://www.python.org/), -OpenOBEX 1.0.1+ (http://openobex.sourceforge.net/) and +OpenOBEX 1.0.1+ (http://dev.zuckschwerdt.org/openobex/) and ObexFTP 0.10.4+ (http://triq.net/obexftp). Edit the script, and correct the the full path to the obexftp binary (see @@ -65,11 +64,9 @@ named in $TMP environment variable. """ -__version__ = "1.3.0" -__revision__ = "$Id$" -__date__ = "$Date$"[7:-2] +__version__ = "1.3.2" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2011 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design" __license__ = "GPL" @@ -96,8 +93,8 @@ ObexFTP Virtual FileSystem for Midnight Commander version %s Author: %s %s -This is not a program. Put the script in /usr/[local/][lib|share]/mc/extfs. -For more information read the source!""", +This is not a program. Put the script in $HOME/.mc/extfs.d or +/usr/[local/][lib|share]/mc/extfs. For more information read the source!""", __version__, __author__, __copyright__ ) sys.exit(1)