/usr/share/sparkleshare/plugins/own-server.xml is in sparkleshare 1.5.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
<plugin>
<info>
<name>On my own server</name>
<description>Everything under my control</description>
<icon>own-server.png</icon>
<backend>Git</backend>
</info>
<address>
<value/>
<example>ssh://[user@]hostname[:port]</example>
</address>
<path>
<value/>
<example>/path/to/project</example>
</path>
</plugin>
</sparkleshare>
|