WhiteWind
Overview
WhiteWind is a blogging platform built on ATProto. Blog entries are stored as ATProto records in user PDSes.
Integration Pattern
An expression record sets sourceRef to the AT-URI of a WhiteWind blog entry. The pattern is identical to other ATProto content sources.
{
"$type": "pub.layers.expression",
"sourceRef": "at://did:plc:author/com.whtwnd.blog.entry/abc123",
"text": "...",
"kind": "article"
}
Layers Types Involved
| Type | Role |
|---|---|
pub.layers.expression | sourceRef points to com.whtwnd.* AT-URI |
pub.layers.segmentation | Tokenization of the blog entry text |
pub.layers.annotation#annotationLayer | Linguistic annotation layers over the entry |
Discovery
The appview indexes expression.sourceRef. Annotations on WhiteWind entries are discoverable by querying for the entry's AT-URI.