SparkleShare/data/plugins/gitorious.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
509 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
<plugin>
<info>
<_name>Gitorious</_name>
<_description>Open source infrastructure for hosting open source projects</_description>
<icon>gitorious.png</icon>
<backend>Git</backend>
</info>
<address>
<value>ssh://git@gitorious.org/</value>
<example></example>
</address>
<path>
<value></value>
<_example>/project/repository</_example>
</path>
</plugin>
</sparkleshare>