aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml
blob: 4923aa1c28090de21aa5cf393e65ddb2559ef871 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<e-plugin-list>
    <e-plugin
     type="shlib"
     location="@PLUGINDIR@/liborg-gnome-publish-calendar@SOEXT@"
     id="org.gnome.evolution.calendar.publish"
     _name="Calendar Publishing">
        <_description>Publish calendars to the web.</_description>
    <author name="David Trowbridge" email="trowbrds@cs.colorado.edu"/>
    <!-- calendar main menu -->
    <hook class="org.gnome.evolution.calendar.bonobomenu:1.0">
        <menu id="org.gnome.evolution.calendar.view" target="select">
            <ui file="@PLUGINDIR@/org-gnome-publish-calendar.xml" />
            <item
             type="item"
             verb="EPublishCalendarPublish"
             path="/commands/EPublishCalendarPublish"
             activate="action_publish" />
        </menu>
    </hook>

    <!-- config page -->
    <hook class="org.gnome.evolution.calendar.config:1.0">
        <group
         target="prefs"
         id="org.gnome.evolution.calendar.prefs">
            <item
         type="page"
         path="30.publishing"
         _label="Calendar Publishing"/>
        <item
         type="section"
         path="30.publishing/00.urls"
         _label="Locations"/>
        <item
         type="item"
         path="30.publishing/00.urls/00.locations"
         factory="publish_calendar_locations"/>
        </group>
    </hook>

    <!-- shell hooks -->
    <hook class="org.gnome.evolution.shell.events:1.0">
        <event id="state.changed" handle="online_state_changed" target="state" />
    </hook>
    </e-plugin>
</e-plugin-list>