-
Notifications
You must be signed in to change notification settings - Fork 24
/
get_help.html
41 lines (40 loc) · 1.09 KB
/
get_help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: default
title: Shoes!
permalink: /get_help/
---
<div class='jumbotron'>
<h1>Get Help</h1>
</div>
<div class='row'>
<div class='col-md-5 col-md-offset-1'>
<h2><i class="fa fa-life-ring"></i> Help</h2>
<ul>
<li>Newest mailing list <a href="http://lists.mvmanila.com/listinfo.cgi/shoes-mvmanila.com">Subscribe here.</a>
</li>
<li>
<a href='http://stackoverflow.com/questions/tagged/shoes'>Stackoverflow<b> OLD and OLDER</b></a>
</li>
<li><del>
<a href='http://librelist.com/browser/shoes'>Mailing List</a>
(send an email to
<a href='mailto:[email protected]'>[email protected]</a>
to join)
</del></li>
<li>
<p>IRC room on Freenode #shoes</p>
</li>
</ul>
</div>
<div class='col-md-5'>
<h2><i class="fa fa-bug"></i> Bugs/Feature Requests</h2>
<ul>
<li>
<a href='https://github.com/Shoes3/shoes3/issues'>Shoes 3.2 GitHub Issue tracker</a>
</li>
<li>
<a href="https://github.com/shoes/shoes4/issues"</li>Shoes 4 GitHub Issue trackers</a>
</li>
</ul>
</div>
</div>