/*
 * Copyright 2006 OST-SYSTEMS. All rights reserved.
 */

startupWidgets =
[
  {
    title: "BBC Weather",
    path: "BBCWeather",
    type: "com.olivetoast.widget.bbcweather" //Take from Info.plist
  },
  {
    title: "Wikipedia",
    path: "Wikipedia",
    type: "com.whatsinthehouse.widget.wikipedia" //Take from Info.plist
  },
  {
    title: "Google News",
    path: "AHectorSingleRSS",
    type: "com.pietjonas.hector.SingleRSS", //Take from Info.plist
    settings: {
      "#ID-feed": "http://news.google.com/?output=rss"
    }    
  },
  {
    title: "Dugg",
    path: "Dugg",
    type: "com.duncankeall.dugg"
  },
  {
    title: "Widgetop News",
    path: "AHectorSingleRSS",
    type: "com.pietjonas.hector.SingleRSS", //Take from Info.plist
    settings: {
      "#ID-color": "white"
    }    
  },
  {
    title: "Google Maps",
    path: "AHectorGoogleMaps",
    type: "com.pietjonas.hector.GoogleMaps" //Take from Info.plist
  },
  {
    title: "World Clock",
    path: "AHectorClock",
    type: "com.pietjonas.hector.AHectorWorldClock" //Take from Info.plist
  },
  {
    title: "Stickies",
    type: "com.pietjonas.hector.Stickies", //Take from Info.plist
    path: "AHectorStickies",
    //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: "Countdown",
    path: "AHectorCountdown",
    type: "com.pietjonas.hector.AHectorCountdown" //Take from Info.plist
  },
  {
    title: "Calculator",
    path: "AHectorCalculator",
    type: "com.pietjonas.hector.Calculator" //Take from Info.plist
  },
  {
    title: "Holidays",
    path: "AGoogleCountdown",
    type: "com.pietjonas.hector.AGoogleCountdown", //Take from Info.plist
    settings: {
      "#ID-calUrl": "http://www.google.com/calendar/feeds/usa__en%40holiday.calendar.google.com/public/full"
    }
  },
  {
    title: "The Day",
    path: "AHectorDay",
    type: "com.pietjonas.hector.Today"
  },
  {
    title: "Google Calendar",
    path: "GoogleCalendar",
    type: "com.manastungare.widget.google.calendar"
  },
  {
    title: "Easy Currency",
    path: "EasyCurrency",
    type: "de.kazik.alex.easycurrency" //Take from Info.plist
  },
  {
    title: "Stocks",
    path: "EuroStocks2",
    type: "eu.broes.widget.eurostocks", //Take from Info.plist
    settings: {
      "Stocks#ID": "^DJI,^IXIc,AAPL,MSFT,GOOG,YHOO"
    }
  },
  {
    title: "Show My IP",
    path: "ShowIP",
    type: "net.ShowIP.widget" //Take from Info.plist
  },
  {
    title: "Web Monitor",
    path: "AHectorMonitor",
    type: "com.pietjonas.hector.Monitor" //Take from Info.plist
  },
  {
    title: "HDR Slides",
    path: "AHectorSlideshow",
    type: "com.pietjonas.hector.Slideshow", //Take from Info.plist
    settings: {
      "#ID-tags": "hdr"
    }
  },
  {
    title: "New York",
    path: "AHectorPictureFrame",
    type: "com.pietjonas.hector.PictureFrame", //Take from Info.plist
    settings: {
      "#ID-url": "http://abclocal.go.com/three/wabc/webcam/brooklyn.jpg",
      "#ID-title": "New York",
      //"#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"
    }
    
  },
  {
    title: "Flickr Interesting",
    path: "FlickrInterestingness",
    type: "com.shiny.widget.interestingness"
  },
  {
    title: "Movie Trailers",
    path: "MovieTrailers",
    type: "com.edot-studios.widget.movietrailers"
  },
  {
    title: "Widgetop Widgets",
    path: "AHectorWidgetop",
    type: "com.pietjonas.hector.AHectorWidgetop" //Take from Info.plist
  },
  {
    title: "iPhone Apps",
    path: "AHectorIPhoneApps",
    type: "com.pietjonas.hector.AHectorIPhoneApps"
  },
  {
    title: "Amazon Search",
    path: "AAmazonSearch",
    type: "com.pietjonas.hector.AAmazonSearch"
  },
  {
    title: "Translator",
    path: "AHectorTranslator",
    type: "com.pietjonas.hector.AHectorTranslator"
  },
  {
    title: "Webcams",
    path: "AHectorCams",
    type: "com.worldwatchr.widget.webcams" //Take from Info.plist
  }
  /*
  {
    title: "Big Lebowski",
    path: "AGadgetBigLebowski",
    type: "com.pietjonas.hector.GoogleGadgetBigLebowski" //Take from Info.plist
  }
  */
]
