OLD | NEW |
1 # Dart | 1 # Dart |
2 | 2 |
3 [Dart][website] is an open-source, scalable programming language, with robust | 3 [Dart][website] is an open-source, scalable programming language, with robust |
4 libraries and runtimes, for building web, server, and mobile apps. | 4 libraries and runtimes, for building web, server, and mobile apps. |
5 | 5 |
6 ## Using Dart | 6 ## Using Dart |
7 | 7 |
8 Visit the [dartlang.org][website] to learn more about the | 8 Visit the [dartlang.org][website] to learn more about the |
9 [language][lang], [tools][tools], | 9 [language][lang], [tools][tools], |
10 [getting started][codelab], and more. | 10 [getting started][codelab], and more. |
11 | 11 |
12 Browse [pub.dartlang.org][pubsite] for more packages and libraries contributed | 12 Browse [pub.dartlang.org][pubsite] for more packages and libraries contributed |
13 by the community and the Dart team. | 13 by the community and the Dart team. |
14 | 14 |
15 ## Building Dart | 15 ## Building Dart |
16 | 16 |
17 Learn how to [get the source](https://github.com/dart-lang/sdk/wiki/Building#get
ting-the-source) | 17 If you want to build Dart yourself, here is a guide to |
18 and [prepare your machine to build the SDK](https://github.com/dart-lang/sdk/wik
i/Preparing-your-machine-to-build-the-Dart-SDK). | 18 [getting the source, preparing your machine to build the SDK, and |
| 19 building](https://github.com/dart-lang/sdk/wiki/Building). |
19 | 20 |
20 There are more documents on our [wiki](https://github.com/dart-lang/sdk/wiki). | 21 There are more documents on our [wiki](https://github.com/dart-lang/sdk/wiki). |
21 | 22 |
22 ## Contributing to Dart | 23 ## Contributing to Dart |
23 | 24 |
24 The easiest way to contribute to Dart is to [file issues][dartbug]. | 25 The easiest way to contribute to Dart is to [file issues][dartbug]. |
25 | 26 |
26 You can also contribute patches, as described in [Contributing][contrib]. | 27 You can also contribute patches, as described in [Contributing][contrib]. |
27 | 28 |
28 ## License | 29 ## License |
29 | 30 |
30 See [LICENSE][license]. | 31 See [LICENSE][license]. |
31 | 32 |
32 [website]: https://www.dartlang.org | 33 [website]: https://www.dartlang.org |
33 [license]: https://github.com/dart-lang/sdk/blob/master/LICENSE | 34 [license]: https://github.com/dart-lang/sdk/blob/master/LICENSE |
34 [repo]: https://github.com/dart-lang/sdk | 35 [repo]: https://github.com/dart-lang/sdk |
35 [lang]: https://www.dartlang.org/docs/dart-up-and-running/ch02.html | 36 [lang]: https://www.dartlang.org/docs/dart-up-and-running/ch02.html |
36 [tools]: https://www.dartlang.org/tools/ | 37 [tools]: https://www.dartlang.org/tools/ |
37 [codelab]: https://www.dartlang.org/codelabs/darrrt/ | 38 [codelab]: https://www.dartlang.org/codelabs/darrrt/ |
38 [dartbug]: http://dartbug.com | 39 [dartbug]: http://dartbug.com |
39 [contrib]: https://github.com/dart-lang/sdk/wiki/Contributing | 40 [contrib]: https://github.com/dart-lang/sdk/wiki/Contributing |
40 [pubsite]: https://pub.dartlang.org | 41 [pubsite]: https://pub.dartlang.org |
OLD | NEW |