From bc991207fbbef300c3c80c80eaf4e485e1f13d64 Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Mon, 18 May 2015 16:30:56 -0700 Subject: [PATCH] Move README to README.md --- README | 18 ------------------ README.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 18 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 3b2b566d9f1..00000000000 --- a/README +++ /dev/null @@ -1,18 +0,0 @@ -This is the repository of the Dart programming language and its associated -tools, libraries, and samples. - -For license information, please see LICENSE. - -You can find more about Dart online at http://dartlang.org or -http://code.google.com/p/dart. - -Here's a brief guide to what's in here: - -lib/ Libraries that ship with the Dart runtime (core, html, etc.). -pkg/ Packages that are not shipped with the core runtime. -runtime/ Dart VM and code for running it as a standalone app. -samples/ Sample Dart programs. -tests/ Automated tests. -third_party/ External dependencies. -tools/ Build scripts, text editor support files, etc. -utils/ Utilities for Dart applications. diff --git a/README.md b/README.md new file mode 100644 index 00000000000..7b2589e1a10 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Dart + +[Dart][website] is an open-source, scalable programming language, with robust +libraries and runtimes, for building web, server, and mobile apps. + +## Using Dart + +Visit the [dartlang.org][website] to learn more about the +[language][lang], [tools][tools], +[getting started][codelab], and more. + +Browse [pub.dartlang.org][pubsite] for more packages and libraries contributed +by the community and the Dart team. + +## Contributing to Dart + +The easiest way to contribute to Dart is to [file issues][dartbug]. + +You can also contribute patches, as described in [Contributing][contrib]. + +## License + +See [LICENSE][license]. + +[website]: https://www.dartlang.org +[license]: https://github.com/dart-lang/sdk/blob/master/LICENSE +[repo]: https://github.com/dart-lang/sdk +[lang]: https://www.dartlang.org/docs/dart-up-and-running/ch02.html +[tools]: https://www.dartlang.org/tools/ +[codelab]: https://www.dartlang.org/codelabs/darrrt/ +[dartbug]: http://dartbug.com +[contrib]: https://github.com/dart-lang/sdk/wiki/Contributing +[pubsite]: https://pub.dartlang.org