git.schlomp.space -> schlomp.space
This commit is contained in:
parent
bf5fffca3a
commit
42d1898ce3
|
@ -14,7 +14,7 @@ to rewrite [AMP](https://en.wikipedia.org/wiki/Accelerated_Mobile_Pages) URLs to
|
||||||
point at the real webpages.
|
point at the real webpages.
|
||||||
|
|
||||||
Please report any bugs via the
|
Please report any bugs via the
|
||||||
[issue tracker on git.schlomp.space](https://git.schlomp.space/tastytea/expandurl-mastodon/issues)
|
[issue tracker on schlomp.space](https://schlomp.space/tastytea/expandurl-mastodon/issues)
|
||||||
or to [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea).
|
or to [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea).
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
@ -25,7 +25,7 @@ or to [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea).
|
||||||
* C++ compiler (tested: gcc 6.4)
|
* C++ compiler (tested: gcc 6.4)
|
||||||
* [cmake](https://cmake.org/) (tested: 3.9.6)
|
* [cmake](https://cmake.org/) (tested: 3.9.6)
|
||||||
* [curlpp](http://www.curlpp.org/) (tested: 0.8.1)
|
* [curlpp](http://www.curlpp.org/) (tested: 0.8.1)
|
||||||
* [mastodon-cpp](https://git.schlomp.space/tastytea/mastodon-cpp) (at least: 0.15.1)
|
* [mastodon-cpp](https://schlomp.space/tastytea/mastodon-cpp) (at least: 0.15.1)
|
||||||
* [jsoncpp](https://github.com/open-source-parsers/jsoncpp) (tested: 1.8.4)
|
* [jsoncpp](https://github.com/open-source-parsers/jsoncpp) (tested: 1.8.4)
|
||||||
* [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2.0)
|
* [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2.0)
|
||||||
|
|
||||||
|
@ -33,11 +33,11 @@ or to [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea).
|
||||||
|
|
||||||
### Latest release
|
### Latest release
|
||||||
|
|
||||||
https://git.schlomp.space/tastytea/expandurl-mastodon/releases
|
https://schlomp.space/tastytea/expandurl-mastodon/releases
|
||||||
|
|
||||||
### Development version
|
### Development version
|
||||||
|
|
||||||
git clone https://git.schlomp.space/tastytea/expandurl-mastodon.git
|
git clone https://schlomp.space/tastytea/expandurl-mastodon.git
|
||||||
|
|
||||||
## Compile
|
## Compile
|
||||||
|
|
||||||
|
|
|
@ -348,7 +348,7 @@ const bool Listener::register_app()
|
||||||
ret = _masto->register_app1("expandurl-mastodon",
|
ret = _masto->register_app1("expandurl-mastodon",
|
||||||
"urn:ietf:wg:oauth:2.0:oob",
|
"urn:ietf:wg:oauth:2.0:oob",
|
||||||
"read write",
|
"read write",
|
||||||
"https://git.schlomp.space/tastytea/expandurl-mastodon",
|
"https://schlomp.space/tastytea/expandurl-mastodon",
|
||||||
client_id,
|
client_id,
|
||||||
client_secret,
|
client_secret,
|
||||||
url);
|
url);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user