a webring server written in half an hour https://webring.umbreon.online
Go to file
2023-07-01 18:20:15 -04:00
.gitignore webring 2023-07-01 15:41:49 -04:00
.nvmrc meta stuffs 2023-07-01 15:48:07 -04:00
index.mjs apply patch "Rose's hubris" 2023-07-01 18:20:15 -04:00
LICENSE meta stuffs 2023-07-01 15:48:07 -04:00
package-lock.json webring 2023-07-01 15:41:49 -04:00
package.json meta stuffs 2023-07-01 15:48:07 -04:00
README.md meta stuffs 2023-07-01 15:48:07 -04:00
webring.txt.sample webring 2023-07-01 15:41:49 -04:00

webring server

run it

npm i
cp webring.txt.sample webring.txt && $EDITOR webring.txt
npm run start

participating sites should link to the endpoints /prev?from=<site> and /next?from=<site> from their site, where <site> is the URL for their site from webring.txt. for example, a site in the webring as https://example.net/~someone should link to /prev?from=https://example.net/~someone and /next?from=https://example.net/~someone on whatever host this server is accessible from.

license

WTFPL