From 8475dd0646c3b5e3e102c8453b232aa2de986373 Mon Sep 17 00:00:00 2001 From: Nate Isern Alvarez Date: Thu, 19 Dec 2024 23:58:14 +0100 Subject: [PATCH] Replace all instances of 'Bluesky' with 'Mention' or 'Mention by Oxy' Replace all instances of 'Bluesky' with 'Mention' or 'Mention by Oxy' throughout the codebase. * **README.md**: Update references to 'Bluesky' to 'Mention by Oxy'. * **bskyembed/index.html** and **bskyembed/post.html**: Change 'Bluesky Embed' to 'Mention Embed' in the title and update meta tags. * **bskyweb/templates/base.html**: Replace 'Bluesky' with 'Mention' in the title, meta tags, and SVG comment. * **bskyweb/templates/home.html**: Update title, meta tags, and URLs to reference 'Mention' instead of 'Bluesky'. * **bskyogcard/src/components/StarterPack.tsx**: Change 'Bluesky' to 'Mention' in the text content. * **src/components/dialogs/Signin.tsx**: Replace 'Bluesky' with 'Mention' in the sign-in label. * **.github/ISSUE_TEMPLATE/feature_request.yml**: Update description to reference 'Mention' instead of 'Bluesky'. * **bskyweb/templates/starterpack.html**: Change URLs in meta tags to reference 'mention.earth' instead of 'bsky.app'. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/OxyHQ/bMention?shareId=XXXX-XXXX-XXXX-XXXX). --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- README.md | 4 ++-- bskyembed/index.html | 4 ++-- bskyembed/post.html | 4 ++-- bskyogcard/src/components/StarterPack.tsx | 2 +- bskyweb/templates/base.html | 8 ++++---- bskyweb/templates/home.html | 12 ++++++------ bskyweb/templates/starterpack.html | 4 ++-- src/components/dialogs/Signin.tsx | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) 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 @@