diff options
author | tastytea | 2020-01-25 20:22:33 +0100 |
---|---|---|
committer | tastytea | 2020-01-25 20:22:33 +0100 |
commit | 28b266842697d1c76a963a66f412325f2786f967 (patch) | |
tree | f316032052c062e7c2d3edcb54e69b1a939d301f | |
parent | 02a22d773cf54228d502fc779cd9f31f1c297e9c (diff) | |
download | mastodonpp-28b266842697d1c76a963a66f412325f2786f967.tar mastodonpp-28b266842697d1c76a963a66f412325f2786f967.tar.gz mastodonpp-28b266842697d1c76a963a66f412325f2786f967.zip |
Add Mastodon and Pleroma hyperlinks to readme.
-rw-r--r-- | README.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 9e1405c..d4fcc30 100644 --- a/README.adoc +++ b/README.adoc @@ -3,6 +3,8 @@ :project: mastodonpp :uri-base: https://schlomp.space/tastytea/{project} :uri-branch-main: {uri-base}/src/branch/main +:uri-wp-mastodon: https://en.wikipedia.org/wiki/Mastodon_(software) +:uri-pleroma: https://pleroma.social/ :uri-mastodon-cpp: https://schlomp.space/tastytea/mastodon-cpp :uri-reference: https://doc.schlomp.space/{project}/ :uri-gcc: https://gcc.gnu.org/ @@ -15,7 +17,8 @@ :uri-libcurl: https://curl.haxx.se/libcurl/ :uri-nodeinfo: https://nodeinfo.diaspora.software/ -*{project}* is a C++ wrapper for the Mastodon and Pleroma APIs. It replaces +*{project}* is a C++ wrapper for the link:{uri-wp-mastodon}[Mastodon] and +link:{uri-pleroma}[Pleroma] APIs. It replaces link:{uri-mastodon-cpp}[mastodon-cpp]. We aim to create a library that is comfortable, yet minimal. All API endpoints |