diff --git a/README.md b/README.md index 90644f2..dbf9623 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Please take note of [CRAPL v0](https://matt.might.net/articles/crapl/): * ✅ User can post messages to followers * ✅ User can post a message to a specific external account * ✅ User can post an image & alt text +* ✅ User can post text which is converted into basic HTML (mentions, URls, hashtags) * ✅ User can follow, unfollow, block, and unblock external accounts * ✅ Server validates the HTTP Message Signatures of all incoming messages * ✅ Incoming messages are saved @@ -83,4 +84,6 @@ Please take note of [CRAPL v0](https://matt.might.net/articles/crapl/): * ❌ Set sensitivity for images / blur * ❌ Set "Content Warning" * ❌ See external users' avatars, names, or other details +* ❌ Viewing all posts by user with a specific hashtag +* ❌ Accurate support for converting user's text to HTML * ❌ ...? diff --git a/index.php b/index.php index e46ce3c..9de40f3 100644 --- a/index.php +++ b/index.php @@ -456,6 +456,7 @@ echo <<< HTML