this repo has no description

add popsky, pinksea, and spark

Changed files
+7
cmd
recordcollector
+4
cmd/recordcollector/main.go
···
}
var labelPrefixes = map[string]string{
+
// NSID prefix // Label
+
"app.popsky": "app-popsky",
+
"com.shinolabs.pinksea": "com-shinolabs-pinksea",
"com.whtwnd": "com-whtwnd",
"events.smokesignal": "events-smokesignal",
"fm.teal": "fm-teal",
···
"im.flushing": "im-flushing",
"place.stream": "place-stream",
"sh.tangled": "sh-tangled",
+
"so.sprk": "so-sprk",
"xyz.statusphere": "xyz-statusphere",
}
+3
genlabeldefs.py
···
import json
collections = [
+
('app-popsky', 'Popsky', 'pop culture hub (app.popsky.*)'),
+
('com-shinolabs-pinksea', 'PinkSea', 'oekaki on atproto (com.shinolabs.pinksea.*)'),
('com-whtwnd', 'WhiteWind', 'markdown blog service (com.whtwnd.*)'),
('events-smokesignal', 'Smoke Signal', 'manage events and RSVPs (events.smokesignal.*)'),
('fm-teal', 'teal.fm', 'your music, beautifully tracked (fm.teal.*)'),
···
('im-flushing', 'Flushes', 'The Decentralized Toilet Network of Planet Earth & Simulation 12B (im.flushing.*)'),
('place-stream', 'Streamplace', 'live video on the AT Protocol (place.stream.*)'),
('sh-tangled', 'Tangled', 'tightly-knit social coding (sh.tangled.*)'),
+
('so-sprk', 'Spark', 'short-form video/photo app (so.sprk.*)'),
('xyz-statusphere', 'Statusphere', 'atproto quick start (xyz.statusphere.*)'),
]