The "To Keep Up" Wiki

A collection of information we 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.09.20 16:20] Steve Isenbergdokuwiki_annoyances [2024.12.29 16:09] (current) – [1. RSS/Atom Feeds (Built-in Feature)] Steve Isenberg
Line 199: Line 199:
  
  
 +====== 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) ====
 +DokuWiki automatically generates RSS or Atom feeds for tracking changes.
 +
 +  * **Recent Changes Feed**: Users can subscribe to the feed to see all recent changes across the wiki.  
 +    - 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.1726863603.txt.gz · Last modified: 2024.09.20 16:20 by Steve Isenberg