Skip to content

Commit

Permalink
Cleaned up RSS links, updated HTTP to HTTPS where available, and remo…
Browse files Browse the repository at this point in the history
…ved links with no HTTPS alternative.

https://bugs.webkit.org/show_bug.cgi?id=248007
<rdar://problem/102446034>

Reviewed by Alexey Proskuryakov.

* Websites/planet.webkit.org/config.ini:

Canonical link: https://commits.webkit.org/256794@main
  • Loading branch information
lingcherd authored and aj062 committed Nov 17, 2022
1 parent f7aa8bf commit 78d69e2
Showing 1 changed file with 10 additions and 39 deletions.
49 changes: 10 additions & 39 deletions Websites/planet.webkit.org/config.ini
Expand Up @@ -9,17 +9,17 @@
# owner_name: Your name
# owner_email: Your e-mail address
name = Planet WebKit
link = http://planet.webkit.org/
owner_name = Brent Fulgham
owner_email = bfulgham@apple.com
link = https://planet.webkit.org/
owner_name = WebKit Admin
owner_email = webkit-infrastructure-admins@group.apple.com

# cache_directory: Where cached feeds are stored
# new_feed_items: Number of items to take from new feeds
# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
# feed_timeout: number of seconds to wait for any given feed
cache_directory = cache
new_feed_items = 6
log_level = DEBUG
new_feed_items = 500
log_level = WARNING
feed_timeout = 20

# template_files: Space-separated list of output template files
Expand All @@ -45,14 +45,14 @@ new_date_format = %B %d, %Y
encoding = utf-8
# locale = C


# To define a different value for a particular template you may create
# a section with the same name as the template file's filename (as given
# in template_files).

# Provide no more than 7 days articles on the front page
[templates/index.html.tmpl]
days_per_page = 14
# Setting this to 10 years
days_per_page = 3650

# If non-zero, all feeds which have not been updated in the indicated
# number of days will be marked as inactive
Expand All @@ -73,7 +73,7 @@ faceheight = 85
# Any other section defines a feed to subscribe to. The section title
# (in the []s) is the URI of the feed itself. A section can also be
# have any of the following options:
#
#
# name: Name of the feed (defaults to the title found in the feed)
#
# Additionally any other option placed here will be available in
Expand All @@ -82,41 +82,12 @@ faceheight = 85
# "natively" knows about. Look at fancy-examples/index.html.tmpl
# for the flip-side of this.

[http://www.atoker.com/blog/category/webkit/feed/]
name = Alp Toker
nick = alp

[http://blog.kov.eti.br/?feed=rss2&cat=16]
[https://blog.kov.eti.br/?feed=rss2&cat=16]
name = Gustavo Noronha
nick = kov

[http://zecke.blogspot.com/feeds/posts/full/-/WebKit]
name = Holger Freyther
nick = zecke

[http://www.politreco.com/tag/webkit/feed/]
name = Lucas De Marchi

[https://www.webkit.org/blog/feed/]
[https://webkit.org/blog/feed/]
name = Surfin&rsquo; Safari

[http://labs.qt.nokia.com/category/labs/internet/webkit/feed/]
name = Qt Labs

[http://whtconstruct.blogspot.com/feeds/posts/default]
name = Brent Fulgham
nick = bfulgham
filter = webkit

[http://browser.sed.hu/feed/webkit]
name = University of Szeged

[http://blogs.adobe.com/webplatform/tag/webkit/feed/]
name = Adobe Web Platform

[http://www.bruno.abinader.com.br/tag/webkit/feed/]
name = Bruno de Oliveira Abinader
nick = abinader

[https://planet.igalia.com/webkit/rss20.xml]
name = Igalia WebKit

0 comments on commit 78d69e2

Please sign in to comment.