Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: src/site/_includes/downloads/_windows_section.html

Issue 701913002: Editing Sam's downloads page (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: incorporate Sam's review comments Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/_includes/downloads/_sdk-button.html ('k') | src/site/css/dart-style.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_includes/downloads/_windows_section.html
diff --git a/src/site/_includes/downloads/_windows_section.html b/src/site/_includes/downloads/_windows_section.html
new file mode 100644
index 0000000000000000000000000000000000000000..54a9fe052642405c1d698af418696b7a7003996e
--- /dev/null
+++ b/src/site/_includes/downloads/_windows_section.html
@@ -0,0 +1,47 @@
+## Download Dart
+
+The Dart Editor bundle is the recommended way to get started with Dart on
+Windows. When you download the Dart Editor bundle, you get everything you need
+to create, edit, test, and build both web-based and server-side applications.
+
+{% include downloads/_dart-editor.html buttonclass="btn-primary" %}
+
+The Dart Editor bundle includes:
+
+* [Dart Editor](/tools/editor/):
+ A powerful tool for editing, debugging, and running Dart
+ applications.
+* [Dartium](/tools/dartium/):
+ A special version of Chromium that includes the Dart VM. You can
+ use Dartium to test and debug your Dart web applications.
+* [Dart SDK](/tools/sdk/):
+ The Dart VM, libraries, and command-line tools such as
+ [dart](/tools/dart-vm/),
+ [dart2js](/tools/dart2js/),
+ [dartanalyzer](/tools/analyzer/),
+ [pub](/tools/pub/), and
+ [docgen](docgen/).
+
+
+## Or download just what you need
+
+At a minimum, you need the Dart SDK.
+
+### Download the Dart SDK
+
+<p class="os-choices">
+{% include downloads/_sdk.html buttonclass="btn btn-primary btn-lg" %}
+</p>
+
+### Download Dartium
+
+If you're writing a web app,
+we recommend downloading Dartium.
+Dartium is a special build of Chromium that includes a Dart VM
+so that you can test and debug your web app without first
+compiling it to JavaScript.
+
+{% include downloads/_dartium.html buttonclass="btn btn-primary btn-lg download-btn" %}
+
+The Dartium binary expires after 12 weeks. When that happens, you need to
+download a new copy to continue using Dartium.
« no previous file with comments | « src/site/_includes/downloads/_sdk-button.html ('k') | src/site/css/dart-style.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698