xref: /template/kiwiki/README.md (revision b7724d95c58ffbf17e6116c67b182695270881e8)
1# Dokuwiki Kiwiki Theme
2
3Flex theme with lots of css fix and some ease of use features. You can change all colors of the theme to your own taste.
4Templage page on Dokuwiki : https://www.dokuwiki.org/template:kiwiki
5
6## Screenshots
7### General layout
8![General layout](./screenshots/01-screenshot-kiwiki.jpg)
9### Main menu
10![Main menu](./screenshots/02-screenshot-kiwiki-menu.jpg)
11### Sticky sidebar
12![Sticky sidebar](./screenshots/03-screenshot-kiwiki-sticky.jpg)
13### Full width reading
14![Full width reading](./screenshots/04-screenshot-kiwiki-full-width.jpg)
15### Template settings
16![Template settings](./screenshots/05-screenshot-configuration-settings-kiwiki.jpg)
17### Dark mode
18![General layout dark](./screenshots/06-screenshot-kiwiki-dark.jpg)
19![Menu dark](./screenshots/07-screenshot-kiwiki-dark.jpg)
20
21<details>
22  <summary>Changelog</summary>
23
24### 2025-07-23
25Added Vietnamese language
26
27### 2025-07-15
28Added accessibility hints on buttons for keyboard navigation (https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/46)
29
30### 2025-07-08
31This new version of Kiwiki is a major refactoring of the layout to get Sidebars default functionnality from Dokuwiki working (see https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/42).
32
33For UI reasons, I've decided to add my previous menu functionnality in a burger menu : this menu functionnality was intended at first to be accessible accross all website, so now that sidebars are available, it makes more sense to put the menu like this. It also solve this issue : https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/26
34Other fixes :
35
36- Added two options to get the sidebar, table of content or both on the right side of the website https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/37
37- CSS fixes and new functionnalities to get menu and new content layout working
38- Better TOC sticky on mobile
39- Sidebar is now on the bottom of the page on mobile
40- Default content max width is now 1600px to get a better experience when using left and right sidebars together.
41
42### 2025-07-07
43- Fix:Cross site scripting vulnerability (https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/43)
44
45### 2025-04-30
46- Fix:table of content not showing on some admin pages
47
48### 2025-04-24
49- Added informal german language
50
51### 2025-01-24
52- Fix:the edit icon on revisions https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/36
53
54### 2024-12-12
55- Fix:the edit menu button for non-root domain installs
56
57### 2024-11-27
58- Fix:CSS fixes for discussion plugin
59
60### 2024-10-30
61- Added a functionnality to get a different logo on dark/light theme (https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/31). Upload your custom logos on the root of your install :
62  - logo.png for default logo (still mandatory for this to work)
63  - logo-dark.png for dark logo
64  - logo-light.png for light logo
65
66### 2024-05-13
67- Fix: php warning errors on non existing variables https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/16
68- Refactoring of the edit icon button for it to use the correct dokuwiki classes (Menu and MenuItem), and get the same authorizations than the default edit page link. https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/23
69
70### 2024-02-26
71- Fix: edit_page button break when userewrite and useslash config enabled. Thanks to @AzurCrystal
72- Fix : long links overflow on mobile view. Thanks to @Gabe-LSN
73
74### 2024-01-27
75- Added max height for left menu
76
77### 2024-01-16
78- Added Chinese language. Thanks to @AzurCrystal
79
80### 2024-01-10
81- Added css for tables in content
82
83### 2023-11-27
84- Updated editor css for readability
85
86### 2023-11-23
87- The edit button was limited to admin group only, now it checks edit permissions
88
89### 2023-11-06
90- Fix on mobile menu switch not hiding navigation menu on mobile if translation plugin is activated
91
92### 2023-10-19 (features suggestions from @Chris75forumname -> https://github.com/nicolasprigent/Dokuwiki-Kiwiki-Theme/issues/12)
93- Added go to bottom button with option to activate it or not
94- Added fullscreen button in header
95- Added connected user information on footer, with option to activate it or not
96- Added ACL informations on footer (only for editors), with option to activate it or not
97- Added ACL group list in user page has an info
98
99### 2023-10-18
100- Added back the message area on connection page
101
102### 2023-10-12
103- Added max height for table of content in theme configuration
104
105### 2023-10-02
106- Bug fix on menu disappearing on deep level pages
107
108### 2023-09-31
109- Added compatibility with Translation Plugin
110
111### 2023-09-01
112- Updated css to have the filters working on small size screens
113
114### 2023-07-25
115- new language Added German language - Thanks to @holisticagile
116
117### 2023-07-23
118- Fixed issue about public wikis getting no header
119- Added back to home link on login page
120- Some css fixes on login page
121
122### 2023-07-02
123- New style parameter for changing header color
124
125### 2023-06-21
126- CSS fix for dark mode
127- Default style.ini adjusted on some colors
128
129### 2023-06-19
130- CSS fixes on the extension manager page
131- New screenshots to show the theme light/dark mode switcher
132- Restored functionnality to change the logo (as described here : https://www.dokuwiki.org/template:dokuwiki#changing_the_logo)
133
134### 2023-06-16
135- Added light/dark theme mode, with separated customization
136- Detection of os preferences for light or dark mode
137- Override with cookie when clicking a button
138
139### 2023-06-15
140- Fixed word wrapping for pre code blocks on mobile
141- Fixed the edit icon position on mobile
142
143### 2023-06-14
144- Initial release
145</details>
146