| OLD | NEW |
| 1 --- | 1 --- |
| 2 layout: default | 2 layout: default |
| 3 title: "Downloads & Source" | 3 title: "Downloads & Source" |
| 4 description: "Download Dart Editor, the Dart SDK, and Dartium. Also, get the sou
rce code for the Dart project." | 4 description: "Download Dart Editor, the Dart SDK, and Dartium. Also, get the sou
rce code for the Dart project." |
| 5 js: | 5 js: |
| 6 - url: /js/os-switcher.js | 6 - url: /js/os-switcher.js |
| 7 defer: true | 7 defer: true |
| 8 - url: /js/editor-downloads-analytics.js | 8 - url: /js/editor-downloads-analytics.js |
| 9 defer: true | 9 defer: true |
| 10 - url: /js/editor-version.js |
| 11 defer: true |
| 10 --- | 12 --- |
| 11 | 13 |
| 12 {% include platform-specific-text/_noscript.html %} | 14 {% include platform-specific-text/_noscript.html %} |
| 13 | 15 |
| 14 <h1> {{ page.title }} </h1> | 16 <h1> {{ page.title }} </h1> |
| 15 | 17 |
| 16 <p> | 18 <p> |
| 17 Choose your OS: | 19 Choose your OS: |
| 18 {% include os-choices.html %} | 20 {% include os-choices.html %} |
| 19 </p> | 21 </p> |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 the source using the project build tools and scripts | 104 the source using the project build tools and scripts |
| 103 </a> | 105 </a> |
| 104 </li> | 106 </li> |
| 105 <li> | 107 <li> |
| 106 <a href="http://code.google.com/p/dart/wiki/Contributing">Contribute</a> | 108 <a href="http://code.google.com/p/dart/wiki/Contributing">Contribute</a> |
| 107 patches to the Dart project | 109 patches to the Dart project |
| 108 </li> | 110 </li> |
| 109 </ul> | 111 </ul> |
| 110 | 112 |
| 111 </section> | 113 </section> |
| OLD | NEW |