SparkleShare/data/plugins/github.xml.in
Łukasz Jernaś 7414c0e37b Make plugin descriptions translatable
This includes for now only the build infrastructure,
the necessary code to actually load the translations has to be written.
2011-10-05 09:23:04 +02:00

21 lines
496 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
<plugin>
<info>
<_name>Github</_name>
<_description>Free public Git repositories with collaborator management</_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>