diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 17:46:00 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 17:46:00 -0600 |
commit | 83e3902c17e63ecb132267ae478a752692818e49 (patch) | |
tree | f0c75f6d2bdc51ae71f2c3a31c5f9c715d9e89e5 /tdeioslave | |
parent | 389999c82653550a5ac079f7235fee214c3d5d97 (diff) | |
download | tdelibs-83e3902c17e63ecb132267ae478a752692818e49.tar.gz tdelibs-83e3902c17e63ecb132267ae478a752692818e49.zip |
Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks.
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/file/file.protocol | 3 | ||||
-rw-r--r-- | tdeioslave/ftp/ftp.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/http/http.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/http/https.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/http/webdav.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/http/webdavs.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/iso/iso.protocol | 1 | ||||
-rw-r--r-- | tdeioslave/metainfo/metainfo.protocol | 1 |
8 files changed, 9 insertions, 6 deletions
diff --git a/tdeioslave/file/file.protocol b/tdeioslave/file/file.protocol index 270a2f208..ef3be0d90 100644 --- a/tdeioslave/file/file.protocol +++ b/tdeioslave/file/file.protocol @@ -11,5 +11,6 @@ deleting=true linking=true moving=true maxInstances=4 -DocPath=tdeioslave/file.html +DocPath=tdeioslave/file/index.html Class=:local +Icon=filenew diff --git a/tdeioslave/ftp/ftp.protocol b/tdeioslave/ftp/ftp.protocol index 363b27c7c..7401ef6e3 100644 --- a/tdeioslave/ftp/ftp.protocol +++ b/tdeioslave/ftp/ftp.protocol @@ -14,5 +14,5 @@ moving=true ProxiedBy=http Icon=ftp maxInstances=2 -DocPath=tdeioslave/ftp.html +DocPath=tdeioslave/ftp/index.html Class=:internet diff --git a/tdeioslave/http/http.protocol b/tdeioslave/http/http.protocol index d5ad11f28..29ab1c088 100644 --- a/tdeioslave/http/http.protocol +++ b/tdeioslave/http/http.protocol @@ -8,5 +8,5 @@ defaultMimetype=application/octet-stream determineMimetypeFromExtension=false Icon=www maxInstances=3 -DocPath=tdeioslave/http.html +DocPath=tdeioslave/http/index.html Class=:internet diff --git a/tdeioslave/http/https.protocol b/tdeioslave/http/https.protocol index 75ea1ad0f..4dba37d83 100644 --- a/tdeioslave/http/https.protocol +++ b/tdeioslave/http/https.protocol @@ -8,5 +8,5 @@ defaultMimetype=application/octet-stream determineMimetypeFromExtension=false Icon=www config=http -DocPath=tdeioslave/https.html +DocPath=tdeioslave/http/index.html Class=:internet diff --git a/tdeioslave/http/webdav.protocol b/tdeioslave/http/webdav.protocol index 0c696e5e6..5615a02b9 100644 --- a/tdeioslave/http/webdav.protocol +++ b/tdeioslave/http/webdav.protocol @@ -14,5 +14,5 @@ defaultMimetype=application/octet-stream determineMimetypeFromExtension=false Icon=www maxInstances=3 -DocPath=tdeioslave/webdav.html +DocPath=tdeioslave/webdav/index.html Class=:internet diff --git a/tdeioslave/http/webdavs.protocol b/tdeioslave/http/webdavs.protocol index eb88675b1..d9802f9c9 100644 --- a/tdeioslave/http/webdavs.protocol +++ b/tdeioslave/http/webdavs.protocol @@ -14,5 +14,5 @@ defaultMimetype=application/octet-stream determineMimetypeFromExtension=false Icon=www config=webdav -DocPath=tdeioslave/webdavs.html +DocPath=tdeioslave/webdav/index.html Class=:internet diff --git a/tdeioslave/iso/iso.protocol b/tdeioslave/iso/iso.protocol index 150b03634..1e5c68eb0 100644 --- a/tdeioslave/iso/iso.protocol +++ b/tdeioslave/iso/iso.protocol @@ -9,3 +9,4 @@ source=true Icon=cd Description=A tdeioslave for ISO9660 filesystems MimeType=application/x-iso +DocPath=tdeioslave/iso/index.html diff --git a/tdeioslave/metainfo/metainfo.protocol b/tdeioslave/metainfo/metainfo.protocol index 8609ad520..99eb03817 100644 --- a/tdeioslave/metainfo/metainfo.protocol +++ b/tdeioslave/metainfo/metainfo.protocol @@ -7,3 +7,4 @@ reading=true writing=true source=false Icon=help +DocPath=tdeioslave/metainfo/index.html |