No description
Find a file
2026-01-29 04:20:11 +00:00
marigold@9363bfcbd2 one big ugly commit oops 2023-06-01 04:31:32 +00:00
.gitattributes initial commit 2023-06-01 02:20:45 +00:00
.gitignore initial commit 2023-06-01 02:20:45 +00:00
.gitmodules one big ugly commit oops 2023-06-01 04:31:32 +00:00
index.cgi reword index.cgi and update tld -> cyberia.click 2023-06-01 06:46:06 +00:00
next.cgi one big ugly commit oops 2023-06-01 04:31:32 +00:00
prev.cgi one big ugly commit oops 2023-06-01 04:31:32 +00:00
README.md Update README.md 2026-01-29 04:20:11 +00:00
ring.lua add mei to ring 2024-09-29 15:53:23 -05:00
style.css one big ugly commit oops 2023-06-01 04:31:32 +00:00

cyberia webring!

This is a webring for members of the Cyberia Computer Club.

If you're a member of cyberia and want to join the webring, either message sanine on matrix or open a pull request.

To add the webring to your site, you'll need to add links like this:

  next: https://cyberia.click/next.cgi?source=[name]
  prev: https://cyberia.click/prev.cgi?source=[name]

where [name] is the name associated with your site (probably your matrix username).

adding a site to the ring

In ring.lua, before the final return tbl line, add a new line like this:

Site("[name]", "https://example.com")

Once the change is committed, the ring should update within 5 minutes.