Skip to content

Commit 8bf46d2

Browse files
committed
Merge pull request #79 from damncabbage/topic/wiki-in-learn
Re-adds Wiki + StackOverflow to /learn, adds Twitter to /community
2 parents d686bf6 + bfb3375 commit 8bf46d2

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

Diff for: _site/community/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ <h2>Online</h2>
4040
<li><a href="http://webchat.freenode.net/?channels=purescript">IRC</a>, <a href="http://fpchat.com">Slack</a> and <a href="https://gitter.im/purescript/purescript">Gitter</a>: Have questions or looking for help? Try the <code>#purescript</code> IRC channel on FreeNode, the <code>#purescript</code> channel on the Functional Programming Slack, or <code>purescript/purescript</code> on Gitter.</li>
4141
<li><a href="https://groups.google.com/group/purescript">Mailing List</a>: A Google Groups mailing list for discussing anything and everything related to PureScript.</li>
4242
<li><a href="http://www.reddit.com/r/purescript">Reddit (/r/purescript)</a>: A subreddit for community-submitted articles and links.</li>
43+
<li><a href="https://twitter.com/purescript">Twitter (@purescript)</a>: Follow along for news from the PureScript community.</li>
4344
<li><a href="https://github.com/purescript/purescript/wiki">GitHub Wiki</a>: The wiki contains community-written articles about the language and its tools.</li>
44-
<li><a href="http://stackoverflow.com/questions/tagged/purescript">StackOverflow</a>: See questions tagged with PureScript or ask one of your own.</li>
45+
<li><a href="http://stackoverflow.com/questions/tagged/purescript">StackOverflow</a>: Browse questions tagged with PureScript or ask one of your own.</li>
4546
<li><a href="http://www.meetup.com/Bay-Area-PureScript-Meetup/">Remote PureScript Meetups</a> (Talks and Hacks): Organised out of the Bay Area PureScript Meetup account, these are starting tentatively on the second Saturday of the month.</li>
4647
</ul>
4748
</section>

Diff for: _site/learn/index.html

+14
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,20 @@ <h3>Pursuit</h3>
6060
<a href="http://pursuit.purescript.org/">View</a>
6161
</div>
6262
</li>
63+
<li>
64+
<h3>PureScript Wiki</h3>
65+
<p>The Wiki contains community-written articles about the language and its tools.</p>
66+
<div class="link">
67+
<a href="https://github.com/purescript/purescript/wiki">View</a>
68+
</div>
69+
</li>
70+
<li>
71+
<h3>StackOverflow</h3>
72+
<p>Browse questions tagged with PureScript or ask one of your own.</p>
73+
<div class="link">
74+
<a href="http://stackoverflow.com/questions/tagged/purescript">View</a>
75+
</div>
76+
</li>
6377
</ul>
6478

6579
</section>

Diff for: community/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ <h2>Online</h2>
44
<li><a href="http://webchat.freenode.net/?channels=purescript">IRC</a>, <a href="http://fpchat.com">Slack</a> and <a href="https://gitter.im/purescript/purescript">Gitter</a>: Have questions or looking for help? Try the <code>#purescript</code> IRC channel on FreeNode, the <code>#purescript</code> channel on the Functional Programming Slack, or <code>purescript/purescript</code> on Gitter.</li>
55
<li><a href="https://groups.google.com/group/purescript">Mailing List</a>: A Google Groups mailing list for discussing anything and everything related to PureScript.</li>
66
<li><a href="http://www.reddit.com/r/purescript">Reddit (/r/purescript)</a>: A subreddit for community-submitted articles and links.</li>
7+
<li><a href="https://twitter.com/purescript">Twitter (@purescript)</a>: Follow along for news from the PureScript community.</li>
78
<li><a href="https://github.com/purescript/purescript/wiki">GitHub Wiki</a>: The wiki contains community-written articles about the language and its tools.</li>
8-
<li><a href="http://stackoverflow.com/questions/tagged/purescript">StackOverflow</a>: See questions tagged with PureScript or ask one of your own.</li>
9+
<li><a href="http://stackoverflow.com/questions/tagged/purescript">StackOverflow</a>: Browse questions tagged with PureScript or ask one of your own.</li>
910
<li><a href="http://www.meetup.com/Bay-Area-PureScript-Meetup/">Remote PureScript Meetups</a> (Talks and Hacks): Organised out of the Bay Area PureScript Meetup account, these are starting tentatively on the second Saturday of the month.</li>
1011
</ul>
1112
</section>

Diff for: learn/index.html

+14
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ <h3>Pursuit</h3>
2424
<a href="http://pursuit.purescript.org/">View</a>
2525
</div>
2626
</li>
27+
<li>
28+
<h3>PureScript Wiki</h3>
29+
<p>The Wiki contains community-written articles about the language and its tools.</p>
30+
<div class="link">
31+
<a href="https://github.com/purescript/purescript/wiki">View</a>
32+
</div>
33+
</li>
34+
<li>
35+
<h3>StackOverflow</h3>
36+
<p>Browse questions tagged with PureScript or ask one of your own.</p>
37+
<div class="link">
38+
<a href="http://stackoverflow.com/questions/tagged/purescript">View</a>
39+
</div>
40+
</li>
2741
</ul>
2842

2943
</section>

0 commit comments

Comments
 (0)