Wiki: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (added how to subscribe to contributions from a particular user)
m (how to subscribe to new pages created only)
Line 8: Line 8:
You may subscribe to changes in this wiki via RSS/Atom feeds without an account.</br>
You may subscribe to changes in this wiki via RSS/Atom feeds without an account.</br>
Examples:</br>
Examples:</br>
* Subscribe to changes on a specific wiki page. </br>
https://www.noisebridge.net/index.php?title=<code>EXAMPLE</code>&feed=atom&action=history </br>


* Subscribe to contributions from a particular user. </br>
* Subscribe to '''New Pages Created'''.  Useful to avoid New User creation spam.</br>
https://www.noisebridge.net/index.php?title=Special:NewPages&feed=atom&action=history
 
* Subscribe to '''changes on a ''specific'' wiki page'''. </br>
https://www.noisebridge.net/index.php?title=<code>EXAMPLE</code>&feed=atom&action=history
 
* Subscribe to '''contributions from a ''specific'' user'''. </br>
https://www.noisebridge.net/api.php?action=feedcontributions&user=EXAMPLE&feedformat=atom
https://www.noisebridge.net/api.php?action=feedcontributions&user=EXAMPLE&feedformat=atom



Revision as of 10:32, 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 New Pages Created. Useful to avoid New User creation spam.

https://www.noisebridge.net/index.php?title=Special:NewPages&feed=atom&action=history

  • Subscribe to changes on a specific wiki page.

https://www.noisebridge.net/index.php?title=EXAMPLE&feed=atom&action=history

  • Subscribe to contributions from a specific user.

https://www.noisebridge.net/api.php?action=feedcontributions&user=EXAMPLE&feedformat=atom

Adding new Subscription options for this Wiki

Possible additions to this wiki