fix spelling in README
All checks were successful
checks / checks-impure (pull_request) Successful in 2m19s

This commit is contained in:
Valentin Gagarin 2024-05-22 13:10:54 +02:00
parent 61f544525e
commit d193c5de29
2 changed files with 20 additions and 19 deletions

View File

@ -1,44 +1,44 @@
# Clan Core Repository
# cLAN core repository
Welcome to the Clan Core Repository, the heart of the [clan.lol](https://clan.lol/) project! This monorepo is the foundation of Clan, a revolutionary open-source project aimed at restoring fun, freedom, and functionality to computing. Here, you'll find all the essential packages, NixOS modules, CLI tools, and tests needed to contribute to and work with the cLAN project. Clan leverages the Nix system to ensure reliability, security, and seamless management of digital environments, putting the power back into the hands of users.
Welcome to the cLAN core repository, the heart of the [clan.lol](https://clan.lol/) project! This monorepo is the foundation of cLAN, a revolutionary open-source project aimed at restoring fun, freedom, and functionality to computing. Here, you'll find all the essential packages, NixOS modules, CLI tools, and tests needed to contribute to and work with the cLAN project. cLAN leverages the Nix system to ensure reliability, security, and seamless management of digital environments, putting the power back into the hands of users.
## Why Clan?
## Why cLAN?
Our mission is simple: to democratize computing by providing tools that empower users, foster innovation, and challenge outdated paradigms. Clan represents our contribution to a future where technology serves humanity, not the other way around. By participating in Clan, you're joining a movement dedicated to creating a secure, user-empowered digital future.
Our mission is simple: to democratize computing by providing tools that empower users, foster innovation, and challenge outdated paradigms. cLAN represents our contribution to a future where technology serves humanity, not the other way around. By participating in cLAN, you're joining a movement dedicated to creating a secure, user-empowered digital future.
## Features of Clan
## Features of cLAN
- **Full-Stack System Deployment:** Utilize Clans toolkit alongside Nix's reliability to build and manage systems effortlessly.
- **Full-Stack System Deployment:** Utilize cLANs toolkit alongside Nix's reliability to build and manage systems effortlessly.
- **Overlay Networks:** Secure, private communication channels between devices.
- **Virtual Machine Integration:** Seamless operation of VM applications within the main operating system.
- **Robust Backup Management:** Long-term, self-hosted data preservation.
- **Intuitive Secret Management:** Simplified encryption and password management processes.
## Getting Started with Clan
## Getting started with cLAN
If you're new to Clan and eager to dive in, start with our quickstart guide and explore the core functionalities that Clan offers:
If you're new to cLAN and eager to dive in, start with our quickstart guide and explore the core functionalities that cLAN offers:
- **Quickstart Guide**: Check out [getting started](https://docs.clan.lol/#starting-with-a-new-clan-project)<!-- [docs/site/index.md](docs/site/index.md) --> to get up and running with Clan in no time.
- **Quickstart Guide**: Check out [getting started](https://docs.clan.lol/#starting-with-a-new-clan-project)<!-- [docs/site/index.md](docs/site/index.md) --> to get up and running with cLAN in no time.
### Managing Secrets
### Managing secrets
In the Clan ecosystem, security is paramount. Learn how to handle secrets effectively:
In the cLAN ecosystem, security is paramount. Learn how to handle secrets effectively:
- **Secrets Management**: Securely manage secrets by consulting [secrets](https://docs.clan.lol/getting-started/secrets/)<!-- [secrets.md](docs/site/getting-started/secrets.md) -->.
### Contributing to Clan
### Contributing to cLAN
The Clan project thrives on community contributions. We welcome everyone to contribute and collaborate:
The cLAN project thrives on community contributions. We welcome everyone to contribute and collaborate:
- **Contribution Guidelines**: Make a meaningful impact by following the steps in [contributing](https://docs.clan.lol/contributing/contributing/)<!-- [contributing.md](docs/CONTRIBUTING.md) -->.
## Join the Revolution
## Join the revolution
Clan is more than a tool; it's a movement towards a better digital future. By contributing to the Clan project, you're part of changing technology for the better, together.
cLAN is more than a tool; it's a movement towards a better digital future. By contributing to the cLAN project, you're part of changing technology for the better, together.
### Community and Support
### Community and support
Connect with us and the Clan community for support and discussion:
Connect with us and the cLAN community for support and discussion:
- [Matrix channel](https://matrix.to/#/#clan:lassul.us) for live discussions.
- IRC bridges (coming soon) for real-time chat support.

View File

@ -68,10 +68,12 @@
];
};
accept = writeTextDir "config/vocabularies/${vocab}/accept.txt" ''
cLAN
Nix
NixOS
Nixpkgs
clan.lol
cLAN
monorepo
'';
reject = writeTextDir "config/vocabularies/${vocab}/reject.txt" ''
Clan
@ -91,7 +93,6 @@
includes = [ "*.md" ];
# TODO: too much at once, fix piecemeal
excludes = [
"README.md"
"docs/*"
"clanModules/*"
"pkgs/*"