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

Side by Side Diff: src/site/docs/sdk/index.html

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 years, 5 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
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: "Getting Started with the SDK" 3 title: "Getting Started with the SDK"
4 description: "Learn to download and use the Dart SDK, which includes the Dart VM and the Dart-to-JavaScript compiler." 4 description: "Learn to download and use the Dart SDK, which includes the Dart VM and the Dart-to-JavaScript compiler."
5 --- 5 ---
6 6
7 {% include platform-specific-text/_noscript.html %} 7 {% include platform-specific-text/_noscript.html %}
8 8
9 <h1> {{ page.title }} </h1> 9 <h1> {{ page.title }} </h1>
10 10
11 11
12 <section> 12 <section>
13 13
14 <p> 14 <p>
15 This page tells you how to find and use 15 This page tells you how to find and use
16 prerelease versions of the Dart SDK on 16 prerelease versions of the Dart SDK on
17 <span class="linux">Linux.</span> 17 <span class="linux">Linux.</span>
18 <span class="mac">Mac OS X.</span> 18 <span class="mac">Mac OS X.</span>
19 <span class="win">Windows.</span> 19 <span class="win">Windows.</span>
20 <br> 20 <br>
21 (These instructions are available for 21 (These instructions are available for
22 <label> 22 <input type="radio" name="osChoices" id="win">
23 <input type="radio" name="osChoices" id="win"> 23 <label class="os-choice" for="win">Windows</label>,
24 Windows</input></label>, 24
25 <label> 25 <input type="radio" name="osChoices" id="linux" checked="true">
26 <input type="radio" name="osChoices" id="linux" checked="true"> 26 <label class="os-choice" for="linux">Linux</label>, or
27 Linux</input></label>, and 27
28 <label> 28 <input type="radio" name="osChoices" id="mac">
29 <input type="radio" name="osChoices" id="mac"> 29 <label class="os-choice" for="mac">Mac</label>.)
30 Mac</input></label>.)
31 </p> 30 </p>
32 31
33 <section> 32 <section>
34 <h4> Contents </h4> 33 <h4> Contents </h4>
35 <ul> 34 <ul>
36 <li> <a href="#download">Getting the SDK</a> </li> 35 <li> <a href="#download">Getting the SDK</a> </li>
37 <li> <a href="#contents">SDK contents</a> </li> 36 <li> <a href="#contents">SDK contents</a> </li>
38 </ul> 37 </ul>
39 </section> 38 </section>
40 39
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 <li> <a href="/docs/dart2js/">Dart-to-JavaScript compiler</a> (dart2js)</li> 83 <li> <a href="/docs/dart2js/">Dart-to-JavaScript compiler</a> (dart2js)</li>
85 <li> <a href="/docs/standalone-dart-vm/">Dart VM</a> (dart)</li> 84 <li> <a href="/docs/standalone-dart-vm/">Dart VM</a> (dart)</li>
86 <li> <a href="/docs/pub-package-manager/">Dart package manager</a> (pub)</li> 85 <li> <a href="/docs/pub-package-manager/">Dart package manager</a> (pub)</li>
87 </ul> 86 </ul>
88 </section> 87 </section>
89 88
90 </section> 89 </section>
91 90
92 91
93 <script async src="/js/Switcher.dart.js"></script> 92 <script async src="/js/Switcher.dart.js"></script>
OLDNEW
« no previous file with comments | « src/site/docs/pub-package-manager/index.markdown ('k') | src/site/docs/technical-overview/images/source-flow.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698