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 13:03] – [1. RSS/Atom Feeds (Built-in Feature)] 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.
  
 +Add the following command at the top of your page:
 +<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> 
 +
 +<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 ====== ====== How to Detect Changes to a Doku Wiki ======
  
Line 210: Line 231:
   * **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. +Make sure RSS feeds are enabled in the wiki settings.\\ 
 Users can use any RSS reader to subscribe. Users can use any RSS reader to subscribe.
-Examples: Feedly, Inoreader, or desktop readers like NetNewsWire. +  * 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+  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) ====
dokuwiki_annoyances.1735506192.txt.gz · Last modified: by Steve Isenberg