My webring software
This repository has been archived on 2023-03-22. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Swindles McCoop 5c715634ed Add link to example 2023-03-22 01:58:51 +00:00
.gitignore Add ignore 2023-03-22 01:52:22 +00:00
README.md Add link to example 2023-03-22 01:58:51 +00:00
index.html Initial commit 2023-03-21 03:58:20 +00:00
webring.html Fix n1l image 2023-03-22 01:52:44 +00:00
webring.js Initial commit 2023-03-21 03:58:20 +00:00

README.md

Webring

As the title implies, this is software I wrote to have a webring.

How to use/join

To add yourself to the list, simply email me or add a PR with the URL to your website and a 4:1 aspect ratio image banner. This should all be done in webring.html.

To add the webring to your site, simply make an HTML file called whatever you want, and add this line to it:

<script src="https://swindlesmccoop.xyz/webring/webring.js"></script>

From here, to display the banners, create a div called banner-div.

<div id="banner-div"></div>

Optionally, you may also include a "random page" button:

<a href="#" id="random-link">Random Page</a>

This is all outlined in the example index.html

Why?

Webrings kind of don't work because there is no centralized list of who all is in it. Well that ends now. Using a bit of JavaScript (don't worry, it's Free), the small script will fetch the list and banners of all of the people in it from my server