ω webring
This is an attempt to replicate Devine Lu Linvega's webring in a very minimal way, and with a lower technical bar.
Add your website to this webring
- Clone this repository
- Add your site using
./wr add example.com "my cool website" "John Doe"\ Replaceexample.comwith your actual website url,my cool websitewith your entry title, and optionally add your name - Submit a patch by any of these methods
- Issuing a pull request from GitHub or GitLab
- Sending a mail to the project's mailing list
- Using
git send-email
- Add the ring links to your site, preferrably in the footer, for example
html <ul> <li><a href="https://webring.gumx.cc/{{example.com}}/previous">← previous</a></li> <li><a href="https://webring.gumx.cc/">webring index</a></li> <li><a href="https://webring.gumx.cc/{{example.com}}/next">next →</a></li> </ul>
Host your own
- Clone the project repository, and add your remotes
- Run
rm -fr entries/* publicto delete old entries and build artifacts - Add an entry for the webring itself by running
./wr add webring-example.com "my webring" "John Doe" - Add other entries and run
./wrto check the output - Upload your webring to a static site hosting provider, examples are available for
License
This project is licensed under MIT license
