summaryrefslogtreecommitdiff
path: root/contrib/ciabot/README
diff options
context:
space:
mode:
authorEric Raymond <esr@thyrsus.com>2010-04-02 10:10:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-04-02 16:19:17 (GMT)
commit2c4dc02346c05eead81fa526a9c06212e63dd30e (patch)
tree4c3e6c42559885b06ad44a1b8be19e181d9ce7aa /contrib/ciabot/README
parenta50dec22f2800fd073aa6ca1d112f25b4f667a56 (diff)
downloadgit-2c4dc02346c05eead81fa526a9c06212e63dd30e.zip
git-2c4dc02346c05eead81fa526a9c06212e63dd30e.tar.gz
git-2c4dc02346c05eead81fa526a9c06212e63dd30e.tar.bz2
Integrate version 3 ciabot scripts into contrib/.
These have been extensively live-tested in the last week. The version 2 ciabot.sh maintainer has passed the baton to me; ciabot.py is original. Signed-off-by: Eric S. Raymond <esr@thyrsus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/ciabot/README')
-rw-r--r--contrib/ciabot/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/ciabot/README b/contrib/ciabot/README
new file mode 100644
index 0000000..3b916ac
--- /dev/null
+++ b/contrib/ciabot/README
@@ -0,0 +1,12 @@
+These are hook scripts for the CIA notification service at <http://cia.vc/>
+
+They are maintained by Eric S. Raymond <esr@thyrsus.com>. There is an
+upstream resource page for them at <http://www.catb.org/esr/ciabot/>,
+but they are unlikely to change rapidly.
+
+You probably want the Python version; it's faster, more capable, and
+better documented. The shell version is maintained only as a fallback
+for use on hosting sites that don't permit Python hook scripts.
+
+You will find installation instructions for each script in its comment
+header.