1
0
Fork
You've already forked delightful
0
Home of delightful curated lists of free software, open science and information sources.
  • Rust 61.4%
  • HTML 22.5%
  • Nix 8.5%
  • CSS 5.1%
  • Dockerfile 2.5%
lmemsm 045d1d74b9 Update config.toml
Add Delightful X11 list
2025年07月11日 17:00:45 +02:00
.woodpecker Rename club to commons, bump crate version to 0.4.0 2025年06月11日 15:24:52 +02:00
assets Proper REUSE usage ( #82 ). 2025年05月12日 13:19:07 +03:00
LICENSES Clarify licenses using REUSE. 2025年05月02日 19:48:58 +03:00
src Improve 'about' text 2025年06月12日 07:56:49 +02:00
static Change SPDX file copyright text to include contributors 2025年06月11日 14:28:22 +02:00
templates Fix opengraph image url 2025年06月13日 18:21:27 +02:00
.gitignore Change SPDX file copyright text to include contributors 2025年06月11日 14:28:22 +02:00
Cargo.lock Update Rust dependencies to allow compiling on stable Rust 2025年07月03日 14:47:07 +03:00
Cargo.toml Rename club to commons, bump crate version to 0.4.0 2025年06月11日 15:24:52 +02:00
CODE_OF_CONDUCT.md Change SPDX file copyright text to include contributors 2025年06月11日 14:28:22 +02:00
config.toml Update config.toml 2025年07月11日 17:00:45 +02:00
delight-checks.md Change SPDX file copyright text to include contributors 2025年06月11日 14:28:22 +02:00
delight-us.md Change SPDX file copyright text to include contributors 2025年06月11日 14:28:22 +02:00
delightful-contributors.md Change SPDX file copyright text to include contributors 2025年06月11日 14:28:22 +02:00
delightful.md Change SPDX file copyright text to include contributors 2025年06月11日 14:28:22 +02:00
Dockerfile Rename club to commons, bump crate version to 0.4.0 2025年06月11日 15:24:52 +02:00
faq.md Change SPDX file copyright text to include contributors 2025年06月11日 14:28:22 +02:00
flake.lock feat: move to nix flake 2024年04月16日 23:45:42 +02:00
flake.nix Change SPDX file copyright text to include contributors 2025年06月11日 14:28:22 +02:00
README.md Update README.md 2025年07月07日 14:00:57 +02:00
REUSE.toml Change SPDX file copyright text to include contributors 2025年06月11日 14:28:22 +02:00
shell.nix Change SPDX file copyright text to include contributors 2025年06月11日 14:28:22 +02:00

delightful



What is a delightful list? Creating a list Quality checklist FAQ




Badge of honor

Please delight us by launching your own curated list, and proudly wear this badge: delightful badge

So collect your gems 💎 and fill those lists!

Contents

More information about this project:

Delightful lists

  • ActivityPub developer resources - Frameworks, libraries, utitilites and specifications to build the Fediverse.
  • C software - Lightweight, cross-platform C programs and libraries.
  • C4 software - Free software projects that follow the Collective Code Construction Contract (C4).
  • CLI software - CLI software for the console lovers.
  • Creative tools - Tools for digital creatives in a variety of mediums.
  • Databases - Databases in all shapes and sizes.
  • Educational games - Free, Libre and Open Source educational games.
  • Fediverse experience - Social experience platforms that span up the ActivityPub-based fediverse.
  • Fediverse clients - Web, desktop and mobile clients to access the ActivityPub-based fediverse.
  • Forgejo - Tools and resources related to the Forgejo FLOSS software forge.
  • Funding - Funding FOSS, Open Data, Open Science projects and sustainable businesses.
  • Gamification - Gamification and reputation system resources for developers.
  • Humane design - Humane design resources for UX designers and developers.
  • Libre hosters - People and organizations who deploy, maintain and offer open source services to the public.
  • Linked data - Linked data resources for developers.
  • Mathematics softwares - Free, Libre and OpenSource softwares for mathematics!
  • Matrix - Matrix resources, implementations and clients.
  • Off-grid Open tech - Technology, Open hardware and Open Source software resources for use off-grid, for power outages and other emergency situations.
  • Open science - Resources, organization and free software that support open science.
  • Sustainable business - Sustainable business resources and exemplars of doing business online.
  • Sustainable VPS - Sustainable VPS (Virtual Private Servers) providers.
  • Transit - FOSS transit APIs, apps, datasets, research, and software
  • twtxt - Software, implementations, and developer resources that are related to the twtxt syndication format.
  • X11 - X11 resources
  • XMPP - Software, implementations, and developer resources that are related to federated XMPP (Jabber) protocol and platform.

Commons gardening

This repository sits under the care of Social Coding Commons. The goal of this project is to put a spotlight on some great open alternatives to proprietary works, that exist in the areas of FOSS, Open Data and Open Science. More information is available in our FAQ.

🍀 The curated sub-lists are carefully gardened by volunteers working in spare time. We are working in commons and so can you. Help make our lists better, and become a Gardener of the commons.

Maintainers

If you have questions or feedback regarding this list, then please create an Issue in our tracker, and optionally @mention one or more of our maintainers:

Contributors

We are proud to introduce you to some of our delightful contributors. Please add yourself if you are missing.

Developers

Build the website

The website is a collection of a static pages, generated by Rust and Askama.

The lists to include on the website are found in the config.toml file. To add a new delightful list, append it at the end of the config.toml file and submit a PR.

With nix

Run:

nix develop --command bash -c "cargo run"
With docker

Run:

docker run --rm -u "$(id -u):$(id -g)" -v $PWD:/app -w /app rust:latest cargo run

Serve the website

There should now be a public directory containing all the generated files. Just serve as you please.

For a quick test server, run:

nix develop --command bash -c "httplz ./public"

License

Code in this reposity is licensed AGPL-3.0, and the license for published content is:

CC0 The delightful commons initiative evolves under Social coding commons.