Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 14-Nov-2024 | - | ||||
conf/ | H | 01-Dec-2020 | - | 47 | 32 | |
css/ | H | 01-Dec-2020 | - | 4,502 | 3,792 | |
images/ | H | 01-Dec-2020 | - | 143 | 91 | |
lang/ | H | 01-Dec-2020 | - | 83 | 56 | |
LICENSE | H A D | 29-Nov-2020 | 17.7 KiB | 339 | 281 | |
README.md | H A D | 29-Nov-2020 | 1.8 KiB | 55 | 33 | |
detail.php | H A D | 29-Nov-2020 | 4 KiB | 106 | 77 | |
main.php | H A D | 29-Nov-2020 | 7.4 KiB | 201 | 132 | |
mediamanager.php | H A D | 29-Nov-2020 | 1.4 KiB | 45 | 32 | |
script.js | H A D | 29-Nov-2020 | 2.3 KiB | 80 | 55 | |
style.ini | H A D | 29-Nov-2020 | 3.4 KiB | 90 | 72 | |
template.info.txt | H A D | 29-Nov-2020 | 231 | 8 | 7 | |
tpl_footer.php | H A D | 29-Nov-2020 | 2.3 KiB | 61 | 37 | |
tpl_header.php | H A D | 29-Nov-2020 | 3.2 KiB | 91 | 59 |
README.md
1# DokuWiki: KKH Template 2 3Template based on the standard Dokuwiki-Template 4 5 6## Features 7 8### Basis CSS changes 9 10* Font-sizes increased 11* Width increased 12* H1-headers (in the content area) with modified style (color configurable) 13 14### Additional styles 15* Animation when loading pages (configurable) 16* Content-Area can be set to transparent for the initial ``start``-Page 17 18### Plugin Integrations 19 20* Integration of the [addnewpage](https://www.dokuwiki.org/plugin:addnewpage)-Plugin 21* Style-Modifications for the [Approve-Plugin](https://www.dokuwiki.org/plugin:approve) 22* Style-Modifications for the [Button-Plugin](https://www.dokuwiki.org/plugin:button) 23* added ``transparent`` as second tag for ``box`` for der [wrap](https://www.dokuwiki.org/plugin:wrap)-Plugin to be used on transparent start pages, e.g. ``<WRAP box transparent 500px>Some content</WRAP>`` 24 25### Configuration options 26 27* Colors for header-area can be set 28* Color (or optional: image) for page background can be set 29* Configurable slider for an external link 30* Hide the search bar in the header area 31* Set a link target for the logo which can differ from the link target of the title 32 33![](images/screenshots/sceenshot1.png) 34 35![](images/screenshots/sceenshot2.png) 36 37![](images/screenshots/screenshot3.png) 38 39![](images/screenshots/screenshot4.png) 40 41 42## Compatibility 43 44Tested with 45 46* PHP **7.3** 47* DokuWiki **Hogfather** (2020-07-29) 48* [Addnewpage-Plugin](https://www.dokuwiki.org/plugin:addnewpage) / **2015-11-02** 49* [Approve-Plugin](https://www.dokuwiki.org/plugin:approve) / **2020-09-21** 50 51 52## License 53 54This work is distributed unter the [GPL2-License](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) and ist based on the dokuwiki-templated contained in (bundled) with DokuWiki and was originally written by Annika Henke 55