···4455A service for automatically publishing content to the Atmosphere, using the standard.site lexicon. Register your publication and a discovery mechanism, and your content is automatically published.
6677-Requires your site to have a `link rel=alternate` for a feed set, and that you're able to verify your ownership by serving a `/.well-known` file.
77+Stay up to date on development at [blog.annot.at](https://blog.annot.at).
88+99+## How it works
1010+1111+[annot.at](https://annot.at) enables you to log in using your atproto account, whether that's Bluesky, Eurosky, or your own PDS. it will ask for permission to write to the standard.site lexicon on your behalf.
1212+1313+The app uses a few different things from your blog to accomplish this, and it requires some setup:
1414+1515+1. During the site setup wizard we generate a record key for your publication if you don't have one yet, you will get instructions to host this key in your site under `/.well-known/site.standard.publication`.
1616+2. You need a well-formed RSS or Atom feed that contains your posts.
1717+3. Each page that you want to upload needs to have a `<link rel="site.standard.document" href="<at-uri>"` field set, this is what eg Bluesky uses to validate the standard.site document.
1818+1919+Document rkeys have to be TIDs to be valid, and need to be stable, so either generate them and store them in your blog post fronmatter/metadata, or use a deterministic implementation that can run multiple times for the same post and give the same result.
82099-Document rkeys are derived from the post `<link rel="site.standard.document" href="<aturi>"`, so your blog must set that up. Document rkeys have to be TIDs to be valid, and should be stable, so either generate them and store them in your blog post fronmatter/metadata, or use a deterministic implementation that can run multiple times for the same post and give the same result.
2121+annot.at will use information from your blog to publish your documents. From the feed it gets title, description, content, tags, and published_at. From the blog post page itself it gets the open graph image and the record key.
10221123## TODO
12241325- [x] Sign up/sign in with Bluesky
1426- [x] Maybe some design?
1527- [x] Add site including verification
1616-- [ ] Write a guide for using this
1728- [x] Document cover images
1818-- [ ] Document content with html content type
2929+- [x] Document content with html content type
1930- [ ] RSS poller
2031- [ ] standard.site document reader
2132- [ ] Post to Bluesky