~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Microblogging/Resources/Microblogging.addin.xml.in

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="Microblog"
 
3
        namespace="Do"
 
4
        version="1.1"
 
5
        name="Microblogging (Twitter)"
 
6
        description="Update your microblog (e.g. Twitter, Identi.ca)."
 
7
        author="Jacob Andreas, Alex Launi"
 
8
        category="Official"
 
9
        defaultEnabled="false"
 
10
>
 
11
 
 
12
        <Runtime>
 
13
                <Import assembly="Microblog.dll"/>
 
14
        </Runtime>
 
15
 
 
16
        <Localizer type="Gettext" catalog="gnome-do-plugins" location="@expanded_datadir@/locale" />
 
17
 
 
18
        <Dependencies>
 
19
                <Addin id="Universe" version="1.0" />
 
20
        </Dependencies>
 
21
 
 
22
        <Extension path="/Do/Action">
 
23
                <Action type="Microblogging.PostAction" />
 
24
        </Extension>
 
25
 
 
26
        <Extension path="/Do/ItemSource">
 
27
                <ItemSource type="Microblogging.FriendSource" />
 
28
        </Extension>
 
29
</Addin>