-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlexicons.kdl
More file actions
103 lines (82 loc) · 2.55 KB
/
lexicons.kdl
File metadata and controls
103 lines (82 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
output {
lexicons "crates/jacquard-api/lexicons"
codegen "crates/jacquard-api/src"
cargo-toml "crates/jacquard-api/Cargo.toml"
}
source "leaflet" type="git" priority=100 {
repo "https://github.com/hyperlink-academy/leaflet"
pattern "**/*.json"
}
source "slices" type="git" priority=100 {
repo "https://tangled.org/@slices.network/slices"
pattern "**/*.json"
}
source "bluesky" type="git" priority=101 {
repo "https://github.com/bluesky-social/atproto"
pattern "lexicons/**/*.json"
}
source "tangled" type="git" priority=100 {
repo "https://tangled.org/@tangled.org/core"
pattern "**/*.json"
}
source "weaver" type="git" priority=90 {
repo "https://github.com/rsform/weaver"
pattern "lexicons/**/*.json"
}
source "anisota" type="atproto" {
endpoint "did:plc:lcieujcfkv4jx7gehsvok3pr"
}
source "mary" type="git" priority=70 {
repo "https://github.com/mary-ext/atproto-lexicon-scraping"
pattern "**/*.json"
}
// source "slices-api" type="slices" {
// slice "at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/network.slices.slice/3m2f7adwhp22a"
// }
// source "ufos" type="http" {
// url "https://ufos-api.microcosm.blue/records?collection=com.atproto.lexicon.schema"
// }
// source "bluemoji" type="git" priority=50 {
// repo "https://github.com/aendra-rininsland/bluemoji"
// pattern "**/*.json"
// }
source "streamplace" type="git" priority=50 {
repo "https://github.com/streamplace/streamplace"
pattern "**/*.json"
}
source "whitewind" type="git" priority=50 {
repo "https://github.com/whtwnd/whitewind-blog"
pattern "**/*.json"
}
source "lexicon-community" type="git" priority=60 {
repo "https://github.com/lexicon-community/lexicon"
pattern "**/*.json"
}
source "at-file" type="git" priority=50 {
repo "https://github.com/ziodotsh/lexicons"
pattern "**/*.json"
}
source "pinksea" type="git" priority=50 {
repo "https://github.com/shinolabs/PinkSea/"
pattern "**/*.json"
}
source "linkat" type="git" priority=50 {
repo "https://github.com/mkizka/linkat"
pattern "**/*.json"
}
source "frontpage" type="git" priority=50 {
repo "https://github.com/likeandscribe/frontpage"
pattern "**/*.json"
}
source "skylights" type="git" priority=50 {
repo "https://github.com/Gregoor/skylights"
pattern "**/*.json"
}
source "rocksky" type="git" priority=50 {
repo "https://github.com/tsirysndr/rocksky-lexicons/"
pattern "lexicons/**/*.json"
}
source "teal-fm" type="git" priority=50 {
repo "https://github.com/teal-fm/teal"
pattern "lexicons/**/*.json"
}