README

changeset 6
f54217e38365
parent 4
6876a8966aaf
equal deleted inserted replaced
5:737258ea32e9 6:f54217e38365
15 Where the parameters are as follows: 15 Where the parameters are as follows:
16 16
17 - CONFIG: The filename of the config file containing the XMPP server credentials. The file 17 - CONFIG: The filename of the config file containing the XMPP server credentials. The file
18 is a simple text file, with the first line as the JID and the second line as the password. 18 is a simple text file, with the first line as the JID and the second line as the password.
19 Ensure the permissions on this file prevent other users on the system from reading it. 19 Ensure the permissions on this file prevent other users on the system from reading it.
20 - SERVICE: The pubsub service to publish to, e.g. 'example.pubsub.com'. 20 - SERVICE: The pubsub service to publish to, e.g. 'pubsub.example.com'.
21 - NODE: The pubsub node to publish to, e.g. 'commits' 21 - NODE: The pubsub node to publish to, e.g. 'commits'
22 - ID: The item id. Use the project name or branch - e.g. 'trunk'. 22 - ID: The item id. Use the project name or branch - e.g. 'trunk'.
23 - URL: If your repository is accessible via the web, set this to the root of your project, 23 - URL: If your repository is accessible via the web, set this to the root of your project,
24 e.g. 'http://code.example.com/'. 24 e.g. 'http://code.example.com/'.
25 25

mercurial