From 7cf771b4f89073cfdf6ad497ed1e3094615f0863 Mon Sep 17 00:00:00 2001 From: Phyks Date: Sun, 4 Aug 2013 21:55:25 +0200 Subject: [PATCH] Updated dir structure to ease installation --- README.md | 2 ++ .../adblock.plugin.disabled.php | 0 adblock_constants.php => adblock/adblock_constants.php | 0 {css => adblock/css}/adblock_plugin_css.css | 0 {js => adblock/js}/adblock_plugin_js.js | 0 5 files changed, 2 insertions(+) rename adblock.plugin.disabled.php => adblock/adblock.plugin.disabled.php (100%) rename adblock_constants.php => adblock/adblock_constants.php (100%) rename {css => adblock/css}/adblock_plugin_css.css (100%) rename {js => adblock/js}/adblock_plugin_js.js (100%) diff --git a/README.md b/README.md index 4059c08..9b7492a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This is a plugin for Leed written by Phyks (phyks@phyks.me) to allow a leed user This behavior can be fully customized in a per feed way (with either a blacklist or a whitelist). You can also choose to disable images only on mobile browsers. +**Important note :** To install the plugin, just do as usual with leed plugins. The adblock folder goes in the plugins directory of your leed installation. **Don't rename** the adblock directory unless you know what you do (you will need to change some paths values in the script itself). + ## Constants (_adblock_constants.php_ file) diff --git a/adblock.plugin.disabled.php b/adblock/adblock.plugin.disabled.php similarity index 100% rename from adblock.plugin.disabled.php rename to adblock/adblock.plugin.disabled.php diff --git a/adblock_constants.php b/adblock/adblock_constants.php similarity index 100% rename from adblock_constants.php rename to adblock/adblock_constants.php diff --git a/css/adblock_plugin_css.css b/adblock/css/adblock_plugin_css.css similarity index 100% rename from css/adblock_plugin_css.css rename to adblock/css/adblock_plugin_css.css diff --git a/js/adblock_plugin_js.js b/adblock/js/adblock_plugin_js.js similarity index 100% rename from js/adblock_plugin_js.js rename to adblock/js/adblock_plugin_js.js