From e65fadfba6848d952cabdb34d26c709e28b9218e Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 3 Jan 2020 06:20:38 +0100 Subject: [PATCH] Add low-maintenance note. --- README.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.adoc b/README.adoc index 25807bf..33849a1 100644 --- a/README.adoc +++ b/README.adoc @@ -3,6 +3,14 @@ :project: mastodon-cpp :uri-base: https://schlomp.space/tastytea/{project} :uri-branch-main: {uri-base}/src/branch/master +:uri-mastodonpp: https://schlomp.space/tastytea/mastodonpp + +[IMPORTANT] +This project has become too complicated to maintain by myself and I can't find +the energy to add features. I'm attempting a complete rewrite, with cleaner and +much easier to understand code at link:{uri-mastodonpp}[mastodonpp]. You can +still report bugs here and I will respond, but I won't put too much work +in it. If you want to take over maintainership, get in touch. *{project}* is a C++ wrapper for the Mastodon API. You submit an API call and get the raw JSON that you can then transform into easy to use abstractions.