Craftering List

A webring made of the System Crafters community.

Add all sites with declared RSS feeds to your feed reader with this OPML link.

The ring is shuffled each time it is generated.

# Name URL About Owner
1 @scc https://systemcrafters.net/community [rss] System Crafters Community page with information about forum, chatting, other community projects, and News (RSS). David Wilson
2 @cow_2001 https://kaka.farm/ [rss] Kaka Farm has all of cow_2001's stuff! (RSS for the Kaka Farm Haunt blog) Yuval Langer
3 @tusharhero https://tusharhero.codeberg.page/ I like computering, emacsing, programming and writing. tusharhero
4 @benoitj https://blog.benoitj.ca [rss] Messing around with computers and coding since I was 8. Now getting paid to do what I love. Benoit J
5 @lionyxml https://www.rahuljuliato.com [rss] I am an Engineer based in São Paulo, Brazil. Rahul Juliato
6 @hunter https://christerpher.com [rss] I use my last name as my first name. I've been using Emacs for several years. I use Arch, btw. Software Engineer specializing in Rust these days. Christerpher Hunter
7 @naokotani https://chris-hughes.dev [rss] I am a full stack developer based in Cape Breton, Nova Scotia Chris Hughes
8 @shom https://shom.dev [rss] I like people, dogs, photography, scuba-diving, computers, open-source software, privacy, and generally improving things where I can. Shom Bandopadhaya
9 @thanosapollo https://thanosapollo.org [rss] Medical student, GNU Emacs & Gentoo enthusiast. Thanos Apollo
10 @glenneth https://glenneth.srht.site/ [rss] Hello there! I'm Glenn Thompson, and this is the beginning of a journey I'm thrilled to share with you. Glenn Thompson
11 @snamellit https://www.snamellit.com [rss] Electronics engineer, IT dev and architect, 3D printer with too many interest for the number of hours in a day. Peter Tillemans
12 @purplg https://purplg.dev/ [rss] Software is fun. Hacking on Emacs packages or other random projects. Ben Whitley
13 @davisrichard437 https://richarddavis.xyz/en/blog/ [rss] Musician, part-time hobbyist crafter, sometimes both. Richard Davis
14 @tdback https://tylerdback.com Resident Emacs and *nix user. Greetings from the void. Tyler Dunneback
15 @trev https://trevarj.github.io/ [rss] I am a programmer working with Rust in the crypto industry. Trevor Arjeski

Community Rules

  1. Please refer to the System Crafters (SC) Community Guidelines.
  2. SC craftering is not going to police what you write on your site. However, if the site does not align well with our community guidelines, we reserve the right to remove the site from the webring. You will be notified via the comments section on the PR that added/removed your site. You can appeal the decision as described in the guidelines.

Joining Process

  1. All System Crafters community members are welcome!
  2. Open a Pull Request (PR) or issue on the Codeberg repo with your information filled out in websites.json file.
  3. You can also leave the ring by removing your site from the list and opening a PR.
  4. Your site will be added/removed when the PR is merged.
  5. Note: if you need help with git/Codeberg please join irc.libera.chat with your favorite IRC client and join the #systemcrafters room (or use the web chat) and we'd be happy to help.

Instructions

BEFORE you open a PR or issue to add your site, please add the links below to your site. This will ensure that as soon as your site is added to list your site will be live on the ring. You can add the craftering to your site by adding three links, somewhere on your site, style it however you like as long as it's visible and legible.

  1. https://craftering.systemcrafters.net/YOUR_NAME/previous
  2. https://craftering.systemcrafters.net
  3. https://craftering.systemcrafters.net/YOUR_NAME/next
Make sure to replace YOUR_NAME exactly as it appears in the slug parameter (including the @) that you're specifying in the PR or Issue

You can also just paste this html snippet and remember to replace YOUR_NAME, same as above.

<style>
  .craftering {
	  margin: auto;
	  width: 50%;
	  text-align: center;}
</style>
<div class="craftering">
  <a href="https://craftering.systemcrafters.net/YOUR_NAME/previous">←</a>  
  <a href="https://craftering.systemcrafters.net/">craftering</a>  
  <a href="https://craftering.systemcrafters.net/YOUR_NAME/next">→</a>
</div>