Wiki: Difference between revisions
Jump to navigation
Jump to search
(how to subscribe via rss to a wiki page on this site) |
m (added bridge example for wikipedia) |
||
| Line 12: | Line 12: | ||
To Subscribe to changes on a specific wiki page. </br> | To Subscribe to changes on a specific wiki page. </br> | ||
https://www.noisebridge.net/index.php?title=<code>EXAMPLE</code>&feed=atom&action=history </br> | https://www.noisebridge.net/index.php?title=<code>EXAMPLE</code>&feed=atom&action=history </br> | ||
We could extend RSS feed options using RSS-Bridge. [https://github.com/RSS-Bridge/rss-bridge/blob/master/bridges/WikipediaBridge.php See wikipedia example]. | |||
Revision as of 09:30, 27 April 2020
This is a Wiki page dedicated to our Wiki.
Special:Version tells you all about how the site is setup, including installed extensions. Formatting page of mediawiki will tell you how to compose.
Your best bet is to steal existing code in order to write better pages.
You may subscribe to changes in this wiki via RSS/Atom feeds without an account.
Examples:
https://www.noisebridge.net/index.php?feed=atom&action=history -- View Wiki Edits based on history.
To Subscribe to changes on a specific wiki page.
https://www.noisebridge.net/index.php?title=EXAMPLE&feed=atom&action=history
We could extend RSS feed options using RSS-Bridge. See wikipedia example.