TOKU - Treasury of Knowledge for Users

A variety of information you might find useful

User Tools

Site Tools


dokuwiki_annoyances

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dokuwiki_annoyances [2023.10.26 17:46] – [Add text from a file with wrapping] Steve Isenbergdokuwiki_annoyances [2026.03.11 16:07] (current) – [Add an access counter to your page] Steve Isenberg
Line 193: Line 193:
 When the wiki processes this, it'll do the line wrapping on the Sabine line. When the wiki processes this, it'll do the line wrapping on the Sabine line.
  
 +====Change the wiki logo====
 +The logo is a 128x128 pixel file named wiki:logo.png
  
 +Consider using https://looka.com to create your logo then use your photo editing software (e.g., Photoscape X) to fine-tune and save it as a 128x128 pixel .png.
  
-====testingnow====+==== Turn off Table of Contents for a Page==== 
 +You want to disable the display of a page's table of contents.  This only affects the one page.
  
-<WRAP prewrap> +Add the following command at the top of your page: 
-<code>+<code>~~NOTOC~~</code
 + 
 +==== Add an access counter to your page ==== 
 +For example,  
 +<fc #a0a0a0><fs small>//This page last changed ~~LASTMOD~~ visits: {{counter|today| time| times}} today, {{counter|yesterday| time| times}} yesterday, and {{counter|total| time total so far| total times}}//</fs></fc
  
-<file> 
-<WRAP prewrap> 
 <code> <code>
 +~~NOCACHE~~ <fc #a0a0a0><fs small>//This page last changed ~~LASTMOD~~ visits: {{counter|today| time| times}} today, {{counter|yesterday| time| times}} yesterday, and {{counter|total| time total so far| total times}}//</fs></fc> 
 +</code>
  
-11:29:43 message to everyone: +Explanations <code> 
- Sabine Hossenfelder (born 1976) is a German professional YouTuber, theoretical physicist, science communicator, author, musician, and singerShe is the author of Lost in Math: How beauty leads physics astraywhich explores the concept of elegance in fundamental physics and cosmology, and of Existential Physics: A scientist’s guide to life’s biggest questions. +<fc #a0a0a0>                  sets the color of the text Note you may need an addin for this to work. 
-XX1XX+                                Follow with </fc> to end the coloring of the text. 
 +<fs small>                    sets the text size to small.  Similarlyfollow with </fs> 
 +~~LASTMOD~~                   returns when the page was last changed. 
 +{{counter|today|time|times}}  returns the page reference counter for today and follows the number with 'time'  
 +                                or 'times' as appropriate.  Similar for yesterday and total.
 </code> </code>
-XX2XX +====== How to Detect Changes to a Doku Wiki ====== 
-</WRAP> + 
-XX3XX +Doku wiki offers several ways for users to be notified when changes are made: 
-</file> + 
-XX4XX +==== 1. RSS/Atom Feeds (Built-in Feature) ==== 
-</code> +DokuWiki automatically generates RSS or Atom feeds for tracking changes. 
-XX5XX + 
-</WRAP> +  * **Recent Changes Feed**: Users can subscribe to the feed to see all recent changes across the wiki.   
-XX6XX+    - URL: `https://yourwiki.com/feed.php`  (for this wiki: `https://wiki.toku.us/feed.php`) 
 +  * **Page-Specific Feed**: For updates on a single page, append `?do=recent` to the page URL. 
 + 
 +Make sure RSS feeds are enabled in the wiki settings.\\  
 +Users can use any RSS reader to subscribe. 
 +  * Examples: [[https://Feedly.com|Feedly]], [[https://www.Inoreader.com|Inoreader]], or desktop readers like NetNewsWire. 
 +  * Users subscribe to a website’s RSS feed by providing the feed URL as above 
 + 
 +==== 2. Email Notification (Subscription Feature) ==== 
 +Users can subscribe to specific pages or the entire wiki to receive email updates when changes are made. 
 + 
 +  * To subscribe, click the **”Subscribe”** link in the page toolbar.   
 +  * Notifications will be sent whenever subscribed pages are edited.   
 + 
 +Make sure email notifications are enabled in the wiki settings (`$conf['notify']` in `conf/dokuwiki.php`). 
 + 
 +==== 3. Using the Watch Plugin ==== 
 +The [Watch Plugin](https://www.dokuwiki.org/plugin:watch) provides advanced notification options: 
 +  * Users can ”watch” specific pages or entire namespaces. 
 +  * Notifications are sent automatically when watched pages are updated. 
 + 
 +==== 4. ChangeLog or Recent Changes Page ==== 
 +Users can manually check the **”Recent Changes”** page to see a log of recent edits. 
 + 
 +  * Add a link to the Recent Changes page in your navigation for easy access. 
 + 
 +==== 5. Webhooks or Custom Scripts ==== 
 +For advanced integrations, you can use webhooks or custom scripts to send notifications to services like Slack or Discord. This requires additional setup by the administrator. 
 + 
 +--- 
 + 
 +These options make it easy to stay informed about updates to a Doku wiki. 
 + 
 + 
dokuwiki_annoyances.1698367576.txt.gz · Last modified: by Steve Isenberg