this repo has no description

add BookHive

Closes #1

Changed files
+4 -2
cmd
recordcollector
+2 -1
cmd/recordcollector/main.go
···
}
var labelPrefixes = map[string]string{
-
// NSID prefix // Label
+
// nsid.prefix // Label from defs
"app.popsky": "app-popsky",
"blue.badge": "blue-badge",
"blue.zio.atfile": "blue-zio-atfile",
···
"com.wamellow": "com-wamellow",
"social.grain": "social-grain",
"net.anisota": "net-anisota",
+
"buzz.bookhive": "buzz-bookhive",
}
//go:embed schema.sql
+2 -1
genlabeldefs.py
···
'Leaflet': ('pub-leaflet', 'social publishing / blogging'),
'Wamellow': ('com-wamellow', 'bluesky to discord notifications'),
'Grain': ('social-grain', 'a photo sharing platform'),
-
'Anisota': ('net-anisota', 'a speculative, iconoclastic social app'),
+
'Anisota': ('net-anisota', 'a new, experimental way to use social media'),
+
'BookHive': ('buzz-bookhive', 'manage, organize, and review your books anywhere'),
# 'name': ('nsid-with-dashes', 'description'),
}