]> andersk Git - zcommit.git/blame - README
Tweak the Zephyr formatting.
[zcommit.git] / README
CommitLineData
ea4aa979
GB
1Welcome to zcommit.
2
3zcommit allows you to send zephyr notifications by sending an HTTP
4POST request to a URL. Currently zcommit supports POST-backs from
5github. If you would like it to support another form of POST-back,
6please let us know (zcommit@mit.edu).
7
8== URL structure ==
9
10The URL you post to is structured as follows:
11http://zcommit.mit.edu/$type/$key1/$value1/$key2/$value2/.... So for
12example, the URL
13http://zcommit.mit.edu/github/class/zcommit/instance/commit is parsed
14as having type github, class zcommit, and instance commit. Using this
15information, zcommit figures out how to form a useful message which is
16then sends as a zephyr.
17
18== Types ==
19
20==== Github ====
21
22Set your POST-back URL to
23http://zcommit.mit.edu/github/class/$classname, followed by any of the
24following optional key/value parameters:
25
26 * /instance/$instance
27 * /zsig/$zsig
28 * /sender/$sender
29
This page took 0.292607 seconds and 5 git commands to generate.