diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2014-04-01 10:39:47 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-01 10:39:47 -0400 |
commit | 6588d3ca84bde5c44e5a8f19dc49da1a432d4f70 (patch) | |
tree | 08019a97584810e22b54e0148f808973650e4f02 | |
parent | e853734faaad47887a5142fe414cce5a19cdd202 (diff) | |
download | ikiwiki-6588d3ca84bde5c44e5a8f19dc49da1a432d4f70.tar ikiwiki-6588d3ca84bde5c44e5a8f19dc49da1a432d4f70.tar.gz |
dumb way
-rw-r--r-- | doc/tips/monitor_page_changes_through_IRC.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tips/monitor_page_changes_through_IRC.mdwn b/doc/tips/monitor_page_changes_through_IRC.mdwn new file mode 100644 index 000000000..06b6c8625 --- /dev/null +++ b/doc/tips/monitor_page_changes_through_IRC.mdwn @@ -0,0 +1,7 @@ +because of [[bugs/notifyemail_fails_with_some_openid_providers]], I have been struggling with finding ways of being notified of changes to pages I want to watch here. + +the workaround I found so far was to join the `#ikiwiki` channel on freenode, and set the following "hilight" in irssi: + + /hilight -channels #ikiwiki -word tips/monitor_page_changes_through_IRC + +this will watch for any change to this page. -- [[anarcat]] |