SparkleShare/data/plugins/own-server.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
483 B
XML

<?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></value>
<example>domain name or IP address</example>
</address>
<path>
<value></value>
<_example>/path/to/project</_example>
</path>
</plugin>
</sparkleshare>