Skip to content

LimePotato/roboring

 
 

Repository files navigation

roboring

a webring for robot-aligned beings! powered by ringfairy

join

  1. choose a slug for your site (a unique identifier)

  2. add the webring links to your site:

<a href="https://stellophiliac.github.io/roboring/YOUR_SLUG/previous"> <- </a>
<a href="https://stellophiliac.github.io/roboring">roboring</a>
<a href="https://stellophiliac.github.io/roboring/YOUR_SLUG/next"> -> </a>
  1. submit a pull request adding yourself to websites.json, or email me at [email protected] and i'll add you manually.

if you submit a PR, entries should have the name of your site, your slug, a short description, your site link, your rss feed (if applicable), and a contact link (such as an email or social media)

here's an example entry:

{
  "name": "Example Website",
  "slug": "example",
  "about": "example site",
  "url": "https://example.com/",
  "rss": "https://example.com/index.xml",
  "owner": "[email protected]"
}

Releases

No releases published

Packages

No packages published

Languages

  • Rust 87.4%
  • HTML 8.0%
  • CSS 4.6%