From 85831a260eb023a3d0af5d2ec3e158665be516fa Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Oct 2012 20:24:38 -0400 Subject: [PATCH] Document options if you can't modify your repo hooks. --- README | 5 ----- install.txt | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/README b/README index 5b33b3a..aac04f3 100644 --- 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. diff --git a/install.txt b/install.txt index 5216a2c..34cb0dc 100644 --- a/install.txt +++ b/install.txt @@ -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 + -- 2.26.2