Skip to content

Commit 4fa63b4

Browse files
committed
Phcode Update Recommendation
Brackets will be returning next year, but for now, Phoenix Code is the actively developed successor from the Brackets development team. We've seen many Brackets users leave due to the lack of updates, and we understand their frustration. We are deeply committed to bringing Phoenix Code to the latest technologies, ensuring a modern, powerful, and evolving editor. However, maintaining two projects at once is beyond our current resources. We are working hard to secure enough support, but till then, we are focusing on moving Brackets users to Phoenix Code to give them the best possible experience. If you care about Brackets and want to see it thrive again, please consider supporting us at 👉 https://github.com/sponsors/phcode-dev Your support can help us build the best editors you love! Thank you! ❤️
1 parent f7b34a7 commit 4fa63b4

1 file changed

Lines changed: 6 additions & 40 deletions

File tree

index.html

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ <h1>
312312
<span data-i18n="[html]index.page.hero.attribution"
313313
>Installer Built and Signed by
314314
</span>
315-
<a href="https://phoenix.core.ai"
316-
>phoenix.core.ai</a
315+
<a href="https://core.ai"
316+
>core.ai</a
317317
>
318318
</span>
319319
<div
@@ -718,44 +718,10 @@ <h5 data-i18n="footer.in-touch.header">Keep in Touch</h5>
718718
<script>
719719
var ext = "",
720720
OS = "UNKNOWN";
721-
if (/Windows|Win32|WOW64|Win64/.test(navigator.userAgent)) {
722-
OS = "WIN";
723-
ext = ".msi";
724-
if (/NT ?5\.\d/.test(navigator.userAgent)) {
725-
FLAVOR = "Windows XP";
726-
}
727-
$("#launch-editor-button").removeClass("forced-hidden");
728-
} else if (/Mac/.test(navigator.userAgent)) {
729-
OS = "OSX";
730-
ext = ".dmg";
731-
osMatch = navigator.userAgent.match(
732-
/Mac OS X 10[._](\d+)([._](\d+))?\D/i
733-
);
734-
osMatch = osMatch && parseFloat(osMatch[1] + "." + (osMatch[3] || 0));
735-
736-
// Firefox reports only the OS X major version (10.6), so we have to check for 6.0
737-
if (osMatch < 6.8 && osMatch !== 6.0) {
738-
// Mac OS X pre 10.6.8 is not supported
739-
FLAVOR = "Mac OS X 10." + osMatch;
740-
}
741-
$("#launch-editor-button").removeClass("forced-hidden");
742-
} else if (/Linux|X11/.test(navigator.userAgent)) {
743-
OS = "LINUX32";
744-
$("#download-plain-brackets").hide();
745-
$("#phcode-upgrade").removeClass("forced-hidden");
746-
$("#phcodeio-button-main").removeClass("forced-hidden");
747-
}
748-
if (/iPad|iPod|iPhone|Android/.test(navigator.userAgent)) {
749-
OS = "OTHER";
750-
$("#download-plain-brackets").hide();
751-
$("#phcode-upgrade").hide();
752-
$("#phcodeio-button-main").hide();
753-
$("#launch-editor-button").removeClass("forced-hidden");
754-
} else {
755-
$(
756-
"<img src='img/hero.png' srcset='img/hero@2x.png 2x' height='370' width='1059' alt='Screenshot of Brackets'>"
757-
).appendTo("#download");
758-
}
721+
OS = "LINUX32";
722+
$("#download-plain-brackets").hide();
723+
$("#phcode-upgrade").removeClass("forced-hidden");
724+
$("#phcodeio-button-main").removeClass("forced-hidden");
759725

760726
function setUniformButtonWidth() {
761727
var width1 = document.getElementById('download-plain-brackets').offsetWidth;

0 commit comments

Comments
 (0)