bridgy-fed/README.md

14 wiersze
1.1 KiB
Markdown
Czysty Zwykły widok Historia

2022-12-24 16:57:32 +00:00
<img src="https://raw.github.com/snarfed/bridgy-at/main/static/bridgy_fed_logo.png" width="120" /> [Bridgy Fed](https://fed.brid.gy/) [![Circle CI](https://circleci.com/gh/snarfed/bridgy-at.svg?style=svg)](https://circleci.com/gh/snarfed/bridgy-at) [![Coverage Status](https://coveralls.io/repos/github/snarfed/bridgy-at/badge.svg?branch=main)](https://coveralls.io/github/snarfed/bridgy-at?branch=main)
===
Early prototype of bridging the [IndieWeb](https://indieweb.org/) to [AT Protocol](https://atproto.com/).
License: This project is placed in the public domain.
2022-12-25 05:08:12 +00:00
### TODO
2022-12-28 17:27:42 +00:00
* [CID](https://atproto.com/guides/data-repos#data-layout) algorithm for web site posts.
2022-12-25 05:08:12 +00:00
* Decide whether to mirror the [`app.bsky` lexicons](https://github.com/bluesky-social/atproto/tree/main/lexicons/app/bsky) in this repo or [fetch them dynamically via `getSchema`](https://atproto.com/guides/lexicon#schema-distribution), which isn't live on [bsky.app](https://bsky.app/) yet.
2022-12-28 17:27:42 +00:00
* Test against the [atproto `pds` package](https://github.com/snarfed/atproto/tree/main/packages/pds), which includes their server-side `app.bsky` implementation.