This commit is contained in:
Your Name 2025-05-10 22:30:52 +02:00
parent 4392a76cab
commit 75052f5da3
2 changed files with 15 additions and 0 deletions

5
feeds.ron Normal file
View file

@ -0,0 +1,5 @@
(
urls: [
("servo", "https://servo.org/blog/feed.xml"),
],
)

10
progress.ron Normal file
View file

@ -0,0 +1,10 @@
(
read: [
("https://linmob.net/feed.xml", [
"https://linmob.net/weekly-update-16-2025/",
]),
("https://servo.org", [
"https://servo.org/blog/2025/05/09/this-month-in-servo/",
]),
],
)