Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
834 B

  1. ;Blocks that begin with C will be treated as channels and we will call the channel manager
  2. ;to add them. Blocks that begin with U are just plain old URLs.
  3. [Sample]
  4. URL=http://www.microsoft.com
  5. ;CDFs will pull out the name from the CDF file
  6. Name=Microsoft
  7. AutoDial=1
  8. OnlyIfIdle=1
  9. EmailNotify=0
  10. ChangesOnly=0
  11. DownloadLevels=0
  12. FollowLinks=1
  13. Images=1
  14. SoundAndVideo=0
  15. Craplets=1
  16. MaxDownloadK=0
  17. ;Valid values are Daily, Weekly, Manual, Auto
  18. ScheduleName=Daily
  19. [Defaults]
  20. AutoDial=0
  21. OnlyIfIdle=1
  22. EmailNotify=0
  23. ChangesOnly=1
  24. DownloadLevels=0
  25. FollowLinks=1
  26. Images=1
  27. SoundAndVideo=0
  28. Craplets=1
  29. MaxDownloadK=0
  30. ScheduleName=Auto
  31. [C0]
  32. URL=http://ohserv/users/julianj/msnbc.cdf
  33. [U1]
  34. URL=http://www.microsoft.com
  35. Name=Microsoft
  36. AutoDial=0
  37. OnlyIfIdle=0
  38. MaxDownloadK=600
  39. FollowLinks=0
  40. DownloadLevels=2
  41. ChangesOnly=0
  42. SoundAndVideo=1
  43. Craplets=0