https://github.com/alexwenzel/dokuwiki-better-bootstrap
A functional, responsive Bootstrap theme for DokuWiki.
https://github.com/alexwenzel/dokuwiki-better-bootstrap
Last synced: about 1 month ago
JSON representation
A functional, responsive Bootstrap theme for DokuWiki.
- Host: GitHub
- URL: https://github.com/alexwenzel/dokuwiki-better-bootstrap
- Owner: alexwenzel
- Created: 2014-04-15T18:14:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T12:57:37.000Z (over 7 years ago)
- Last Synced: 2024-10-12T11:46:58.535Z (8 months ago)
- Language: CSS
- Size: 890 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dokuwiki - Better Bootstrap Template
A functional, responsive Bootstrap theme for DokuWiki.
This template is based on the [starter-bootstrap](https://github.com/wwu-housing/starter-bootstrap) template created by [Cameron Little](https://github.com/apexskier).
## Features
* Insert table toolbar button.
* Viewing, editing, and detail pages styled with bootstrap.
* Built in wiki structure (navigation) sidebar.
* Supports collapsible dokuwiki sidebar menu.
* Collapsible table of contents.## Javascript
Since dokuwiki uses jQuery 1.6 and bootstrap uses jQuery 1.9, this theme has to use both. ``jQuery`` should be used
instead of ``$`` when referencing jQuery 1.6 and ``jQNew`` should be used when referencing 1.9. This is enabled using
``$.noConflict(true)``.## Installation
Install as you would a normal dokuwiki template, but if you want your Config page to be pretty, you'll need to move the `core_files/admin.php` file into your `./lib/plugins/config/` directory.