added text saying it works only with mastodon posts
This commit is contained in:
parent
25223c6604
commit
6b45c97133
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
## What is this?
|
||||
|
||||
Unocck is a web tool that allows to easily check if a Mastodon or Mastodon compatible instance is censoring a given ActivityPub post.
|
||||
Unocck is a web tool that allows to easily check if a Mastodon or Mastodon compatible instance is censoring a given Mastodon post.
|
||||
|
||||
## Setting up Unocck on a webserver
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ echo "<!DOCTYPE HTML>
|
|||
<div id=\"main\">
|
||||
<h1>{$usname}</h1>
|
||||
<div class=\"normtext\">
|
||||
<p class=\"firstp\">Hello, this is a {$usname} instance. {$usname} is a tool to easily check if a Mastodon instance is censoring a given post. This {$usname} instance is set to check «{$conf['host']}», {$conf['hostdesc']}. It works by querying {$conf['host']}’s <a href=\"https://docs.joinmastodon.org/methods/search/#v2\">/api/v2/search</a> API endpoint with the credentials of an application defined inside a {$conf['host']} account, but to avoid false positives it does so only after it has verified that the URL you passed to it actually points to a publicly accessible ActivityPub object.</p>
|
||||
<p class=\"firstp\">Hello, this is a {$usname} instance. {$usname} is a tool to easily check if a Mastodon instance is censoring a given Mastodon post (currently, it works only with Mastodon posts, but i’ll try to make it work with other platforms’ posts too). This {$usname} instance is set to check «{$conf['host']}», {$conf['hostdesc']}. It works by querying {$conf['host']}’s <a href=\"https://docs.joinmastodon.org/methods/search/#v2\">/api/v2/search</a> API endpoint with the credentials of an application defined inside a {$conf['host']} account, but to avoid false positives it does so only after it has verified that the URL you passed to it actually points to a publicly accessible ActivityPub object.</p>
|
||||
<p>{$usname} does not use cookies or Javascript and does not store any data about you anywhere.</p>
|
||||
<p>You can find {$usname}’s code <a href=\"".SREPO."\">here</a>.</p>
|
||||
<p>This {$usname} instance is maintained by {$conf['maintref']}.</p>
|
||||
|
|
Loading…
Reference in a new issue