this repo has no description

Add leaflet, grain, and wamellow

Changed files
+7 -1
cmd
recordcollector
+3
cmd/recordcollector/main.go
··· 54 "exchange.recipe": "exchange-recipe", 55 "blue.linkat": "blue-linkat", 56 "app.rocksky": "app-rocksky", 57 } 58 59 //go:embed schema.sql
··· 54 "exchange.recipe": "exchange-recipe", 55 "blue.linkat": "blue-linkat", 56 "app.rocksky": "app-rocksky", 57 + "pub.leaflet": "pub-leaflet", 58 + "com.wamellow": "com-wamellow", 59 + "social.grain": "social-grain", 60 } 61 62 //go:embed schema.sql
+4 -1
genlabeldefs.py
··· 21 'recipe.exchange': ('exchange-recipe', 'discover and share your favorite recipes'), 22 'Linkat': ('blue-linkat', 'link collections'), 23 'Rocksky': ('app-rocksky', 'decentralized music tracking and discovery platform'), 24 - # 'name': ('ns-id', 'description'), 25 } 26 27 values = []
··· 21 'recipe.exchange': ('exchange-recipe', 'discover and share your favorite recipes'), 22 'Linkat': ('blue-linkat', 'link collections'), 23 'Rocksky': ('app-rocksky', 'decentralized music tracking and discovery platform'), 24 + 'Leaflet': ('pub-leaflet', 'social publishing / blogging'), 25 + 'Wamellow': ('com-wamellow', 'bluesky to discord notifications'), 26 + 'Grain': ('social-grain', 'a photo sharing platform'), 27 + # 'name': ('nsid-with-dashes', 'description'), 28 } 29 30 values = []