-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: rename product brand to Wisp #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "name": "openwispr", | ||
| "name": "wisp", | ||
| "private": true, | ||
| "version": "1.0.8", | ||
| "type": "module", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,12 +3,12 @@ | |
| <head> | ||
| <meta charset="utf-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
| <title>OpenWispr — Local-first voice dictation</title> | ||
| <title>Wisp — Local-first voice dictation</title> | ||
| <meta | ||
| name="description" | ||
| content="OpenWispr is open-source, local-first voice dictation. Press a hotkey, speak, and your words appear in any app — transcribed on-device with Whisper. Free for macOS, Windows, and Linux." | ||
| content="Wisp is open-source, local-first voice dictation. Press a hotkey, speak, and your words appear in any app — transcribed on-device with Whisper. Free for macOS, Windows, and Linux." | ||
| /> | ||
| <meta property="og:title" content="OpenWispr — Local-first voice dictation" /> | ||
| <meta property="og:title" content="Wisp — Local-first voice dictation" /> | ||
| <meta | ||
| property="og:description" | ||
| content="Press a hotkey, speak, and your words appear anywhere. 100% local, free and open source." | ||
|
|
@@ -40,7 +40,7 @@ | |
|
|
||
| <header class="topbar"> | ||
| <a class="brand" href="index.html" | ||
| ><img class="brand-mark" src="assets/logo.png" alt="" width="64" height="64" />OpenWispr<span class="dot">.</span></a | ||
| ><img class="brand-mark" src="assets/logo.png" alt="" width="64" height="64" />Wisp<span class="dot">.</span></a | ||
| > | ||
| <nav> | ||
| <a class="nav-link" href="#features" data-i18n="nav_features">Features</a> | ||
|
|
@@ -66,7 +66,7 @@ <h1 id="hero-title" class="reveal"> | |
| <span data-i18n="hero_title_a">Your voice, typed</span> <em data-i18n="hero_title_b">everywhere</em>. | ||
| </h1> | ||
| <p class="lede reveal" data-i18n="hero_lede"> | ||
| OpenWispr is a private voice dictation app. Press a hotkey, speak, and your | ||
| Wisp is a private voice dictation app. Press a hotkey, speak, and your | ||
| words land in any app — transcribed on-device with Whisper, never in the cloud. | ||
| </p> | ||
| <div class="hero-actions reveal"> | ||
|
|
@@ -215,7 +215,7 @@ <h2 id="platforms-title" data-i18n="plat_head">One app, every desktop.</h2> | |
| <div class="method primary" data-io> | ||
| <h3 data-i18n="cta_title">Ready when you are.</h3> | ||
| <p data-i18n="cta_body"> | ||
| Download OpenWispr for your platform and start dictating in minutes. Free, open | ||
| Download Wisp for your platform and start dictating in minutes. Free, open | ||
| source, and entirely on-device. | ||
| </p> | ||
| <a class="btn" id="cta-dl" href="https://github.com/hudsonbrendon/openwispr/releases/latest"><span data-i18n="cta_button">Download</span></a> | ||
|
Comment on lines
+218
to
221
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Update landing-site download model to match the Wisp artifact naming. The CTA copy was rebranded, but the runtime download builder ( Suggested fix (cross-file)--- a/site/assets/app.js
+++ b/site/assets/app.js
@@
- macApple: base + "OpenWispr_" + version + "_aarch64.dmg",
- macIntel: base + "OpenWispr_" + version + "_x64.dmg",
- windows: base + "OpenWispr_" + version + "_x64-setup.exe",
- linuxAppImage: base + "OpenWispr_" + version + "_amd64.AppImage",
- linuxDeb: base + "OpenWispr_" + version + "_amd64.deb",
- linuxRpm: base + "OpenWispr-" + version + "-1.x86_64.rpm",
+ macApple: base + "Wisp_" + version + "_aarch64.dmg",
+ macIntel: base + "Wisp_" + version + "_x64.dmg",
+ windows: base + "Wisp_" + version + "_x64-setup.exe",
+ linuxAppImage: base + "Wisp_" + version + "_amd64.AppImage",
+ linuxDeb: base + "Wisp_" + version + "_amd64.deb",
+ linuxRpm: base + "Wisp-" + version + "-1.x86_64.rpm",
@@
- fallback: "Download OpenWispr",
+ fallback: "Download Wisp",🤖 Prompt for AI Agents |
||
|
|
@@ -230,7 +230,7 @@ <h3 data-i18n="cta_title">Ready when you are.</h3> | |
| <footer class="foot"> | ||
| <div class="wrap"> | ||
| <a class="brand" href="index.html" | ||
| ><img class="brand-mark" src="assets/logo.png" alt="" width="64" height="64" />OpenWispr<span class="dot">.</span></a | ||
| ><img class="brand-mark" src="assets/logo.png" alt="" width="64" height="64" />Wisp<span class="dot">.</span></a | ||
| > | ||
| <nav> | ||
| <a href="https://github.com/hudsonbrendon/openwispr" rel="noopener">GitHub</a> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the broken TOC anchor for “Why Wisp”.
The link target still points to
#why-openwispr, but the heading is now## Why Wisp(fragment#why-wisp), so the contents link is broken.Suggested fix
📝 Committable suggestion
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 43-43: Link fragments should be valid
(MD051, link-fragments)
🤖 Prompt for AI Agents
Source: Linters/SAST tools