Add plugin for plan.io

This commit is contained in:
Hylke Bons 2013-01-29 09:07:01 +00:00
parent a2dff5785e
commit 5a4386069d
6 changed files with 43 additions and 2 deletions

View file

@ -4,10 +4,12 @@ dist_plugins_DATA = \
gitorious.xml \
ssnet.xml \
own-server.xml \
planio.xml \
github.png \
gitorious.png \
bitbucket.png \
ssnet.png \
planio.png \
own-server.png
pluginsdir = $(pkgdatadir)/plugins/

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
<plugin>
<info>
<name>Planio</name>
<description>500MB of unlimited free hosted Git repos &amp; project management</description>
<icon>planio.png</icon>
<backend>Git</backend>
<fingerprint>77:d1:54:d7:33:7e:38:43:40:70:ca:2d:3a:24:05:22</fingerprint>
</info>
<address>
<value/>
<example>ssh://git@[account].plan.io</example>
</address>
<path>
<value/>
<example>/[account]-[project].git</example>
</path>
</plugin>
</sparkleshare>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -252,5 +252,14 @@
<Link>Plugins\ssnet.xml</Link>
</BundleResource>
<BundleResource Include="Resources\tutorial-slide-3%402x.png" />
<BundleResource Include="..\Common\Plugins\planio.png">
<Link>Plugins\planio.png</Link>
</BundleResource>
<BundleResource Include="..\Common\Plugins\planio.xml">
<Link>Plugins\planio.xml</Link>
</BundleResource>
<BundleResource Include="..\Common\Plugins\planio%402x.png">
<Link>Plugins\planio%402x.png</Link>
</BundleResource>
</ItemGroup>
</Project>

View file

@ -203,12 +203,18 @@
</None>
<None Include="..\Common\Plugins\ssnet.png">
<Link>Plugins\ssnet.png</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\Common\Plugins\ssnet.xml">
<Link>Plugins\ssnet.xml</Link>
<None Include="..\Common\Plugins\planio.png">
<Link>Plugins\planio.png</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="..\Common\Plugins\ssnet.xml">
<Link>Plugins\ssnet.xml</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\Common\Plugins\bitbucket.xml">
<Link>Plugins\bitbucket.xml</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@ -225,6 +231,10 @@
<Link>Plugins\own-server.xml</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\Common\Plugins\planio.xml">
<Link>Plugins\planio.xml</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Pixmaps\folder.png" />