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

..--

css/14-Apr-2025-2,3852,143

images/14-Apr-2025-611608

lang/14-Apr-2025-3825

COPYINGD14-Apr-202517.7 KiB340281

LICENSED14-Apr-202517.7 KiB340281

READMED14-Apr-202596 43

README.mdD14-Apr-20251 KiB3422

detail.phpD14-Apr-20253.8 KiB9674

main.phpD14-Apr-20255.3 KiB174140

manager.datD14-Apr-2025156 43

mediamanager.phpD14-Apr-20251.6 KiB4934

script.jsD14-Apr-2025832 2019

style.iniD14-Apr-20253.9 KiB10480

template.info.txtD14-Apr-2025258 87

tpl_functions.phpD14-Apr-20254 KiB178109

README

1See template.info.txt for main info
2See COPYING for license info
3See README.md for instructions
4

README.md

1# PeanutButter2 Template for DokuWiki
2
3**PeanutButter2** is a clean, responsive DokuWiki template designed for traditional wiki usage. It blends inspiration from the default DokuWiki template with the modern layout of MediaWiki’s Vector 2022 skin.
4
5---
6
7## ✨ Features
8
9- �� **Responsive layout**
10  Sidebar shifts to the top on small screens for mobile-friendly reading.
11
12- �� **Customizable footer**
13  Toggle the following via Template Style Settings:
14  - Page filename (e.g., `start.txt`)
15  - Last modified date
16  - "Logged in as..." user information
17  - Entire footer visibility
18
19- �� **Configurable appearance**
20  Style settings adjustable through the DokuWiki admin panel (`Admin → Template Style Settings`).
21
22- �� **Simple installation**
23  Drop it into your `lib/tpl/` directory or install via Extension Manager.
24
25---
26
27## �� Installation
28
291. **Download or clone this repository** into your `lib/tpl/` directory:
30
31   ```bash
32   cd /path/to/dokuwiki/lib/tpl
33   git clone https://github.com/lenehey/dokuwiki-template-peanutbutter2
34