Normal when visiting wwww.com/webring.json.
How to add the following content?
-------------------------------------------
{
"name": "Imageboard", // The imageboard's name.
"url": "
https://image.board", // The imageboard's base URL.
"endpoint": "
https://image.board/webring.json", // The current endpoint.
// An array of logos you want to be shown for other imageboards' users
// on the webring. Should be a .png or .gif with a maximum size of 300KB.
"logo": [
"
https://image.board/my_logo.png" ],
"following": [ // A list of imageboards that this imageboard is directly following.
"
https://another.imageboard/webring.json", "
https://yet.another.ib/webring.json" ],
"known": [
// A list of imageboards this imageboard pairs with, but doesn't necessarily
// follow directly.
"
https://another.imageboard/webring.json", "
https://yet.another.ib/webring.json", "
https://some.other.board/webring.json" ],
"blacklist": [ // A list of domains that this imageboard will not pair with.
"bad.imageboard",
"illegal.ib"
],
"boards": [
{
"uri": "a", // The URI of the board.
"title": "Anime & Manga", // The board name/title.
"subtitle": "Discussion about japanese shit", // The board subtitle/description. Optional.
"path": "
https://image.board/a/", // The absolute path for the board.
"postsPerHour": 23, // The amount of posts made in the last hour. Optional.
"totalPosts": 1000, // The total amount of posts on the board. Optional.
"uniqueUsers": 20 // The total amount of unique ISPs as reported by the imageboard software. Optional.
"tags": ["a", "b", "c"], // An array of string tags for the board.
"lastPostTimestamp": "1970-01-01T00:00:00Z" // An ISO 8601 specifying the date and time of the newest post on the board.
}
// ...
]
}