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

Side by Side Diff: src/site/tools/download-editor.markdown

Issue 959023002: Disable experiment; move cli-focused page to download-cli.html (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: delete download-cli.html; redirect download-editor.html Created 5 years, 9 months 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 unified diff | Download patch
« no previous file with comments | « src/site/tools/download.markdown ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ---
2 layout: default
3 title: "Download Dart"
4 description: "The download bundles that support the Dart language."
5 has-permalinks: false
6 js:
7 - url: /js/download-info.js
8 defer: true
9 ---
10
11 # Getting Dart Is Easy!
12
13 <div class="btn-group-responsive btn-group hero-hldr btn-group-justified os-choi ces" style="display: table;">
14 <div class="btn-group">
15 <button type="button" class="btn btn-default btn-lg" id="windows">Windows (V ista, 7, 8)</button>
16 </div>
17 <div class="btn-group">
18 <button type="button" class="btn btn-default btn-lg" id="linux">Linux</butto n>
19 </div>
20 <div class="btn-group">
21 <button type="button" class="btn btn-default btn-lg" id="macos">Mac OS X</bu tton>
22 </div>
23 </div>
24
25 ## Download Dart
26
27 {% for platform in site.custom.downloads.binaries %}
28 <div class="{{platform.os}}" markdown="1">
29 {% include downloads/_get_dart_editor.html %}
30
31 ## Or download just what you need {#dont-download-editor}
32
33 {% capture partial %}downloads/_{{platform.os}}_section.html{% endcapture %}{% i nclude {{partial}} %}
34 </div>
35
36
37 {% endfor %}
38
39 <aside class="alert-info alert" markdown="1">
40 **Want another Dart version?**
41 Use the [download archive.](/tools/download-archive)
42 It lets you choose specific versions
43 of the Dart downloads.
44 It also has the latest **dev channel** builds,
45 which let you try new features a few weeks earlier than the stable channel.
46 </aside>
47
48 <div class="windows" markdown="1">
49 ### Pick an editor
50 </div>
51
52 <div class="linux" markdown="1">
53 ### Step 2: Pick an editor {#step-2-pick-an-editor-linux}
54 </div>
55
56 <div class="macos" markdown="1">
57 ### Step 2: Pick an editor {#step-2-pick-an-editor-mac}
58 </div>
59
60 [Dart Editor](/tools/editor/) isn't your only choice.
61 The following plugins add Dart smarts to popular code editors.
62
63 {% include downloads/_other_editors.markdown %}
OLDNEW
« no previous file with comments | « src/site/tools/download.markdown ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698