This repo provides the links for the Raku news feeds on planet.raku.org.
That collection is the source for the world-famous Rakudo Weekly News which is curated and edited by Elizabeth Mattijsen.
Persons who wish to add their favorite Raku blog sites to that collection should use the following instructions. (Please file an issue if you have any problems, or ask for help on IRC channel #raku. Note you can use either the rss or the atom feed format.)
-
Fork this repo on Github.
-
Add your entry to the perlanetrc file.
For example, the following is the entry for the Raku Weekly News:
- url: https://rakudoweekly.blog/feed/
title: Rakudo Weekly News
web: https://rakudoweekly.blog/
The url is the path to the file containing the actual atom or rss code. Note the example above probably ends at the implied index.html.
The title is what the author wants the viewer of planet.raku.org to see for his or her entry.
The web is the link to the home page of the blog being referenced.
- Submit a PR (pull request).