OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: default |
3 title: "Community Resources" | 3 title: "Community Resources" |
4 --- | 4 --- |
5 | 5 |
6 <h1> {{ page.title }} </h1> | 6 <h1> {{ page.title }} </h1> |
7 | 7 |
8 <section> | 8 <section> |
9 | 9 |
10 <p>External Dart resources across the community.</p> | 10 <p>External Dart resources across the community.</p> |
11 | 11 |
12 <dl> | 12 <dl> |
13 <dt><a href="https://plus.google.com/b/109866369054280216564/">+Dart</a></dt
> | 13 <dt><a href="http://stackoverflow.com/questions/tagged/dart">Dart on StackOv
erflow</a></dt> |
14 <dd>Conversation with the Dart community on Google+</dd> | 14 <dd>Dart questions and answers on StackOverflow</dd> |
15 | 15 |
16 <dt><a href="https://plus.google.com/102860501900098846931/">+Chrome Develop
ers</a></dt> | 16 <dt><a href="https://plus.google.com/+dartlang">+Dart</a></dt> |
17 <dd>Official +Page for Chrome Developers</dd> | 17 <dd>Google+ page for Dart team announcements and discussions</dd> |
| 18 |
| 19 <dt><a href="https://plus.google.com/communities/114566943291919232850">Dart
isans</a></dt> |
| 20 <dd>Google+ community for Dart</dd> |
| 21 |
| 22 <dt><a href="https://plus.google.com/+GoogleChromeDevelopers">+Chrome Develo
pers</a></dt> |
| 23 <dd>Official Google+ page for Chrome Developers</dd> |
18 | 24 |
19 <dt><a href="https://plus.google.com/104468597016383470903/posts">+Dartwatch
</a></dt> | 25 <dt><a href="https://plus.google.com/104468597016383470903/posts">+Dartwatch
</a></dt> |
20 <dd>Community Dart +Page on Google+</dd> | 26 <dd>Community-run Google+ page for Dart</dd> |
21 | 27 |
22 <dt><a href="http://dartosphere.org">Dartosphere</a></dt> | 28 <dt><a href="http://dartosphere.org">Dartosphere</a></dt> |
23 <dd>Collection of Dart blogs from across the community</dd> | 29 <dd>Collection of Dart blogs from across the community</dd> |
24 | 30 |
25 <dt><a href="http://stackoverflow.com/questions/tagged/dart">Dart on StackOv
erflow</a></dt> | |
26 <dd>Dart questions and answers on StackOverflow</dd> | |
27 | |
28 <dt><a href="https://twitter.com/#!/search/%23dartlang">#dartlang on Twitter
</a></dt> | 31 <dt><a href="https://twitter.com/#!/search/%23dartlang">#dartlang on Twitter
</a></dt> |
29 <dd>Real-time search of #dartlang on Twitter</dd> | 32 <dd>Real-time search of #dartlang on Twitter</dd> |
30 | 33 |
31 <dt><a href="https://plus.google.com/s/%23dartlang">#dartlang on Google+</a>
</dt> | 34 <dt><a href="https://plus.google.com/s/%23dartlang">#dartlang on Google+</a>
</dt> |
32 <dd>Real-time search of #dartlang on Google+</dd> | 35 <dd>Real-time search of #dartlang on Google+</dd> |
33 | 36 |
34 <dt><a href="http://webchat.freenode.net/?channels=dart">#dart on freenode</
a></dt> | 37 <dt><a href="http://webchat.freenode.net/?channels=dart">#dart on freenode</
a></dt> |
35 <dd>IRC channel for chatting with other Dart developers</dd> | 38 <dd>IRC channel for chatting with other Dart developers</dd> |
36 | 39 |
37 <dt><a href="http://www.reddit.com/r/dartlang/">Dart on Reddit</a></dt> | 40 <dt><a href="http://www.reddit.com/r/dartlang/">Dart on Reddit</a></dt> |
38 <dd>Conversations and posts about Dart on Reddit</dd> | 41 <dd>Conversations and posts about Dart on Reddit</dd> |
39 | 42 |
40 <dt><a href="http://www.hnsearch.com/search#request/all&q=Dart">Dart on
Hacker News</a></dt> | 43 <dt><a href="http://www.hnsearch.com/search#request/all&q=Dart">Dart on
Hacker News</a></dt> |
41 <dd>Conversations and posts about Dart on Hacker News</dd> | 44 <dd>Conversations and posts about Dart on Hacker News</dd> |
42 | 45 |
43 <dt><a href="http://www.html5rocks.com/">HTML5 Rocks</a></dt> | 46 <dt><a href="http://www.html5rocks.com/">HTML5 Rocks</a></dt> |
44 <dd>HTML5 articles and tutorials from the community</dd> | 47 <dd>HTML5 articles and tutorials from the community</dd> |
45 </dl> | 48 </dl> |
46 | 49 |
47 | 50 |
48 </section> | 51 </section> |
OLD | NEW |