1Lightweight CSS Plugin for DokuWiki 2 3Adds an "Editor and better only" script part and removes a lot of 4unneeded scripts parts for non editors. It makes the CSS for end users 5a lot smaller and faster to load. 6 7If you install this plugin manually, make sure it is installed in 8lib/plugins/leightweightcss/ - if the folder is called different it 9will not work! 10 11Please refer to http://www.dokuwiki.org/plugins for additional info 12on how to install plugins in DokuWiki. 13 14---- 15Copyright (C) i-net /// software <tools@inetsoftware.de> 16 17This program is free software; you can redistribute it and/or modify 18it under the terms of the GNU General Public License as published by 19the Free Software Foundation; version 2 of the License 20 21This program is distributed in the hope that it will be useful, 22but WITHOUT ANY WARRANTY; without even the implied warranty of 23MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24GNU General Public License for more details. 25 26See the COPYING file in your DokuWiki folder for details 27 28## Setup 29 30The __Lightweight CSS Plugin__ filters styles that are for administrative purposes and adds an extra stylesheet for them. 31 32There is a list of configured plugins that are white/blacklisted for certain areas. 33 34Users can customize this list using the `style.ini` of their template by adding a section 35 36 [lightweightcss] 37 38 ; admin style 39 lib/plugins/<plugin> = admin 40 41 ; user style include 42 lib/plugins/<plugin> = include 43 44 ; user style exclude 45 lib/plugins/<plugin> = exclude