ref: 09e7a55960992fce409e4df8ffc3f6c211c79a2f
parent: 721553358b5f9416f58e74237e68449e3e518692
author: penny <penny@limitedideas.org>
date: Thu Oct 16 14:36:19 EDT 2025
the readme and the site are the same
--- a/web/homepage.md
+++ /dev/null
@@ -1,48 +1,0 @@
-## hellclient - mastodon client in go
----
-
-###### Hellclient is a readline mastodon loosely inspired by the now defunct *[TTYtter for Perl](https://www.floodgap.com/software/ttytter/)* , brought to you by [penny](https://eldritch.cafe/@penny)
-[](web/screenshot.png)
-*hellclient is pure readline and runs even in primitive terminals*
-
-Hellclient intends to provide full coverage of the interactions available in the web client- features so far include
-
-* Interactive command driven user interface
-* Streaming home timeline
-* Pagination for
- * Bookmarks
- * Likes
- * Profiles
- * Notifications
- * Threads
-* Media attachments/file attachments
-* Media downloading and previewing
-* Replies
-* Deletion
-* Posting
-* Rebloging
-* Status editing
-* Account info page
-* Timeline pausing
-* Status filtering
-* Image descriptions
-* Post visibility control
-* Content warnings
-* Multiline input
-* Markdown and HTML on supported instances
-* Notifications
-* Unread notifications
-* Following
-
-And probably more- see /help in hellclient it's probably up to date
-
-Hellclient does not support
-
-* Syntax hilighting
-
-##### Downloads
-The [git repo](https://codeberg.org/penny64/hellclient) most likely has the most up to date code but static binaries are available
-
-* [Windows](https://penny64.codeberg.page/hellclient-downloads/win/hell.exe)
-* [Linux](https://penny64.codeberg.page/hellclient-downloads/linux/hell)
-* [Mac](https://penny64.codeberg.page/hellclient-downloads/mac/hell)
--- a/web/render_homepage.sh
+++ b/web/render_homepage.sh
@@ -1,3 +1,3 @@
#!/bin/sh
set -e
-pandoc --metadata 'mainfont=-apple-system, BlinkMacSystemFont, Segoe UI, sans-serif' --metadata monobackgroundcolor=#f0f0f0 -V pagetitle:"hellclient for mastodon" --output ../index.html --to html --standalone homepage.md
+pandoc --metadata 'mainfont=-apple-system, BlinkMacSystemFont, Segoe UI, sans-serif' --metadata monobackgroundcolor=#f0f0f0 -V pagetitle:"hellclient for mastodon" --output ../index.html --to html --standalone ../readme.md
--
⑨