~a2/webring

Minimal webring

83b5004 fix: broken links and bad redirects

~a2 pushed to ~a2/webring git

7 months ago

2e9fb69 fix: islinking issue with .html extension

~a2 pushed to ~a2/webring git

1 year, 3 months ago

#ω 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

  1. Clone this repository
  2. Add your site using ./wr add example.com "my cool website" "John Doe"
    Replace example.com with your actual website url, my cool website with your entry title, and optionally add your name
  3. Submit a patch by any of these methods
  4. Add the ring links to your site, preferrably in the footer, for example
    <ul>
        <li><a href="https://webring.gumx.cc/{{example.com}}/previous">&larr; 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 &rarr;</a></li>
    </ul>
    

#Host your own

  1. Clone the project repository, and add your remotes
  2. Run rm -fr entries/* public to delete old entries and build artifacts
  3. Add your entries and run ./wr to check the output
  4. Upload your webring to a static site hosting provider, examples are available for

#License

This project is licensed under MIT license