An open API service indexing awesome lists of open source software.

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.

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.