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 [2024.12.29 12:31] Steve Isenbergdokuwiki_annoyances [2026.03.11 16:07] (current) – [Add an access counter to your page] Steve Isenberg
Line 198: Line 198:
 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. 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.
  
 +==== 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.
  
-====== How to Detect Changes to This Wiki ======+Add the following command at the top of your page: 
 +<code>~~NOTOC~~</code>
  
-This wiki offers several ways for users to be notified when changes are made:+==== 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>  
 + 
 +<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> 
 + 
 +Explanations <code> 
 +<fc #a0a0a0>                  sets the color of the text.  Note you may need an addin for this to work. 
 +                                Follow with </fc> to end the coloring of the text. 
 +<fs small>                    sets the text size to small.  Similarly, follow 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> 
 +====== How to Detect Changes to a Doku Wiki ====== 
 + 
 +Doku wiki offers several ways for users to be notified when changes are made:
  
 ==== 1. RSS/Atom Feeds (Built-in Feature) ==== ==== 1. RSS/Atom Feeds (Built-in Feature) ====
Line 207: Line 228:
  
   * **Recent Changes Feed**: Users can subscribe to the feed to see all recent changes across the wiki.     * **Recent Changes Feed**: Users can subscribe to the feed to see all recent changes across the wiki.  
-    - URL: `https://yourwiki.com/feed.php`  +    - 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.   * **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.+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) ==== ==== 2. Email Notification (Subscription Feature) ====
Line 235: Line 259:
 --- ---
  
-These options make it easy to stay informed about updates to this wiki.+These options make it easy to stay informed about updates to a Doku wiki.
  
  
  
dokuwiki_annoyances.1735504300.txt.gz · Last modified: by Steve Isenberg