No description
| marigold@9363bfcbd2 | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| index.cgi | ||
| next.cgi | ||
| prev.cgi | ||
| README.md | ||
| ring.lua | ||
| style.css | ||
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.