1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-06-16 05:26:40 +00:00

new blogs

This commit is contained in:
Anson Biggs 2024-03-25 03:41:44 +00:00
parent 82aa0f014b
commit a73edba902
2 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@ https://annas-blog.org/rss.xml
https://ansonvandoren.com/posts/index.xml https://ansonvandoren.com/posts/index.xml
https://api.quantamagazine.org/feed/ https://api.quantamagazine.org/feed/
https://austinhenley.com/blog/feed.rss https://austinhenley.com/blog/feed.rss
https://austinsnerdythings.com/feed/
https://bcantrill.dtrace.org/feed/ https://bcantrill.dtrace.org/feed/
https://blog.andymatuschak.org/rss https://blog.andymatuschak.org/rss
https://blog.benjojo.co.uk/rss.xml https://blog.benjojo.co.uk/rss.xml
@ -12,6 +13,7 @@ https://blog.codinghorror.com/rss/
https://blog.frost.kiwi/feed.xml https://blog.frost.kiwi/feed.xml
https://calebporzio.com/feed https://calebporzio.com/feed
https://chrisnicholas.dev/rss.xml https://chrisnicholas.dev/rss.xml
https://christianselig.com/index.xml
https://ciechanow.ski/atom.xml https://ciechanow.ski/atom.xml
https://danluu.com/atom.xml https://danluu.com/atom.xml
https://darekkay.com/atom.xml https://darekkay.com/atom.xml
@ -20,8 +22,8 @@ https://fabiensanglard.net/rss.xml
https://factorio.com/blog/rss https://factorio.com/blog/rss
https://garden.bradwoods.io/rss.xml https://garden.bradwoods.io/rss.xml
https://gaultier.github.io/blog/feed.xml https://gaultier.github.io/blog/feed.xml
https://granary.io/url?input=html&output=rss&url=https://jamesg.blog
https://jack-vanlightly.com/?format=rss https://jack-vanlightly.com/?format=rss
https://jamesg.blog/feed.xml
https://jatan.space/rss/ https://jatan.space/rss/
https://jvns.ca/atom.xml https://jvns.ca/atom.xml
https://kinduff.com/feed.xml https://kinduff.com/feed.xml

View File

@ -43,6 +43,6 @@ fn test_if_feeds_are_in_alphabetical_order() {
for url in urls { for url in urls {
println!("{}", url); println!("{}", url);
} }
panic!("\nfeeds.txt was not sorted!") panic!("feeds.txt was not sorted!")
} }
} }