this repo has no description

add BookHive

Closes #1

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