OLD | NEW |
1 --- | 1 --- |
2 layout: homepage | 2 layout: homepage |
3 googleapi: true | 3 googleapi: true |
4 js: | 4 js: |
5 - url: /js/display-news.js | 5 - url: /js/display-news.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 | 10 - url: /js/editor-version.js |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 <li><a href="http://stackoverflow.com/questions/tagged/dart">Get answers
at Stack Overflow</a></li> | 401 <li><a href="http://stackoverflow.com/questions/tagged/dart">Get answers
at Stack Overflow</a></li> |
402 <li><a href="https://plus.google.com/109866369054280216564/posts">Follow
on G+</a> | 402 <li><a href="https://plus.google.com/109866369054280216564/posts">Follow
on G+</a> |
403 or <a href="http://twitter.com/dart_lang">Twitter</a></li> | 403 or <a href="http://twitter.com/dart_lang">Twitter</a></li> |
404 <li><a href="https://plus.google.com/communities/114566943291919232850">
Join the G+ Dartisans community</a> | 404 <li><a href="https://plus.google.com/communities/114566943291919232850">
Join the G+ Dartisans community</a> |
405 <li><a href="http://dartbug.com/new">File feature requests and bugs</a><
/li> | 405 <li><a href="http://dartbug.com/new">File feature requests and bugs</a><
/li> |
406 <li><a href="http://code.google.com/p/dart/wiki/Contributing">Submit a p
atch</a></li> | 406 <li><a href="http://code.google.com/p/dart/wiki/Contributing">Submit a p
atch</a></li> |
407 </ul> | 407 </ul> |
408 | 408 |
409 <p> | 409 <p> |
410 Also see: | 410 Also see: |
411 <a href="/support/">Contact Us</a>, | 411 <a href="/support/">Support and Community Resources</a> |
412 <a href="/community/">Community Resources</a> | |
413 </p> | 412 </p> |
414 </div> | 413 </div> |
415 </div> | 414 </div> |
416 | 415 |
417 <aside class="alert alert-info"> | 416 <aside class="alert alert-info"> |
418 <b>Note:</b> | 417 <b>Note:</b> |
419 You can write Dart apps using any recent version of | 418 You can write Dart apps using any recent version of |
420 {% include os-choices.html %} | 419 {% include os-choices.html %} |
421 The Dart development tools <b>do not support Windows XP</b>. | 420 The Dart development tools <b>do not support Windows XP</b>. |
422 Dart Editor requires Java version 6 or higher. | 421 Dart Editor requires Java version 6 or higher. |
423 </aside> | 422 </aside> |
424 | 423 |
425 </section> | 424 </section> |
426 | 425 |
427 </article> <!-- /.homepage --> | 426 </article> <!-- /.homepage --> |
428 | 427 |
OLD | NEW |