diff --git a/content/projects.md b/content/projects.md index f9f6a00..dba3851 100644 --- a/content/projects.md +++ b/content/projects.md @@ -41,6 +41,26 @@ major swaths of code to introduce new features. [finished]: https://gavinhoward.com/2019/11/finishing-software/ +
+ rss2fedi (2023-06-01) (Go) +

+ Looks at a provided RSS feed, converts the HTML to plaintext, truncates to + 100 words, shoves those words into a templated, and posts to fedi. Supports + authenticating with Akkoma, Pleroma, and Mastodon. Patches for additional + platforms are welcome. +

+
+ +
+ opml2md (2023-05-01) (Go) +

+ Takes an OPML file exported from an RSS reader, turns it into bulleted lists + of subscriptions (ignoring particular sections if desired), and shoves those + lists into a templated Markdown file. It's in use on the feeds page. +

+
+
p2c (2023-04-05) (Go)