datawebring

A webring for data people who write
git clone https://git.eamoncaddigan.net/datawebring.git
Log | Files | Refs | README

commit 927a4a70a645b836b0b7e3fd1e0ea11a72cd8030
parent cf52375a380aaada782265539b91e4fe45896e17
Author: Randy Au <randy.au@gmail.com>
Date:   Fri, 20 Sep 2024 13:23:00 -0400

Update README.md
Diffstat:
MREADME.md | 22+++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,12 +1,26 @@ # Data blog webring Because it's the late '90s again and the small internet is cool. +A simple widget that lets you put your site Code is 100% based off [Onionring](https://garlic.garden/onionring) - Our webring id is `data-ring-dot-list` +# Joining the webring + +0. Make sure you fit the join criteria +1. Submit a pull request to add your site to the list +2. Add the little JavaScript snippet in the Installation section to have it show up +3. (Optional) The CSS is super basic. Feel free to locally override it. + +# Join Criteria + +1. You write about data related topics most of the time. (like, >= 66% of the time) +2. You create or curate your own content +3. The content is not hateful, misleading, discriminatory, sexually explicit, or otherwise offends the sensibilities of the webring managers. +4. Sites can be removed for any reason, with no warning or notice, at the discretion of the managers. + # Installation: Snippet to be placed on the web site to show the webring @@ -19,7 +33,10 @@ Snippet to be placed on the web site to show the webring ## Styling -Add this to the `<head> ... </head>` section for styling +Add this to the `<head> ... </head>` section for basic styling. Feel free to locally override the settings. +If you've got design and CSS skills (which Randy does not have), some help making a nicer CSS would be appreciated. + + ``` <link rel="stylesheet" href="https://randyau.github.io/datawebring/onionring.css"> ``` @@ -28,5 +45,4 @@ Add this to the `<head> ... </head>` section for styling Quoted straight from Onionring's site on 2024-09-20: - _onionring.js and the files that make it up are licensed under the [cooperative non-violent license (CNPL) v7+,](https://thufie.lain.haus/NPL.html) which means, roughly, that anyone is allowed to download, change and share the files as long as you give credit, disclaim what changes you've made, and don't use them to violent, coercive or discriminatory ends._