summaryrefslogtreecommitdiff
path: root/data/plugins/github.xml.in
blob: 2978d333bf8c0a58ce755555ce1cbb7ceec2ad74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
  <plugin>
    <info>
        <_name>Github</_name>
        <_description>Collaborate on projects hosted on github.com</_description>
        <icon>github.png</icon>
        <backend>Git</backend>
    </info>
    <address>
      <value>ssh://git@github.com/</value>
      <example></example>
    </address>
    <path>
      <value></value>
      <_example>/username/project</_example>
    </path>
  </plugin>
</sparkleshare>