Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 20-Sep-2023 | - | ||||
_test/ | H | 28-Aug-2022 | - | -10,314,400 | -5,511,570 | |
bootstrap/ | H | 28-Aug-2022 | - | -8,645,462 | -8,086,867 | |
class/ | H | 28-Aug-2022 | - | -11,905,282 | -6,669,620 | |
conf/ | H | 28-Aug-2022 | - | -1,033,734 | -325,118 | |
css/ | H | 28-Aug-2022 | - | -14,282,373 | -11,947,858 | |
doc/ | H | 28-Aug-2022 | - | -58,366 | -33,352 | |
images/ | H | 28-Aug-2022 | - | -1,325,739 | -883,824 | |
lang/ | H | 28-Aug-2022 | - | -617,005 | -191,773 | |
.travis.yml | H A D | 26-Aug-2022 | 477 | 29 | 22 | |
README.md | H A D | 26-Aug-2022 | 2 KiB | 54 | 35 | |
TODO.md | H A D | 26-Aug-2022 | 543 | 24 | 14 | |
deleted.files | H A D | 26-Aug-2022 | 218 | 6 | 5 | |
detail.php | H A D | 26-Aug-2022 | 3.3 KiB | 134 | 78 | |
main.php | H A D | 26-Aug-2022 | 10.5 KiB | 397 | 209 | |
script.js | H A D | 26-Aug-2022 | 1.1 KiB | 26 | 19 | |
style.ini | H A D | 26-Aug-2022 | 3.1 KiB | 82 | 66 | |
template.info.txt | H A D | 26-Aug-2022 | 240 | 10 | 9 |
README.md
1# Strap Web Template 2 3> Volatile WebSite Generator based on Easy Markup File, Bootstrap Styled, and the power of a Wiki Platform 4 5 6 7[](https://app.travis-ci.com/ComboStrap/dokuwiki-template-strap) 8 9## About 10 11`Strap` is the companion template of [ComboStrap](https://combostrap.com/) 12 13 14## Features 15 16 17 * [bootstrap 5 integrated](https://combostrap.com/bootstrap) 18 * [Menubar (Top Fixed or not)](http://combostrap.com/menubar) 19 * Dynamic [Layout](http://combostrap.com/layout): 20 * `holy grail` 21 * `median` 22 * `landing` 23 * Dynamic template with [slots](http://combostrap.com/slot): 24 * `Footer` slot 25 * `header` slot 26 * `Side` slot 27 * `sidekick` slot 28 * [Rail bar](http://combostrap.com/railbar) for the actions (site and page tools) 29 * [Fast as hell](http://combostrap.com/performance): 30 * One Stylesheet dependency available globally from CDN 31 * All Javascript are served asynchronously 32 * Lazy image loading 33 * and all [ComboStrap component](http://combostrap.com/component) 34 35 36## Release 37 38See the [dedicated page](https://combostrap.com/release-a-log-of-all-combostrap-changes-and-release-9g2si7zb) 39 40 41## Dev 42 43For developers 44 45The function `tpl_strap_meta_header` found in the file [tpl_lib_strap](class/TplUtility.php) 46 47* control the headers and is call via the registration of the event `TPL_METAHEADER_OUTPUT` 48* control the Jquery version. Not logged in, Bootstrap, logged in Dokuwiki (with ui,..) 49 50Ter info, the template file are: 51* [main.php](./main.php): The main page. [Doc](https://www.dokuwiki.org/devel:templates:main.php) 52* [detail.php](./detail.php): The template to show the detail of an image. [Doc](https://www.dokuwiki.org/devel:templates:detail.php) 53* [mediamanager.php](./mediamanager.php): The template to show the media manager. 54