• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Sep-2023-

_test/H28-Aug-2022--10,314,400-5,511,570

bootstrap/H28-Aug-2022--8,645,462-8,086,867

class/H28-Aug-2022--11,905,282-6,669,620

conf/H28-Aug-2022--1,033,734-325,118

css/H28-Aug-2022--14,282,373-11,947,858

doc/H28-Aug-2022--58,366-33,352

images/H28-Aug-2022--1,325,739-883,824

lang/H28-Aug-2022--617,005-191,773

.travis.ymlH A D26-Aug-2022477 2922

README.mdH A D26-Aug-20222 KiB5435

TODO.mdH A D26-Aug-2022543 2414

deleted.filesH A D26-Aug-2022218 65

detail.phpH A D26-Aug-20223.3 KiB13478

main.phpH A D26-Aug-202210.5 KiB397209

script.jsH A D26-Aug-20221.1 KiB2619

style.iniH A D26-Aug-20223.1 KiB8266

template.info.txtH A D26-Aug-2022240 109

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![ComboStrap - Easy Markup WebSite Generator](https://raw.githubusercontent.com/ComboStrap/combo/main/resources/images/banner-combostrap.png "combostrap website bootstrap dokuwiki")
6
7[![Build Status](https://app.travis-ci.com/ComboStrap/dokuwiki-template-strap.svg?branch=main)](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