This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

readme.md: rewrite

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

author
Anirudh Oppiliappan
date (Jul 20, 2026, 6:30 PM +0300) commit ebbd7e8d parent da1953b9 change-id mwxuwzzu
+37 -13
+37 -13
readme.md
··· 1 - # tangled 1 + # Tangled 2 + 3 + https://tangled.org 2 4 3 - Hello Tanglers! This is the codebase for 4 - [Tangled](https://tangled.org)&mdash;a code collaboration platform built 5 - on the [AT Protocol](https://atproto.com). 5 + The next-generation social coding platform. 6 6 7 - Read the introduction to Tangled [here](https://blog.tangled.org/intro). Join the 8 - [Discord](https://chat.tangled.org) or IRC at [#tangled on 9 - libera.chat](https://web.libera.chat/#tangled). 7 + ## Overview 10 8 11 - ## docs 9 + This monorepo contains the majority of Tangled's open source code. Notably, it 10 + includes: 12 11 13 - - [knot hosting guide](https://docs.tangled.org/knot-self-hosting-guide.html#knot-self-hosting-guide) 14 - - [contributing guide](https://docs.tangled.org/contribution-guide.html#contribution-guide) **please read before opening a PR!** 15 - - [hacking on tangled](https://docs.tangled.org/hacking-on-tangled.html#hacking-on-tangled) 12 + * the primary [appview](https://tangled.org/tangled.org/core/tree/master/appview) service, 13 + * [knotserver](https://tangled.org/tangled.org/core/tree/master/knotserver) for git hosting and operations, 14 + * [spindle](https://tangled.org/tangled.org/core/tree/master/spindle) for continuous integration, 15 + * [bobbin](https://tangled.org/tangled.org/core/tree/master/bobbin), the API service, 16 16 17 - ## security 17 + ... and more. 18 + 19 + ## Bugs 20 + 21 + Please file any issues about this code or the hosted service on the [issue 22 + tracker](https://tangled.org/tangled.org/core/issues). You may also use our 23 + [Discord](https://chat.tangled.org) for the same. 24 + 25 + ## Security 18 26 19 27 If you've identified a security issue in Tangled, please email 20 - [security@tangled.org](mailto:security@tangled.org) with details! 28 + [security@tangled.org](mailto:security@tangled.org) with the details! 29 + 30 + ## Contributing 31 + 32 + PRs welcome! But please file a [proposal for bigger 33 + changes](https://docs.tangled.org/contribution-guide#proposals-for-bigger-changes). 34 + We have strict [rules for commit 35 + messages](https://docs.tangled.org/contribution-guide#commit-guidelines) (or 36 + skim `git log`). 37 + 38 + We require a Developer Certificate of Origin (DCO) `Signed-off-by:` line in 39 + commits. [Read more 40 + here](https://docs.tangled.org/contribution-guide#developer-certificate-of-origin-dco). 41 + 42 + ## Legal 43 + 44 + The contents of this repository are licensed under MIT.