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

Side by Side Diff: src/site/tools/download.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, 10 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/_includes/header.html ('k') | src/site/tools/download-editor.markdown » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: "Download Dart" 3 title: "Download Dart"
4 description: "The download bundles that support the Dart language." 4 description: "The download bundles that support the Dart language."
5 has-permalinks: false 5 has-permalinks: false
6 download_experiment: true
7 js: 6 js:
8 - url: /js/download-info.js 7 - url: /js/download-info.js
9 defer: true 8 defer: true
10 --- 9 ---
11 10
12 # Getting Dart Is Easy! 11 # Getting Dart Is Easy!
13 12
14 <div class="btn-group-responsive btn-group hero-hldr btn-group-justified os-choi ces" style="display: table;"> 13 <div class="btn-group-responsive btn-group hero-hldr btn-group-justified os-choi ces" style="display: table;">
15 <div class="btn-group"> 14 <div class="btn-group">
16 <button type="button" class="btn btn-default btn-lg" id="windows">Windows (V ista, 7, 8)</button> 15 <button type="button" class="btn btn-default btn-lg" id="windows">Windows (V ista, 7, 8)</button>
17 </div> 16 </div>
18 <div class="btn-group"> 17 <div class="btn-group">
19 <button type="button" class="btn btn-default btn-lg" id="linux">Linux</butto n> 18 <button type="button" class="btn btn-default btn-lg" id="linux">Linux</butto n>
20 </div> 19 </div>
21 <div class="btn-group"> 20 <div class="btn-group">
22 <button type="button" class="btn btn-default btn-lg" id="macos">Mac OS X</bu tton> 21 <button type="button" class="btn btn-default btn-lg" id="macos">Mac OS X</bu tton>
23 </div> 22 </div>
24 </div> 23 </div>
25 24
26 <div class="windows" markdown="1">
27 ## Download Dart 25 ## Download Dart
28 26
27 {% for platform in site.custom.downloads.binaries %}
28 <div class="{{platform.os}}" markdown="1">
29 {% include downloads/_get_dart_editor.html %} 29 {% include downloads/_get_dart_editor.html %}
30 30
31 ## Or download just what you need {#windows-separate-download} 31 ## Or download just what you need {#dont-download-editor}
32
33 {% capture partial %}downloads/_{{platform.os}}_section.html{% endcapture %}{% i nclude {{partial}} %}
32 </div> 34 </div>
33 35
34 <div class="linux" markdown="1">
35 First install Dart, and then choose your editor.
36 (Want a one-click download?
37 Skip to [Step 2](#step-2) and choose **Dart Editor**,
38 which includes Dart.)
39 </div>
40 36
41 <div class="macos" markdown="1">
42 First install Dart, and then choose your editor.
43 (Want a one-click download?
44 Skip to [Step 2](#step-2) and choose **Dart Editor**,
45 which includes Dart.)
46 </div>
47
48 {% for platform in site.custom.downloads.binaries %}
49 {% capture partial %}downloads/_{{platform.os}}_section.html{% endcapture %}
50 <div class="{{platform.os}}" markdown="1">
51 {% include {{partial}} %}
52 </div>
53 {% endfor %} 37 {% endfor %}
54 38
55 <aside class="alert-info alert" markdown="1"> 39 <aside class="alert-info alert" markdown="1">
56 **Want another Dart version?** 40 **Want another Dart version?**
57 Use the [download archive.](/tools/download-archive) 41 Use the [download archive.](/tools/download-archive)
58 It lets you choose specific versions 42 It lets you choose specific versions
59 of the Dart downloads. 43 of the Dart downloads.
60 It also has the latest **dev channel** builds, 44 It also has the latest **dev channel** builds,
61 which let you try new features a few weeks earlier than the stable channel. 45 which let you try new features a few weeks earlier than the stable channel.
62 </aside> 46 </aside>
63 47
64 <div id="step-2">
65 <div class="windows" markdown="1"> 48 <div class="windows" markdown="1">
66 ### Pick an editor 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>
67 59
68 [Dart Editor](/tools/editor/) isn't your only choice. 60 [Dart Editor](/tools/editor/) isn't your only choice.
69 The following plugins add Dart smarts to popular code editors. 61 The following plugins add Dart smarts to popular code editors.
70 62
71 {% include downloads/_other_editors.markdown %} 63 {% include downloads/_other_editors.markdown %}
72 </div>
73
74 <div class="linux" markdown="1">
75 {% include downloads/_step2_pick_an_editor.markdown %}
76 </div>
77
78 <div class="macos" markdown="1">
79 {% include downloads/_step2_pick_an_editor.markdown %}
80 </div>
81 </div>
OLDNEW
« no previous file with comments | « src/site/_includes/header.html ('k') | src/site/tools/download-editor.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698