Medium syndication information

This commit is contained in:
Brandon Rozek 2023-01-05 14:04:45 -05:00
parent e5a96d735a
commit c5ff5538a6
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
276 changed files with 371 additions and 80 deletions

View file

@ -1,9 +1,11 @@
---
title: "Blogroll From Subscriptions"
date: 2022-12-18T13:05:49-05:00
date: 2022-12-18 13:05:49-05:00
draft: false
tags: []
math: false
medium_enabled: true
medium_post_id: 913b5fa85507
tags: []
title: Blogroll From Subscriptions
---
While I was browsing around personal websites, I found a fun little piece of code from Jake Bauer's [links page](https://www.paritybit.ca/links).
@ -54,5 +56,4 @@ HTML_EXPR="<li><a href=\"\3\">\1<\/a> (<a href=\"\2\">feed<\/a>)<\/li>"
REPLACE_EXPR="s/$XML_EXPR/$HTML_EXPR/g"
grep "xmlUrl" "$1" | sed "$REPLACE_EXPR"
```
```