Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 16-May-2022 | - | ||||
_test/ | H | 12-Mar-2021 | - | 80 | 54 | |
assets/ | H | 12-Mar-2021 | - | 54,752 | 54,595 | |
compat/ | H | 12-Mar-2021 | - | 1,250 | 662 | |
conf/ | H | 12-Mar-2021 | - | 200 | 160 | |
css/ | H | 12-Mar-2021 | - | 6,104 | 4,697 | |
extra/hooks/ | H | 12-Mar-2021 | - | 51 | 38 | |
images/ | H | 12-Mar-2021 | - | 10 | 10 | |
inc/ | H | 12-Mar-2021 | - | 2,771 | 1,963 | |
js/plugins/ | H | 12-Mar-2021 | - | 694 | 287 | |
lang/ | H | 12-Mar-2021 | - | 2,757 | 2,349 | |
tpl/ | H | 12-Mar-2021 | - | 1,187 | 757 | |
.editorconfig | H A D | 11-Mar-2021 | 341 | 20 | 16 | |
.travis.yml | H A D | 11-Mar-2021 | 291 | 14 | 13 | |
AUTHORS.md | H A D | 11-Mar-2021 | 11.2 KiB | 130 | 102 | |
LICENSE | H A D | 11-Mar-2021 | 17.6 KiB | 341 | 281 | |
README.md | H A D | 11-Mar-2021 | 2.7 KiB | 91 | 73 | |
RELEASE.md | H A D | 11-Mar-2021 | 39.3 KiB | 617 | 516 | |
SVG.php | H A D | 11-Mar-2021 | 2.6 KiB | 98 | 59 | |
Template.php | H A D | 11-Mar-2021 | 86.3 KiB | 2,654 | 1,731 | |
css.php | H A D | 11-Mar-2021 | 5.2 KiB | 184 | 118 | |
detail.php | H A D | 11-Mar-2021 | 20.8 KiB | 554 | 444 | |
iconify.php | H A D | 11-Mar-2021 | 5.6 KiB | 197 | 123 | |
index.html | H A D | 11-Mar-2021 | 0 | 1 | 0 | |
main.php | H A D | 11-Mar-2021 | 7.4 KiB | 214 | 127 | |
mediamanager.php | H A D | 11-Mar-2021 | 2.1 KiB | 66 | 41 | |
script.js | H A D | 11-Mar-2021 | 33.2 KiB | 990 | 651 | |
style.ini | H A D | 11-Mar-2021 | 3.6 KiB | 95 | 80 | |
template.info.txt | H A D | 11-Mar-2021 | 264 | 9 | 8 | |
tpl_functions.php | H A D | 11-Mar-2021 | 184 | 8 | 3 | |
tpl_global.php | H A D | 11-Mar-2021 | 181 | 8 | 3 |
README.md
1[](https://github.com/giterlizzi/dokuwiki-template-bootstrap3/releases) [](https://github.com/giterlizzi/dokuwiki-template-bootstrap3) [](https://github.com/giterlizzi/dokuwiki-template-bootstrap3) [](https://github.com/giterlizzi/dokuwiki-template-bootstrap3) [](https://github.com/giterlizzi/dokuwiki-template-bootstrap3/issues) 2 3# Bootstrap3 template for DokuWiki 4 5## Features 6 7 * HTML5 and CSS3 8 * Responsive 9 * Bootstrap 3.x based template 10 * Glyphicons and FontAwesome icons 11 * AnchorJS support 12 * Typeahead support 13 * High customizable via the configuration manager 14 * Many html and DokuWiki hooks 15 * Sidebar support ( left and/or right ) 16 * [Bootswatch](https://bootswatch.com) themes 17 * Theme switcher 18 * Cookie Law Banner Notice 19 * Google Analytics integration 20 * Avatar support for Gravatar, Libravatar and Office365 21 22## Plugin Integration 23 24 * Add New Page 25 * Advanced 26 * Bootstrap Wrapper 27 * DataTables 28 * Diagram 29 * Discussion 30 * Edittable 31 * Explain 32 * InlineTOC 33 * Move 34 * Publish 35 * Rack 36 * Tagging 37 * Tags 38 * Translation 39 * Wrap - Tabs 40 * jOrg Chart 41 * ... and more! 42 43## Localizations 44 45 * Chinese 46 * Czech 47 * French 48 * German 49 * Hungarian 50 * Indonesian 51 * Italian 52 * Japanese 53 * Korean 54 * Norwegian 55 * Persian 56 * Polish 57 * Portuguese 58 * Portuguese (Brazil) 59 * Russian 60 * Slovak 61 * Spanish 62 63# Installation 64 65All documentation for this template can be found at 66https://www.dokuwiki.org/template:bootstrap3 67 68If you install this template manually, make sure it is installed in 69`lib/tpl/bootstrap3/` - if the folder is called different it 70will not work! 71 72Ensure that the following PHP modules are installed: `php-xml`. 73 74Please refer to https://www.dokuwiki.org/template for additional info 75on how to install templates in DokuWiki. 76 77 78---- 79Copyright (C) Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com> 80 81This program is free software; you can redistribute it and/or modify 82it under the terms of the GNU General Public License as published by 83the Free Software Foundation; version 2 of the License 84 85This program is distributed in the hope that it will be useful, 86but WITHOUT ANY WARRANTY; without even the implied warranty of 87MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 88GNU General Public License for more details. 89 90See the LICENSE file in your DokuWiki folder for details 91