Browse Source

Updates to README

dom111 8 năm trước cách đây
mục cha
commit
a006ba6d76
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -9,4 +9,8 @@ Chrome (Unsure of specific version, works on latest)
 
 Implementations
 ---------------
-Currently I have two implementations in mind, a bookmarklet or by utilising Apache's pretty DirectoryIndex.
+Drag this to your Bookmarks Bar: <a href="javascript:!function(){var e=document.getElementsByTagName('head')[0],t=function(t,a){var s=document.createElement('script');s.src=t,s.type='text/javascript',a&&(s.onload=a),e.appendChild(s)},a=function(t){var a=document.createElement('link');a.href=t,a.rel='stylesheet',e.appendChild(a)};t('https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js',function(){['https://cdn.rawgit.com/dom111/webdav-js/master/src/webdav-min.js','https://cdn.rawgit.com/dom111/webdav-js/master/external/fancybox/jquery.fancybox.js','https://cdn.rawgit.com/dom111/webdav-js/master/external/fancybox/jquery.fancybox.css','https://cdn.rawgit.com/dom111/webdav-js/master/assets/css/style-min.css'].forEach(function(e){e.match(/js$/)?t(e):a(e)})})}()">WebDAV</a>.
+
+Another use could be to implement the above bookmarklet in-line using `Apache`'s `Indexes` option using the `HeaderName` directive.
+
+[Blog post](https://dom.hastin.gs/blog/uncategorized/wevdav-js-update/475)