add two new projects

Amolith created

Change summary

content/projects.md | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

Detailed changes

content/projects.md 🔗

@@ -41,6 +41,26 @@ major swaths of code to introduce new features.
 
 [finished]: https://gavinhoward.com/2019/11/finishing-software/
 
+<details>
+    <summary><a href="https://sr.ht/~amolith/rss2fedi/">rss2fedi</a> (2023-06-01) (Go)</summary>
+    <p>
+    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.
+    </p>
+</details>
+
+<details>
+    <summary><a href="https://sr.ht/~amolith/opml2md/">opml2md</a> (2023-05-01) (Go)</summary>
+    <p>
+    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 <a
+    href="/feeds">feeds page.</a>
+    </p>
+</details>
+
 <details>
     <summary><a href="https://git.sr.ht/~amolith/p2c/">p2c</a> (2023-04-05) (Go)</summary>
     <p>