From 22754226f2280645563abc2d86a1ff1dd5f4e0f8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 22 Sep 2019 03:42:49 +0200 Subject: [PATCH] =?UTF-8?q?Replaced=20=E2=80=9Cmastodon-cpp=E2=80=9D=20wit?= =?UTF-8?q?h=20variable=20=E2=80=9C{project}=E2=80=9D=20in=20readme.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 6687242..701a02e 100644 --- a/README.adoc +++ b/README.adoc @@ -2,16 +2,16 @@ :toc: preamble :project: mastodon-cpp -*mastodon-cpp* is a C++ wrapper for the Mastodon API. You submit an API call +*{project}* is a C++ wrapper for the Mastodon API. You submit an API call and get the raw JSON or easy to use abstractions. == Usage The HTML reference can be generated with `build_doc.sh`, if doxygen is installed. It is also available at -https://doc.schlomp.space/mastodon-cpp/annotated.html[doc.schlomp.space/mastodon-cpp/]. +https://doc.schlomp.space/{project}/annotated.html[doc.schlomp.space/{project}/]. There are more -https://schlomp.space/tastytea/mastodon-cpp/src/branch/master/examples[examples] +https://schlomp.space/tastytea/{project}/src/branch/master/examples[examples] in `examples/`. === Examples @@ -140,7 +140,7 @@ It will receive bug-fixes for a while but no new features. === Packages -Every https://schlomp.space/tastytea/mastodon-cpp/releases[release] includes +Every https://schlomp.space/tastytea/{project}/releases[release] includes packages for Debian and Centos. Gentoo packages are available in my overlay. ==== Gentoo @@ -192,7 +192,7 @@ apt-get install build-essential cmake libpoco-dev libjsoncpp-dev doxygen ===== Release Download the current release at -https://schlomp.space/tastytea/mastodon-cpp/releases[schlomp.space]. +https://schlomp.space/tastytea/{project}/releases[schlomp.space]. ===== Development version