Hello,
FYI: I've added a sources page [1] to the Planet Ruby that lists
more than 101+ ruby blogs and news sites w/ feeds. Anything missing?
Let us know.
Happy planet. Cheers.
Hello,
FYI: I've added a sources page [1] to the Planet Ruby that lists
more than 101+ ruby blogs and news sites w/ feeds. Anything missing?
Let us know.
Happy planet. Cheers.
Gerald Bauer <gerald.bauer@gmail.com> writes:
more than 101+ ruby blogs and news sites w/ feeds. Anything missing?
I wish I could say the same. All I got was exactly one new feed, and
that one is broken with regard to timestamps.
Here’s the list: https://github.com/Quintus/rubyplanet/blob/master/rubyplanet.ini
Valete,
Quintus
--
Blog: http://www.quintilianus.eu
I will reject HTML emails. | Ich akzeptiere keine HTML-Nachrichten.
>
Use GnuPG for mail encryption: | GnuPG für Mail-Verschlüsselung:
http://www.gnupg.org | http://gnupg.org/index.de.html
Hello,
FYI: I've added feed list exports via OPML (e.g. click on the blue
OPML icons in the /sources page [1]).
Why? Want to read all stories in your feed reader of choice?
Now you can subscribe to all feeds [2] or to sections [3] ("just"
import the OPML list in your feed reader of choice).
Cheers. Happy Planet.
[1] planetruby.herokuapp.com/sources
[2] planetruby.herokuapp.com/all.opml
[3] planetruby.herokuapp.com/rubynews.opml
PS: The Ruby builder gem rocks! Here's the opml.xml.builder code, for example:
xml.instruct!
xml.opml version: '1.1' do
xml.head do
xml.title @title
xml.dateModified Time.now.to_s( :rfc822 )
xml.ownerName 'You'
xml.ownerEmail 'you@example.com'
end
xml.body do
@feeds.each do |feed|
xml.outline type: 'rss',
text: feed.title,
xmlUrl: feed.feed_url,
name: feed.title
end
end
end
Hello,
Don't give up. It will take time. The Planet Ruby has only three
German (and so far no Austrian or Swiss) bloggers listed [1]. Cheers.
PS: Here's a new blog and feed by Philipp Rudloff @ Weimar (in Deutsch
-> http://kleinfreund.de and http://kleinfreund.de/feed.xml
[1] github.com/feedreader/planet-ruby/blob/master/_ruby_europe_de.ini