Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 23-Apr-2025 | - | ||||
meta/ | H | 03-Jun-2022 | - | 67 | 43 | |
LICENSE | H A D | 01-Jun-2022 | 17.7 KiB | 340 | 281 | |
README.md | H A D | 01-Jun-2022 | 1.2 KiB | 30 | 20 | |
action.php | H A D | 01-Jun-2022 | 10.8 KiB | 298 | 145 | |
plugin.info.txt | H A D | 01-Jun-2022 | 308 | 8 | 7 |
README.md
1# structcondstyle Plugin for DokuWiki 2 3A small struct extension plugin that allows the user to style parts of aggregations with plain CSS depending on their values. 4 5All documentation for this plugin can be found at 6https://www.dokuwiki.org/plugin:structcondstyle 7 8If you install this plugin manually, make sure it is installed in 9lib/plugins/structcondstyle/ - if the folder is called different it 10will not work! 11 12Please refer to http://www.dokuwiki.org/plugins for additional info 13on how to install plugins in DokuWiki. 14 15---- 16Copyright (C) Lars Ohnemus <ohnemus.lars@gmail.com> 17 18This plugin takes a lot of inspiration from the structrowcolor plugin. Please take a look at https://dokuwiki.org/plugin:structrowcolor/ before using this plugin. 19 20This program is free software; you can redistribute it and/or modify 21it under the terms of the GNU General Public License as published by 22the Free Software Foundation; version 2 of the License 23 24This program is distributed in the hope that it will be useful, 25but WITHOUT ANY WARRANTY; without even the implied warranty of 26MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27GNU General Public License for more details. 28 29See the LICENSING file for details 30