meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sysadmindoku:start [2017/04/24 09:41]
superadmin
sysadmindoku:start [2018/09/17 14:50] (current)
natrius
Line 2: Line 2:
 The start of a sysadmin namespace template. The start of a sysadmin namespace template.
 <nspages -h1 -subns -exclude -textNS="Subcategories:" -textPages="Pages in this subcategory:" -hideNoPages -hideNoSubns> <nspages -h1 -subns -exclude -textNS="Subcategories:" -textPages="Pages in this subcategory:" -hideNoPages -hideNoSubns>
 +
 ===== Explanation ===== ===== Explanation =====
 +
 +==== General Documentation suggestions ====
 +  * https://thepracticalsysadmin.com/how-to-do-internal-documentation/
 +
 ==== Useful Plugins ==== ==== Useful Plugins ====
-https://www.dokuwiki.org/plugin:switchpanel+ 
 +=== Switches === 
 +  * https://www.dokuwiki.org/plugin:switchpanel 
 +  * https://www.dokuwiki.org/plugin:edittable 
 + 
 +=== Tables === 
 +  * https://www.dokuwiki.org/plugin:tablewidth 
 + 
 +=== ToDo List === 
 +  * https://www.dokuwiki.org/plugin:todo (old) 
 +  * https://www.dokuwiki.org/plugin:task (new/modern) 
 +  * https://www.dokuwiki.org/plugin:do (requires https://www.dokuwiki.org/plugin:sqlite) 
 + 
 +=== Templates === 
 +Über die Weboberfläche editierbare Templates. 
 +  * https://www.dokuwiki.org/plugin:templatepagename 
 ==== Examples ==== ==== Examples ====
-Some examples can be found, a example template in In-House and one example for software under Open Source. \\ +Some examples can be found, a example template in In-House and one example for software under Open Source. 
--Applications \\ + 
---In-House \\ +<code> 
----Template \\ +    -Applications 
---Open Source \\ +    --In-House 
----Keepass \\ +    ---Template 
---Policies \\+    --Open Source 
 +    ---Keepass 
 +    --Policies 
 +</code> 
 ==== Templates ==== ==== Templates ====
-A "_template.txt" is for current the namespace/category its in and a %%"__template.txt"%% is for the current namespace/category and every other one below. \\ +A "_template.txt" is for current the namespace/category its in and a %%"__template.txt"%% is for the current namespace/category and every other one below. If a new Site is created the following template is used:
-If a new Site is created the following template is used:+
 <code> <code>
 ====== @!PAGE@ ====== ====== @!PAGE@ ======
Line 21: Line 45:
 <nspages -h1 -subns -exclude -textNS="Subcategories:" -textPages="Pages in this subcategory:" -hideNoPages -hideNoSubns> <nspages -h1 -subns -exclude -textNS="Subcategories:" -textPages="Pages in this subcategory:" -hideNoPages -hideNoSubns>
 </code> </code>
 +
 ==== Lists ==== ==== Lists ====
 List as used above ("Subcategory:" and "Pages in this subcategory:") while hiding if one of this two points is empty. List as used above ("Subcategory:" and "Pages in this subcategory:") while hiding if one of this two points is empty.
 <code><nspages -h1 -subns -exclude -textNS="Subcategories:" -textPages="Pages in this subcategory:" -hideNoPages -hideNoSubns></code> <code><nspages -h1 -subns -exclude -textNS="Subcategories:" -textPages="Pages in this subcategory:" -hideNoPages -hideNoSubns></code>