/*
 * Copyright 2006 OST-SYSTEMS. All rights reserved.
 */

startupWidgets =
[
  {
    title: "Widgetop News",
    path: "AHectorSingleRSS",
    type: "com.pietjonas.hector.SingleRSS", //Take from Info.plist
    top: 350,
    left: 550,
    settings: {
      "#ID-width": "300",
      "#ID-height": "200",
      "#ID-color": "yellow",
      "#ID-feed": "http://widgetop.wordpress.com/feed/"
    }
  },
  {
    title: "Google News",
    path: "AHectorSingleRSS",
    type: "com.pietjonas.hector.SingleRSS", //Take from Info.plist
    top: 660,
    left: 550,
    settings: {
      "#ID-width": "300",
      "#ID-height": "270",
      "#ID-color": "white",
      "#ID-feed": "http://news.google.com/news?ned=us&topic=h&output=rss"
    }    
  },
  /*
  {
    title: "RSS Feeds",
    path: "AHectorRSS",
    type: "com.pietjonas.hector.RSS", //Take from Info.plist
    top: 660,
    left: 550,
    settings: {
      "#ID-width": "300",
      "#ID-height": "270",
      //space separated list of feeds
      "#ID-list": "http://www.wired.com/news_drop/netcenter/netcenter.rdf http://www.theregister.co.uk/tonys/slashdot.rdf"
    }    
  },
  */ 
  {
    title: "Stickies",
    type: "com.pietjonas.hector.Stickies", //Take from Info.plist
    path: "AHectorStickies",
    top: 420,
    left: 10,
    //Settings for the Widget, stored in widget storage, 
    //get Parameters from JS Code, #ID is replaced by widget ID
    settings: {
      "#ID-text": "Leave a note with web stickies",
      "#ID-textColor": "black"
    }
  },
  {
    title: "Tutorial",
    path: "AHectorTutorial",
    type: "com.pietjonas.hector.Tutorial", //Take from Info.plist
    top: 0,
    left: 130
  },
  {
    title: "Day",
    type: "com.pietjonas.hector.Today", //Take from Info.plist
    path: "AHectorDay",
    top: 260,
    left: 10,
    //Settings for the Widget, stored in widget storage, 
    //get Parameters from JS Code, #ID is replaced by widget ID
    settings: {
      "#ID-small": "true"
    }
  },
  
  /*
  {
    title: "Calendar",
    path: "AHectorCalendar",
    type: "com.pietjonas.hector.Calendar", //Take from Info.plist
    top: 460,
    left: 360
  },
  */ 
  
  {
    title: "Google Maps",
    path: "AHectorGoogleMaps",
    type: "com.pietjonas.hector.GoogleMaps", //Take from Info.plist
    top: 650,
    left: 280,
    settings: {
      "#ID-width": "270",
      "#ID-height": "280",
      "#ID-title": "Map"
    }    
  },
  
  {
    title: "World Clock",
    path: "AHectorClock",
    type: "com.pietjonas.hector.AHectorWorldClock", //Take from Info.plist
    top: 240,
    left: 590
  },
  {
    title: "Calculator",
    path: "AHectorCalculator",
    type: "com.pietjonas.hector.Calculator", //Take from Info.plist
    top: 650,
    left: 10
  },
  /*
  {
    title: "Sunlight Map",
    path: "AGadgetSunlightMap",
    type: "com.pietjonas.hector.GadgetSunlightMap", //Take from Info.plist
    top: 460,
    left: 230
  },
  */

  {
    title: "Featured Widgets",
    path: "AHectorFeatured",
    type: "com.pietjonas.hector.Featured", //Take from Info.plist
    top: 420,
    left: 225
  },

  {
    title: "Countdown",
    path: "AHectorCountdown",
    type: "com.pietjonas.hector.AHectorCountdown", //Take from Info.plist
    top: 550,
    left: 550
  },

  {
    title: "Monitor",
    path: "AHectorMonitor",
    type: "com.pietjonas.hector.AHectorMonitor", //Take from Info.plist
    top: 750,
    left: 10
  },

  {
    title: "Sunset",
    path: "AHectorSun",
    type: "com.pietjonas.hector.AHectorSun", //Take from Info.plist
    top: 1200,
    left: 10
  },

  {
    title: "Last.fm Radio",
    path: "ALastFmRadio",
    type: "com.pietjonas.hector.ALastFmRadio", //Take from Info.plist
    top: 920,
    left: 320
  },

  {
    title: "Translator",
    path: "AHectorTranslator",
    type: "com.pietjonas.hector.AHectorTranslator", //Take from Info.plist
    top: 920,
    left: 550
  },

  {
    title: "New Widgets",
    path: "AHectorWidgetop",
    type: "com.pietjonas.hector.AHectorWidgetop", //Take from Info.plist
    top: 1100,
    left: 320
  },

  {
    title: "Webcams",
    path: "AHectorCams",
    type: "com.worldwatchr.widget.webcams", //Take from Info.plist
    top: 0,
    left: 550
  },

  {
    title: "Slideshow",
    path: "AHectorSlideshow",
    type: "com.pietjonas.hector.Slideshow", //Take from Info.plist
    top: 850,
    left: 0,
    settings: {
      "#ID-tags": "hdr"
    }
  },

  {
    title: "Picture Frame",
    path: "AHectorPictureFrame",
    type: "com.pietjonas.hector.PictureFrame", //Take from Info.plist
    top: 1150,
    left: 590,
    settings: {
      "#ID-width": "280",
      "#ID-height": "240",
      //space separated list of feeds
      "#ID-url": "http://64.241.25.110/yell/webcams/oldfaith2.jpg",
      "#ID-title": "Old Faithfull",
      "#ID-link":  "http://www.nps.gov/archive/yell/oldfaithfulcam.htm",
      //refresh value must be one from the list in the HTML select box
      "#ID-refresh": "60"
    }
    
  }
  
]

