Wiki: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (added bridge example for wikipedia)
m (updated wiki page about our wiki ;))
Line 4: Line 4:
[https://www.mediawiki.org/wiki/Help:Formatting Formatting] page of mediawiki will tell you how to compose.
[https://www.mediawiki.org/wiki/Help:Formatting Formatting] page of mediawiki will tell you how to compose.


Your best bet is to steal existing code in order to write better pages.
Your best bet with wikis is always to reuse existing code in order to write better pages.


You may subscribe to changes in this wiki via RSS/Atom feeds without an account.
You may subscribe to changes in this wiki via RSS/Atom feeds without an account.</br>
Examples:
Examples:</br>
<code>https://www.noisebridge.net/index.php?feed=atom&action=history</code> -- View Wiki Edits based on history.
Subscribe to changes on a specific wiki page. </br>
https://www.noisebridge.net/index.php?title=<code>EXAMPLE</code>&feed=atom&action=history </br>


To Subscribe to changes on a specific wiki page. </br>
== Adding new Subscription options for this Wiki ==
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].
* We could extend RSS feed options using our [[RSSBridge]].  [https://github.com/RSS-Bridge/rss-bridge/blob/master/bridges/WikipediaBridge.php See wikipedia example].
* [https://www.mediawiki.org/wiki/Help:Wikipedia_RSS_Feed_User_Manual IFTTT integration details for Mediawiki instances as developed in 2016].

Revision as of 09:41, 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 with wikis is always to reuse existing code in order to write better pages.

You may subscribe to changes in this wiki via RSS/Atom feeds without an account.
Examples:
Subscribe to changes on a specific wiki page.
https://www.noisebridge.net/index.php?title=EXAMPLE&feed=atom&action=history

Adding new Subscription options for this Wiki