-
-
Notifications
You must be signed in to change notification settings - Fork 576
Configuration options
hbons edited this page Jul 25, 2011
·
30 revisions
The options marked in bold are optional, the rest is mandatory.
<?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
<user>
<name>Hylke Bons</name>
<email>[email protected]</email>
</user>
<folders_path>/home/user/custom/path</folders_path> // Optional
<notifications>True</notifications> // Optional
<folder>
<name>SparkleShare-Design-Corner</name>
<url>ssh://[email protected]/hbons/SparkleShare-Design-Corner</url>
<backend>Git</backend>
</folder>
<folder>
<name>SparkleShare</name>
<url>ssh://[email protected]/hbons/SparkleShare</url>
<backend>Git</backend>
<announcements_url>irc://your-irc-server:1234</announcements_url> // Optional
</folder>
<folder>
</sparkleshare>