Lexicon Discovery Roadmap #36
Replies: 3 comments 7 replies
-
I need to re-read the RFC but is it not possible to add a |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
These changes have been applied with configuration and tooling published here: https://github.com/lexicon-community/infra |
Beta Was this translation helpful? Give feedback.
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.bookmark
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.calendar.event
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.calendar.rsvp
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.location.address
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.location.fsq
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.location.geo
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.location.h3
The 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:
Beta Was this translation helpful? Give feedback.
All reactions