From 641d58e84cfb8c6a3f73e28d4f139739c2cce76f Mon Sep 17 00:00:00 2001 From: reverse Date: Sat, 20 Jun 2026 19:28:28 +0000 Subject: [PATCH] overview: reword, drop em-dashes --- docs/overview.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/overview.md b/docs/overview.md index f96d68c..af0b529 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -3,18 +3,18 @@ Order: 10 # Overview -**Orbit** is a modern web client for **IRC** — the open chat protocol that has quietly run -communities for decades. It runs entirely in the browser — nothing to install — and handles +**Orbit** is a modern web client for **IRC**, the open chat protocol that has quietly run +communities for decades. It runs entirely in the browser, with nothing to install, and handles everything from a quick guest nick to a full account (SASL login and in-app registration). Whether a deployment lets people in as guests or asks them to register is its own choice, not the client's. It powers [tchatou.fr](https://tchatou.fr/app/), and is built to be **re-pointed at any IRCv3 -network** and **rebranded** from a single `config.json` — without recompiling. +network** and **rebranded** from a single `config.json`, without recompiling. ## What makes it different -- **Full IRCv3.** Orbit negotiates 25 capabilities — SASL, message-tags, reactions, typing +- **Full IRCv3.** Orbit negotiates 25 capabilities: SASL, message-tags, reactions, typing indicators, read-markers, multi-line messages, server-side history, account registration, and Web Push. See [IRCv3 capabilities](https://orbit.tchatou.fr/docs/ircv3/). - **Pluggable at runtime.** A static `config.json` is fetched on startup and sets the server, @@ -24,11 +24,11 @@ network** and **rebranded** from a single `config.json` — without recompiling. closed. - **Self-hostable.** A static build behind any web server. The project even runs its own git server with [push-to-deploy](https://orbit.tchatou.fr/docs/push-to-deploy/). -- **Free software.** AGPL-3.0 — use it, modify it, self-host it. +- **Free software.** AGPL-3.0: use it, modify it, self-host it. ## Tech -React 19 · TypeScript · Vite · zustand. Tested with Vitest, linted, and built in CI. The codebase -is a clean modular tree — see [Architecture](https://orbit.tchatou.fr/docs/architecture/). +React 19, TypeScript, Vite and zustand. Tested with Vitest, linted, and built in CI. The codebase +is a clean modular tree; see [Architecture](https://orbit.tchatou.fr/docs/architecture/). -> New here? Jump to the [Quick start](https://orbit.tchatou.fr/docs/quick-start/) to run your own in a minute. +> New here? Jump to the [Quick start](https://orbit.tchatou.fr/docs/quick-start/) to run your own.