aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2018-08-04 12:05:28 +0200
committerMichael Albinus2018-08-04 12:05:28 +0200
commitb9e2a91ec5b005c624eaca32064dc60b5f3131f9 (patch)
tree81f02b92625ea1450375b943e0e12d1d8b2cbd50 /doc
parent5dc3d0a9b0594fee80a03e78fee109ebd0934dcf (diff)
downloademacs-b9e2a91ec5b005c624eaca32064dc60b5f3131f9.tar.gz
emacs-b9e2a91ec5b005c624eaca32064dc60b5f3131f9.zip
Rename Tramp method "owncloud" to "nextcloud"
In the spirit of freedom, "nextcloud" is preferred over "owncloud". * doc/misc/tramp.texi (Quick Start Guide, GVFS based methods): * etc/NEWS: Rename "owncloud" method to "nextcloud". * lisp/net/tramp-gvfs.el (tramp-gvfs-methods, tramp-goa-methods) (tramp-gvfs-url-file-name, tramp-gvfs-handler-mounted-unmounted) (tramp-gvfs-connection-mounted-p, tramp-gvfs-mount-spec) (tramp-get-goa-accounts): Use "nextcloud" instead of "owncloud". (tramp-gvfs-nextcloud-default-prefix) (tramp-gvfs-nextcloud-default-prefix-regexp): Rename them. Adapt all callees. * test/lisp/net/tramp-tests.el (tramp--test-nextcloud-p): Rename from `tramp--test-owncloud-p'. (tramp-test11-copy-file, tramp-test12-rename-file): Use it.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 463f10e7d72..55c21b7efc4 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -544,9 +544,9 @@ file system), @file{@trampfn{dav,user@@host,/path/to/file}} and
544@cindex method @option{gdrive} 544@cindex method @option{gdrive}
545@cindex @option{gdrive} method 545@cindex @option{gdrive} method
546@cindex google drive 546@cindex google drive
547@cindex method @option{owncloud} 547@cindex method @option{nextcloud}
548@cindex @option{owncloud} method 548@cindex @option{nextcloud} method
549@cindex nextcloud 549@cindex owncloud
550 550
551GVFS-based methods include also @acronym{GNOME} Online Accounts, which 551GVFS-based methods include also @acronym{GNOME} Online Accounts, which
552support the @option{Files} service. These are the Google Drive file 552support the @option{Files} service. These are the Google Drive file
@@ -554,7 +554,7 @@ system, and the OwnCloud/NextCloud file system. The file name syntax
554is here always 554is here always
555@file{@trampfn{gdrive,john.doe@@gmail.com,/path/to/file}} 555@file{@trampfn{gdrive,john.doe@@gmail.com,/path/to/file}}
556(@samp{john.doe@@gmail.com} stands here for your Google Drive 556(@samp{john.doe@@gmail.com} stands here for your Google Drive
557account), or @file{@trampfn{owncloud,user@@host#8081,/path/to/file}} 557account), or @file{@trampfn{nextcloud,user@@host#8081,/path/to/file}}
558(@samp{8081} stands for the port number) for OwnCloud/NextCloud files. 558(@samp{8081} stands for the port number) for OwnCloud/NextCloud files.
559 559
560 560
@@ -1096,7 +1096,7 @@ but with SSL encryption. Both methods support the port numbers.
1096 1096
1097Paths being part of the WebDAV volume to be mounted by GVFS, as it is 1097Paths being part of the WebDAV volume to be mounted by GVFS, as it is
1098common for OwnCloud or NextCloud file names, are not supported by 1098common for OwnCloud or NextCloud file names, are not supported by
1099these methods. See method @option{owncloud} for handling them. 1099these methods. See method @option{nextcloud} for handling them.
1100 1100
1101@item @option{gdrive} 1101@item @option{gdrive}
1102@cindex method @option{gdrive} 1102@cindex method @option{gdrive}
@@ -1114,13 +1114,13 @@ Since Google Drive uses cryptic blob file names internally,
1114could produce unexpected behavior in case two files in the same 1114could produce unexpected behavior in case two files in the same
1115directory have the same @code{display-name}, such a situation must be avoided. 1115directory have the same @code{display-name}, such a situation must be avoided.
1116 1116
1117@item @option{owncloud} 1117@item @option{nextcloud}
1118@cindex @acronym{GNOME} Online Accounts 1118@cindex @acronym{GNOME} Online Accounts
1119@cindex method @option{owncloud} 1119@cindex method @option{nextcloud}
1120@cindex @option{owncloud} method 1120@cindex @option{nextcloud} method
1121@cindex nextcloud 1121@cindex owncloud
1122 1122
1123As the name indicates, the method @option{owncloud} allows you to 1123As the name indicates, the method @option{nextcloud} allows you to
1124access OwnCloud or NextCloud hosted files and directories. Like the 1124access OwnCloud or NextCloud hosted files and directories. Like the
1125@option{gdrive} method, your credentials must be populated in your 1125@option{gdrive} method, your credentials must be populated in your
1126@command{Online Accounts} application outside Emacs. The method 1126@command{Online Accounts} application outside Emacs. The method
@@ -1139,7 +1139,7 @@ that for security reasons refuse @command{ssh} connections.
1139@defopt tramp-gvfs-methods 1139@defopt tramp-gvfs-methods
1140This user option is a list of external methods for GVFS@. By default, 1140This user option is a list of external methods for GVFS@. By default,
1141this list includes @option{afp}, @option{dav}, @option{davs}, 1141this list includes @option{afp}, @option{dav}, @option{davs},
1142@option{gdrive}, @option{owncloud} and @option{sftp}. Other methods 1142@option{gdrive}, @option{nextcloud} and @option{sftp}. Other methods
1143to include are @option{ftp}, @option{http}, @option{https} and 1143to include are @option{ftp}, @option{http}, @option{https} and
1144@option{smb}. These methods are not intended to be used directly as 1144@option{smb}. These methods are not intended to be used directly as
1145GVFS based method. Instead, they are added here for the benefit of 1145GVFS based method. Instead, they are added here for the benefit of