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

Side by Side Diff: src/site/docs/tutorials/cmdline/index.markdown

Issue 123553005: Added new server/cmdline/io programmers' guide. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: used new page layout for new tutorial Created 6 years, 11 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: tutorial
3 title: "Write Command-Line Apps" 3 title: "Write Command-Line Apps"
4 description: "Basics for command-line apps" 4 description: "Basics for command-line apps"
5 has-permalinks: true 5 has-permalinks: true
6 tutorial: 6 tutorial:
7 id: dart-io 7 id: dart-io
8 next: / 8 next: /
9 next-title: "Home" 9 next-title: "Home"
10 prev: indexeddb/ 10 prev: indexeddb/
11 prev-title: "Use IndexedDB" 11 prev-title: "Use IndexedDB"
12 --- 12 ---
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 629
630 ## What next? {#what-next} 630 ## What next? {#what-next}
631 631
632 The [Get Input from a Form](/docs/tutorials/forms/) tutorial 632 The [Get Input from a Form](/docs/tutorials/forms/) tutorial
633 features a client-server. 633 features a client-server.
634 The code for the server, which uses CORS headers and handles 634 The code for the server, which uses CORS headers and handles
635 POST requests, is explained in detail. 635 POST requests, is explained in detail.
636 636
637 {% endcapture %} 637 {% endcapture %}
638 638
639 {% include tutorial.html %} 639 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/add-elements/index.markdown ('k') | src/site/docs/tutorials/connect-dart-html/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698