webring

An attempt to replicate Devine Lu Linvega's webring in a very minimal way, and with a lower technical bar.

members

join

  1. Clone the repository
  2. Add your site: ./wr add example.com "my site" "Your Name"
  3. Submit a patch via GitHub pull request, GitLab merge request, or git send-email
  4. Add prev/next links to your site footer: <a href="https://webring.gumx.cc/example.com/previous">&larr; previous</a> / <a href="https://webring.gumx.cc/example.com/next">next &rarr;</a>

host your own

  1. Clone the repository
  2. Clear existing entries: rm -fr entries/* public
  3. Add your webring as an entry: ./wr add yourdomain.com "my webring" "Your Name"
  4. Add member entries and run ./wr to build
  5. Deploy the public/ directory to any static host