User Tools

Site Tools


wiki:my_dokuwiki_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:my_dokuwiki_setup [2023-12-04 14:06] – created adminwiki:my_dokuwiki_setup [2023-12-08 11:17] (current) – lightbulb added admin
Line 1: Line 1:
-====== My DokuWiki setup as a simple blog ====== +====== 💡My DokuWiki setup as a notepad ======
- +
-===== Plugins: =====+
  
 +===== Plugins needed =====
 [[https://www.dokuwiki.org/plugin:nspages|nspages]] [[https://www.dokuwiki.org/plugin:nspages|nspages]]
  
-===== Configuration Manager changes: =====+===== Configuration Manager =====
 ==== Section "display" ==== ==== Section "display" ====
 breadcrumbs: set to 0\\ breadcrumbs: set to 0\\
Line 17: Line 16:
 ==== Section "media" ==== ==== Section "media" ====
 jpg_quality: 80 jpg_quality: 80
 +
 +===== Access Control List Management =====
 +Settings to be found under ''doku.php?id=start&do=admin&page=acl''
 +
 +^ Page/Namespace      ^ User/Group       ^ Permissions          ^
 +| * | @ALL | read |
 +| * | @user | upload |
 +| playground:* | @ALL | none|
 +| wiki:* | @ALL | read |
 +
 +===== Sidebar =====
 +Edit page ''doku.php?id=sidebar'' and insert this dokuwiki source:
 +
 +<code>
 +===== Navigation =====
 +<nspages -textNS="" -subns -nopages -title -tree -r>
 +</code>
 +
 +===== Every start page =====
 +Content of every start page, for example ''doku.php?id=linux:start''
 +<code>
 +====== Some name (works as an index page) ======
 +<nspages -textPages="article index" -title -exclude:[start]>
 +
 +<nspages -nopages -title -subns -textNS="subcategories">
 +</code>
 +
 +===== Other customizations =====
 +To hide or change the footer with license information and badges ("powered by" icons) edit the file ''lib/tpl/dokuwiki/tpl_footer.php''.\\
 +Other template related functions are in ''inc/template.php''
 +
 +
wiki/my_dokuwiki_setup.1701695180.txt.gz · Last modified: 2023-12-04 14:06 by admin