Skip to content

Commit

Permalink
Replace all instances of 'Bluesky' with 'Mention' or 'Mention by Oxy'
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
NateIsern committed Dec 19, 2024
1 parent 6c5cf22 commit 8475dd0
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions bskyembed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bluesky Embed</title>
<title>Mention Embed</title>
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
<link rel="mask-icon" href="/static/safari-pinned-tab.svg" color="#1185fe">
<meta name="theme-color">
<meta name="application-name" content="Bluesky">
<meta name="application-name" content="Mention">
<meta name="generator" content="bskyweb">
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions bskyembed/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bluesky Embed</title>
<title>Mention Embed</title>
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
<link rel="mask-icon" href="/static/safari-pinned-tab.svg" color="#1185fe">
<meta name="theme-color">
<meta name="application-name" content="Bluesky">
<meta name="application-name" content="Mention">
<meta name="generator" content="bskyweb">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion bskyogcard/src/components/StarterPack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function StarterPack(props: {
justifyContent: 'center',
padding: '30px 30px 10px',
}}>
on <Butterfly width="65" style={{margin: '-7px 10px 0'}} /> Bluesky
on <Butterfly width="65" style={{margin: '-7px 10px 0'}} /> Mention
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions bskyweb/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
<link rel="icon" type="image/png" sizes="16x16" href="{{ staticCDNHost }}/static/favicon-16x16.png">
<link rel="mask-icon" href="{{ staticCDNHost }}/static/safari-pinned-tab.svg" color="#1185fe">
<meta name="theme-color">
<meta name="application-name" content="Bluesky">
<meta name="application-name" content="Mention">
<meta name="generator" content="bskyweb">
<meta property="og:site_name" content="Bluesky Social" />
<meta property="og:site_name" content="Mention Social" />
<link type="application/activity+json" href="" />

{% block html_head_extra -%}{%- endblock %}
Expand All @@ -103,15 +103,15 @@
{%- block body_all %}
<div id="root">
<div id="splash">
<!-- Bluesky SVG -->
<!-- Mention SVG -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 320"><path fill="#0085ff" d="M180 142c-16.3-31.7-60.7-90.8-102-120C38.5-5.9 23.4-1 13.5 3.4 2.1 8.6 0 26.2 0 36.5c0 10.4 5.7 84.8 9.4 97.2 12.2 41 55.7 55 95.7 50.5-58.7 8.6-110.8 30-42.4 106.1 75.1 77.9 103-16.7 117.3-64.6 14.3 48 30.8 139 116 64.6 64-64.6 17.6-97.5-41.1-106.1 40 4.4 83.5-9.5 95.7-50.5 3.7-12.4 9.4-86.8 9.4-97.2 0-10.3-2-27.9-13.5-33C336.5-1 321.5-6 282 22c-41.3 29.2-85.7 88.3-102 120Z"/></svg>
</div>
</div>

<noscript>
<h1 lang="en">JavaScript Required</h1>
<p lang="en">This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
<p lang="en">Learn more about Bluesky at <a href="https://bsky.social">bsky.social</a> and <a href="https://atproto.com">atproto.com</a>.
<p lang="en">Learn more about Mention at <a href="https://mention.earth">mention.earth</a> and <a href="https://atproto.com">atproto.com</a>.
{% block noscript_extra %}{% endblock %}
</noscript>
{% endblock -%}
Expand Down
12 changes: 6 additions & 6 deletions bskyweb/templates/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %}

{% block head_title %}Bluesky{% endblock %}
{% block head_title %}Mention{% endblock %}

{% block html_head_extra -%}
<meta property="og:title" content="Mention" />
Expand All @@ -10,13 +10,13 @@
<meta name="og:description" content="Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again." />
<meta name="twitter:description" content="Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again." />

<meta property="og:url" content="https://bsky.app" />
<meta name="twitter:url" content="https://bsky.app" />
<meta property="og:url" content="https://mention.earth" />
<meta name="twitter:url" content="https://mention.earth" />

<meta property="og:image" content="https://bsky.app/static/social-card-default-gradient.png" />
<meta property="twitter:image" content="https://bsky.app/static/social-card-default-gradient.png" />
<meta property="og:image" content="https://mention.earth/static/social-card-default-gradient.png" />
<meta property="twitter:image" content="https://mention.earth/static/social-card-default-gradient.png" />

<meta name="twitter:site" content="@bluesky" />
<meta name="twitter:site" content="@mention" />
<meta name="twitter:card" content="summary_large_image" />
{%- endblock %}

Expand Down
4 changes: 2 additions & 2 deletions bskyweb/templates/starterpack.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta property="og:image" content="{{ imgThumbUrl }}">
<meta property="twitter:image" content="{{ imgThumbUrl }}">
{%- else -%}
<meta property="og:image" content="https://bsky.app/static/social-card-default-gradient.png" />
<meta property="twitter:image" content="https://bsky.app/static/social-card-default-gradient.png" />
<meta property="og:image" content="https://mention.earth/static/social-card-default-gradient.png" />
<meta property="twitter:image" content="https://mention.earth/static/social-card-default-gradient.png" />
{% endif -%}
<meta name="twitter:card" content="summary_large_image" />
{%- if title %}
Expand Down
2 changes: 1 addition & 1 deletion src/components/dialogs/Signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function SigninDialogInner({}: {control: Dialog.DialogOuterProps['control']}) {

return (
<Dialog.ScrollableInner
label={_(msg`Sign into Bluesky or create a new account`)}
label={_(msg`Sign into Mention or create a new account`)}
style={[gtMobile ? {width: 'auto', maxWidth: 420} : a.w_full]}>
<View style={[!isNative && a.p_2xl]}>
<View
Expand Down

0 comments on commit 8475dd0

Please sign in to comment.