webring
An attempt to replicate Devine Lu Linvega's webring in a very minimal way, and with a lower technical bar.
members
- gumx by Ahmed (~gumxcc)
- minimal webring by Ahmed (~gumxcc)
join
- Clone the repository
- Add your site:
./wr add example.com "my site" "Your Name" - Submit a patch via GitHub pull request, GitLab merge request, or git send-email
- Add prev/next links to your site footer:
<a href="https://webring.gumx.cc/example.com/previous">← previous</a>/<a href="https://webring.gumx.cc/example.com/next">next →</a>
host your own
- Clone the repository
- Clear existing entries:
rm -fr entries/* public - Add your webring as an entry:
./wr add yourdomain.com "my webring" "Your Name" - Add member entries and run
./wrto build - Deploy the
public/directory to any static host