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/http | |
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/http')
-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 |
4 files changed, 4 insertions, 4 deletions
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 |