config.ini 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. # Planet configuration file
  2. #
  3. # This illustrates some of Planet's fancier features with example.
  4. # Every planet needs a [Planet] section
  5. [Planet]
  6. # name: Your planet's name
  7. # link: Link to the main page
  8. # owner_name: Your name
  9. # owner_email: Your e-mail address
  10. name = Planet WebKit
  11. link = http://planet.webkit.org/
  12. owner_name = Brent Fulgham
  13. owner_email = bfulgham@apple.com
  14. # cache_directory: Where cached feeds are stored
  15. # new_feed_items: Number of items to take from new feeds
  16. # log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
  17. # feed_timeout: number of seconds to wait for any given feed
  18. cache_directory = cache
  19. new_feed_items = 2
  20. log_level = DEBUG
  21. feed_timeout = 20
  22. # template_files: Space-separated list of output template files
  23. template_files = templates/index.html.tmpl templates/atom.xml.tmpl templates/rss20.xml.tmpl templates/rss10.xml.tmpl templates/opml.xml.tmpl templates/foafroll.xml.tmpl
  24. # The following provide defaults for each template:
  25. # output_dir: Directory to place output files
  26. # items_per_page: How many items to put on each page
  27. # days_per_page: How many complete days of posts to put on each page
  28. # This is the absolute, hard limit (over the item limit)
  29. # date_format: strftime format for the default 'date' template variable
  30. # new_date_format: strftime format for the 'new_date' template variable
  31. # encoding: output encoding for the file, Python 2.3+ users can use the
  32. # special "xml" value to output ASCII with XML character references
  33. # locale: locale to use for (e.g.) strings in dates, default is taken from your
  34. # system. You can specify more locales separated by ':', planet will
  35. # use the first available one
  36. output_dir = wwwroot
  37. items_per_page = 60
  38. days_per_page = 0
  39. date_format = %B %d, %Y %I:%M %p
  40. new_date_format = %B %d, %Y
  41. encoding = utf-8
  42. # locale = C
  43. # To define a different value for a particular template you may create
  44. # a section with the same name as the template file's filename (as given
  45. # in template_files).
  46. # Provide no more than 7 days articles on the front page
  47. [templates/index.html.tmpl]
  48. days_per_page = 14
  49. # If non-zero, all feeds which have not been updated in the indicated
  50. # number of days will be marked as inactive
  51. activity_threshold = 0
  52. # Options placed in the [DEFAULT] section provide defaults for the feed
  53. # sections. Placing a default here means you only need to override the
  54. # special cases later.
  55. [DEFAULT]
  56. # Hackergotchi default size.
  57. # If we want to put a face alongside a feed, and it's this size, we
  58. # can omit these variables.
  59. facewidth = 65
  60. faceheight = 85
  61. # Any other section defines a feed to subscribe to. The section title
  62. # (in the []s) is the URI of the feed itself. A section can also be
  63. # have any of the following options:
  64. #
  65. # name: Name of the feed (defaults to the title found in the feed)
  66. #
  67. # Additionally any other option placed here will be available in
  68. # the template (prefixed with channel_ for the Items loop). We use
  69. # this trick to make the faces work -- this isn't something Planet
  70. # "natively" knows about. Look at fancy-examples/index.html.tmpl
  71. # for the flip-side of this.
  72. [http://www.atoker.com/blog/category/webkit/feed/]
  73. name = Alp Toker
  74. nick = alp
  75. [http://blog.kov.eti.br/?feed=rss2&cat=16]
  76. name = Gustavo Noronha
  77. nick = kov
  78. [http://zecke.blogspot.com/feeds/posts/full/-/WebKit]
  79. name = Holger Freyther
  80. nick = zecke
  81. [http://www.politreco.com/tag/webkit/feed/]
  82. name = Lucas De Marchi
  83. [http://webkit.org/blog/feed/]
  84. name = Surfin’ Safari
  85. [http://labs.qt.nokia.com/category/labs/internet/webkit/feed/]
  86. name = Qt Labs
  87. [http://whtconstruct.blogspot.com/feeds/posts/default]
  88. name = Brent Fulgham
  89. nick = bfulgham
  90. filter = webkit
  91. [http://blogs.gnome.org/xan/category/webkit/feed/rss/]
  92. name = Xan López
  93. nick = xan
  94. [http://webkit.sed.hu/rss.xml]
  95. name = University of Szeged
  96. [http://peter.sh/category/last-week/feed/]
  97. name = Peter Beverloo
  98. [http://blogs.adobe.com/webplatform/tag/webkit/feed/]
  99. name = Adobe Web Platform
  100. [http://www.bruno.abinader.com.br/tag/webkit/feed/]
  101. name = Bruno de Oliveira Abinader
  102. nick = abinader
  103. [http://abandonedwig.info/blog/WebKit/rss.xml]
  104. name = Martin Robinson
  105. nick = mrobinson