diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 975d029..30a79d4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: "Feature Request" -description: "Suggest an idea for the Bluesky app." +description: "Suggest an idea for the Mention app." labels: ["feature-request"] body: - type: markdown diff --git a/README.md b/README.md index 015720e..d0fdb91 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The Authenticated Transfer Protocol ("AT Protocol" or "atproto") is a decentrali - [Protocol Specifications](https://atproto.com/specs/atp) - [Blogpost on self-authenticating data structures](https://bsky.social/about/blog/3-6-2022-a-self-authenticating-social-protocol) -The Bluesky Social application encompasses a set of schemas and APIs built in the overall AT Protocol framework. The namespace for these "Lexicons" is `app.bsky.*`. +The Mention by Oxy application encompasses a set of schemas and APIs built in the overall AT Protocol framework. The namespace for these "Lexicons" is `app.bsky.*`. ## Contributions @@ -53,7 +53,7 @@ You have our blessing 🪄✨ to fork this application! However, it's very impor Please be sure to: -- Change all branding in the repository and UI to clearly differentiate from Bluesky. +- Change all branding in the repository and UI to clearly differentiate from Mention by Oxy. - Change any support links (feedback, email, terms of service, etc) to your own systems. - Replace any analytics or error-collection systems with your own so we don't get super confused. diff --git a/bskyembed/index.html b/bskyembed/index.html index 61d0c7d..60ba786 100644 --- a/bskyembed/index.html +++ b/bskyembed/index.html @@ -3,13 +3,13 @@ - Bluesky Embed + Mention Embed - + diff --git a/bskyembed/post.html b/bskyembed/post.html index 5f55049..ab98dff 100644 --- a/bskyembed/post.html +++ b/bskyembed/post.html @@ -3,13 +3,13 @@ - Bluesky Embed + Mention Embed - + diff --git a/bskyogcard/src/components/StarterPack.tsx b/bskyogcard/src/components/StarterPack.tsx index 29bb8f3..6b1b613 100644 --- a/bskyogcard/src/components/StarterPack.tsx +++ b/bskyogcard/src/components/StarterPack.tsx @@ -144,7 +144,7 @@ export function StarterPack(props: { justifyContent: 'center', padding: '30px 30px 10px', }}> - on Bluesky + on Mention diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index b287f0c..c6c15d1 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -92,9 +92,9 @@ - + - + {% block html_head_extra -%}{%- endblock %} @@ -103,7 +103,7 @@ {%- block body_all %}
- +
@@ -111,7 +111,7 @@