1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<Addin
id="Pastebin"
namespace="Do"
version="1.1"
name="Pastebin"
description="Paste text to an online pastebin."
author="Jason Jones"
category="Official"
defaultEnabled="false"
url="http://do.davebsd.com/wiki/Pastebin_Plugin"
>
<Runtime>
<Import assembly="Pastebin.dll"/>
</Runtime>
<Localizer type="Gettext" catalog="gnome-do-plugins" location="/usr/local/share/locale" />
<Dependencies>
<Addin id="Universe" version="1.0" />
</Dependencies>
<!-- Extensions included in this assembly -->
<!-- Sources -->
<Extension path= "/Do/Action">
<Action type="Pastebin.PastebinAction" />
</Extension>
</Addin>
|