Lexicon Discovery Roadmap #36
Closed
ngerakines
started this conversation in
General
Replies: 3 comments 7 replies
I need to re-read the RFC but is it not possible to add a |
2 replies
|
you'd need to enable Github actions on the repo but I think it would be simple to add a script to our repo that signs in with an app key and creates a |
4 replies
|
These changes have been applied with configuration and tooling published here: https://github.com/lexicon-community/infra |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
With the Lexicon Discovery RFC moving forward and an early reference implementation of a lexicon discovery service live at https://lexidex.bsky.dev/, the next big step for Lexicon Community is to make our lexicons discoverable.
Currently, the @lexicon.community handle maps to did:plc:2uwoih2htodskvgocarwv5eq.
The next step is to create the following TXT DNS records:
_lexicon.bookmarks.lexicon.community->"did=did:plc:2uwoih2htodskvgocarwv5eq"_lexicon.calendar.lexicon.community->"did=did:plc:2uwoih2htodskvgocarwv5eq"_lexicon.location.lexicon.community->"did=did:plc:2uwoih2htodskvgocarwv5eq"Then, the following records will be created:
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.bookmarks.bookmarkat://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.calendar.eventat://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.calendar.rsvpat://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.location.addressat://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.location.fsqat://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.location.geoat://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.location.h3The content of those records will correspond to the appropriate
community/lexicon/...file.The long-term goal is to automate this process through a tool that can both publish the lexicon records to the lexicon.community repository and also create DNS records.
References:
All reactions