diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2016-05-17 11:10:46 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-05-17 11:10:46 -0400 |
commit | ac7a88e8ca940da0a519e5f2d6bf16a636efcfb8 (patch) | |
tree | 95f244c2243d28c7fec37fd9e0367b3c7828f85e /doc/tips | |
parent | e503022816421bb9648f984c7262c7dbef7d67ed (diff) | |
download | ikiwiki-ac7a88e8ca940da0a519e5f2d6bf16a636efcfb8.tar ikiwiki-ac7a88e8ca940da0a519e5f2d6bf16a636efcfb8.tar.gz |
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/monitor_page_changes_through_IRC.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/tips/monitor_page_changes_through_IRC.mdwn b/doc/tips/monitor_page_changes_through_IRC.mdwn index d1b611326..94f0944d8 100644 --- a/doc/tips/monitor_page_changes_through_IRC.mdwn +++ b/doc/tips/monitor_page_changes_through_IRC.mdwn @@ -17,6 +17,10 @@ there are basically two alternatives now: * [KGB](https://kgb.alioth.debian.org/) - a Perl script that has been running at Debian since 2009 * [irker](http://www.catb.org/esr/irker/) - a Python script whipped up by ESR in the fall of CIA.vc (~2011), ignoring the existing KGB bot -KGB is harder to setup ([tutorial](https://www.donarmstrong.com/posts/switching_to_kgb/)), as it , but more reliable than irker, in my experience. I built the [[plugins/contrib/irker]] plugin to automatically configure notifications with irker. --[[anarcat]] +KGB is harder to setup ([tutorial](https://www.donarmstrong.com/posts/switching_to_kgb/)), as it , but more reliable than irker, in my experience. + +I built the [[plugins/contrib/irker]] plugin to automatically configure notifications with irker. I chose irker because it could be configured per wiki, without having to touch a central configuration as would be required for KGB.--[[anarcat]] + +There is also a public service named [Notifico](http://n.tkte.ch/) that aims to replace the defunct [CIA.vc](http://cia.vc/) but it still requires server-side software configuration, so I think it is worth it. Same for [Pursuivant](https://martinsandsmark.wordpress.com/2012/11/20/irc-commit-notifications/). There is also a plethora of commercial notification services which are obviously not covered here. See also [[todo/ikibot]] for another bot idea. |