Added Exports by Heat Rating
Reactivated CSV exports based on Heat Rating, which is the percentage of Current Sources the have taken action, a suspend or a silence, against an instanct. The higher the Heat Rating, the more Sources that have taken actions agaisnt it, so they should be viewed with cautiondevelop
parent
0d189a4fc3
commit
a15db82697
@ -0,0 +1,24 @@
|
||||
@extends('frame')
|
||||
@section('title', 'The Bad Space|Exports')
|
||||
@section('main-content')
|
||||
@parent
|
||||
<section>
|
||||
<article>
|
||||
<h2>CSV Exports</h2>
|
||||
Heat Rating is the percentage of Current Sources that have taken action against an instance. The higher the number of Sources that have silenced and/or suspended an instance, the higher the Heat Rating.*
|
||||
<h3>For Mastodon</h3>
|
||||
|
||||
<a href="/exports/mastodon/90">Heat Rating 90%</a><br />
|
||||
<a href="/exports/mastodon/80">Heat Rating 80%</a><br />
|
||||
<a href="/exports/mastodon/70">Heat Rating 70%</a><br />
|
||||
<a href="/exports/mastodon/60">Heat Rating 60%</a><br />
|
||||
<a href="/exports/mastodon/50">Heat Rating 50%</a><br />
|
||||
<a href="/exports/mastodon/40">Heat Rating 40%</a><br />
|
||||
<a href="/exports/mastodon/30">Heat Rating 30%</a><br />
|
||||
<a href="/exports/mastodon/20">Heat Rating 20%</a><br />
|
||||
<br />
|
||||
<i>* Heating Ratings are still a work in progress so please review list before using.</i>
|
||||
<br /><br />
|
||||
</article>
|
||||
</section>
|
||||
@endsection
|
Loading…
Reference in New Issue