tangled
alpha
login
or
join now
edavis.dev
/
recordcollector
18
fork
atom
this repo has no description
18
fork
atom
overview
issues
2
pulls
pipelines
Add leaflet, grain, and wamellow
Eric Davis
9 months ago
f579055f
e65df9ef
+7
-1
2 changed files
expand all
collapse all
unified
split
cmd
recordcollector
main.go
genlabeldefs.py
+3
cmd/recordcollector/main.go
···
54
54
"exchange.recipe": "exchange-recipe",
55
55
"blue.linkat": "blue-linkat",
56
56
"app.rocksky": "app-rocksky",
57
57
+
"pub.leaflet": "pub-leaflet",
58
58
+
"com.wamellow": "com-wamellow",
59
59
+
"social.grain": "social-grain",
57
60
}
58
61
59
62
//go:embed schema.sql
+4
-1
genlabeldefs.py
···
21
21
'recipe.exchange': ('exchange-recipe', 'discover and share your favorite recipes'),
22
22
'Linkat': ('blue-linkat', 'link collections'),
23
23
'Rocksky': ('app-rocksky', 'decentralized music tracking and discovery platform'),
24
24
-
# 'name': ('ns-id', 'description'),
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
27
+
# 'name': ('nsid-with-dashes', 'description'),
25
28
}
26
29
27
30
values = []