add two new projects

This commit is contained in:
Amolith 2023-06-09 16:31:48 -04:00
parent b149c1acb7
commit 91ff4626c7
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 20 additions and 0 deletions

View File

@ -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>