deja vu
  • Go 69.9%
  • HTML 30.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-29 18:34:21 +10:00
.gitignore base functionality, missing index 2026-08-12 17:13:37 +10:00
go.mod base functionality, missing index 2026-08-12 17:13:37 +10:00
index.html evil blueification and removing people because its evil to assume consent to being blueified 2026-08-20 14:47:51 +10:00
main.go use html/template for cleaner dynamic index page 2026-08-13 13:10:07 +10:00
members.json add me 2026-08-29 18:34:21 +10:00
README.md Add readme 2026-08-20 19:25:54 +10:00

How to use

  1. Create a pr adding yourself to members.json. Member entries should be of the form:
{
  "name": "<Choose a name>",
  "url": "<Your site's URL>"
}
  1. Add links to your website pointing to
  • https://webring.compute.red/next?from=<Your site's URL>
  • https://webring.compute.red/previous?from=<Your site's URL>
  • https://webring.compute.red/random

Note

The 'from' parameter is not strictly necessary: for most clients, the webring can infer the source of the query based on the 'referer' header. However, some don't so it's best practice to include the parameter for maximum compatibility.

Once the pr is accepted the webring will need to be re-booted, and then your buttons should work ! Don't be concerned if this takes a bit; it's a human action, not automatic.

Welcome to compute.webring ^•^