|
29 | 29 | <meta charset="utf-8" /> |
30 | 30 | <meta name="viewport" content="width=device-width" /> |
31 | 31 | <title data-i18n="index.head.title"> |
32 | | - Brackets - A modern, open source code editor that understands web |
33 | | - design. |
| 32 | + Brackets — Now Phoenix Code | Free Open Source Code Editor with Live Preview |
34 | 33 | </title> |
| 34 | + <meta name="description" content="Brackets has evolved into Phoenix Code — a free, open-source code editor with live preview for HTML, CSS, and JavaScript. Download for Windows, macOS, Linux, or try at phcode.io." /> |
35 | 35 | <script type="text/javascript"> |
36 | 36 | window.bracketsVersion = "2.2.1"; |
37 | 37 | window.buildURL = { |
|
62 | 62 |
|
63 | 63 | <!-- social media images --> |
64 | 64 | <!-- Facebook: https://developers.facebook.com/docs/sharing/webmasters#markup --> |
65 | | - <meta property="og:url" content="http://brackets-cont.github.io" /> |
| 65 | + <meta property="og:url" content="https://brackets.io" /> |
66 | 66 | <meta |
67 | 67 | property="og:title" |
68 | 68 | content="A modern, open source code editor that understands web design" /> |
|
87 | 87 | name="twitter:image" |
88 | 88 | content="http://brackets.io/img/hero@2x.png" /> |
89 | 89 |
|
| 90 | + <!-- JSON-LD: Succession signal for search engines and Knowledge Graph --> |
| 91 | + <script type="application/ld+json"> |
| 92 | + { |
| 93 | + "@context": "https://schema.org", |
| 94 | + "@type": "SoftwareApplication", |
| 95 | + "name": "Brackets", |
| 96 | + "url": "https://brackets.io", |
| 97 | + "applicationCategory": "DeveloperApplication", |
| 98 | + "operatingSystem": "Windows, macOS, Linux", |
| 99 | + "description": "A modern, open source code editor for web design. Succeeded by Phoenix Code.", |
| 100 | + "alternateName": "Brackets Editor", |
| 101 | + "predecessorOf": { |
| 102 | + "@type": "SoftwareApplication", |
| 103 | + "name": "Phoenix Code", |
| 104 | + "url": "https://phcode.io", |
| 105 | + "applicationCategory": "DeveloperApplication", |
| 106 | + "operatingSystem": "Windows, macOS, Linux, Web Browser" |
| 107 | + }, |
| 108 | + "sameAs": [ |
| 109 | + "https://en.wikipedia.org/wiki/Brackets_(text_editor)", |
| 110 | + "https://github.com/brackets-cont/brackets" |
| 111 | + ] |
| 112 | + } |
| 113 | + </script> |
| 114 | + |
90 | 115 | <!-- Only Edit brackets.io.css --> |
91 | 116 | <link rel="stylesheet" href="css/brackets.io.css" /> |
92 | 117 |
|
@@ -211,10 +236,10 @@ <h2> |
211 | 236 | > |
212 | 237 | <br /> |
213 | 238 | <a |
214 | | - href="https://www.reddit.com/r/brackets/comments/1b7bihm/introducing_phoenix_code_desktop_now_on_windows/" |
| 239 | + href="https://phcode.io" |
215 | 240 | target="_blank" |
216 | 241 | data-i18n="index.page.content.phoenixInfo3"> |
217 | | - Click here to read more</a |
| 242 | + Click here to read more</ |
218 | 243 | >.<br /> |
219 | 244 | </span> |
220 | 245 |
|
|
276 | 301 | <a |
277 | 302 | id="download-plain-brackets" |
278 | 303 | class="rounded radius button" |
279 | | - href="https://github.com/adobe/brackets/releases" |
| 304 | + href="https://github.com/brackets-cont/brackets/releases" |
280 | 305 | style="display: inline-flex;background-color: black; color: white; align-items: center;padding-left: 1.5rem;justify-content: center;" |
281 | 306 | onclick="mainDownloadClicked()" |
282 | 307 | download> |
@@ -696,7 +721,7 @@ <h5 data-i18n="footer.in-touch.header">Keep in Touch</h5> |
696 | 721 | community. It was founded by Adobe as a community |
697 | 722 | guided, open source project to push web development |
698 | 723 | editors to the next level. </span |
699 | | - ><br /> |
| 724 | + >The project continues as <a href="https://phcode.io">Phoenix Code</a>, the next-generation open source code editor with live preview.<br /> |
700 | 725 | </p> |
701 | 726 | </div> |
702 | 727 | </div> |
|
0 commit comments