home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / communic / email / Evolution-2.8.2-2.msi / Data1.cab / org_gnome_publish_calendar.e < prev    next >
Extensible Markup Language  |  2007-03-07  |  1KB  |  28 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <e-plugin-list>
  3.     <e-plugin type="shlib" location="c:/devel/target/evolution-2.8.2/lib/evolution/2.8/plugins/liborg-gnome-publish-calendar.dll" id="org.gnome.evolution.calendar.publish" name="Calendar Publishing">
  4.         <description>Allows calendars to be published to the web</description>
  5.     <author name="David Trowbridge" email="trowbrds@cs.colorado.edu"/>
  6.     
  7.     <hook class="org.gnome.evolution.calendar.bonobomenu:1.0">
  8.         <menu target="select" id="org.gnome.evolution.calendar.view">
  9.             <ui file="c:/devel/target/evolution-2.8.2/lib/evolution/2.8/plugins/org-gnome-publish-calendar.xml"/>
  10.             <item verb="EPublishCalendarPublish" type="item" path="/commands/EPublishCalendarPublish" activate="action_publish"/>
  11.         </menu>
  12.     </hook>
  13.  
  14.     
  15.     <hook class="org.gnome.evolution.calendar.config:1.0">
  16.         <group target="prefs" id="org.gnome.evolution.calendar.prefs">
  17.             <item type="page" path="30.publishing" label="Calendar Publishing"></item>
  18.         <item type="section" path="30.publishing/00.urls" label="Locations"></item>
  19.         <item type="item" path="30.publishing/00.urls/00.locations" factory="publish_calendar_locations"/>
  20.         </group>
  21.     </hook>
  22.  
  23.     
  24.     <hook class="org.gnome.evolution.shell.events:1.0">
  25.         <event target="state" id="state.changed" handle="online_state_changed"/>
  26.     </hook>
  27.     </e-plugin>
  28. </e-plugin-list>