Document options if you can't modify your repo hooks.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 3 Oct 2012 00:24:38 +0000 (20:24 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 3 Oct 2012 00:24:38 +0000 (20:24 -0400)
README
install.txt

diff --git a/README b/README
index 5b33b3a4e3bd0d53e281f353dac3a8f247a2f946..aac04f3456348fcd6b68dcf182abd85196c7ed12 100644 (file)
--- a/README
+++ b/README
@@ -10,11 +10,6 @@ IRC channels.  A hook script, irkerhook.py, supporting git, hg, and
 Subversion is included in the distribution; see the install.txt file
 for installation instructions.
 
-There's an alpha-stage proxy that takes CIA XML-RPC notifications 
-and passes them to a local irker instance. Find it here:
-
-    https://github.com/nenolod/irker-cia-proxy
-
 Due to the abrupt death of cia.vc on September 24 2012 the
 initial release of this software was a bit rushed.  See the file
 BUGS for known problems.
index 5216a2c64dfd191deb70565a2c72bf98c27b1871..34cb0dcc74bbcdab0b6b797755631f3cf0a687c9 100644 (file)
@@ -66,3 +66,19 @@ Then, start irkerd and call irkerhook.py while watching the freenode
 If you need help, there's a project chat channel at 
 
    irc://chat.freenode.net/#irker
+
+== Read-only access ==
+
+If, for whatever reason, you can't modify the hook scripts in your 
+repository, there is still hope.
+
+There's a proxy that takes CIA XML-RPC notifications 
+and passes them to a local irker instance. Find it here:
+
+    https://github.com/nenolod/irker-cia-proxy
+
+There's also a poller daemon that can watch activity in a Subversion
+repository and ship notifications via an irker instance.
+
+    https://github.com/shikadilord/irker-svnpoller
+