package/hiredis: fix makefile code
[buildroot-gz.git] / docs / website / support.html
bloba1184c8b673f0796da6ed77b24470da459dd6d22
1 <!--#include file="header.html" -->
3 <div class="container">
4 <div class="row nh">
5 <div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
7 <div class="panel panel-primary">
8 <div class="panel-heading">Support</div>
9 <div class="panel-body">
10 <p>You can get support for Buildroot through three main channels:</p>
12 <div class="row">
13 <div class="col-sm-12">
14 <div class="panel panel-primary">
15 <div class="panel-heading">IRC</div>
16 <div class="panel-body">
17 <div class="row">
18 <div class="col-sm-1">
19 <img class="img-responsive" src="images/irc.png" style="max-width:50px; margin-bottom:10px;">
20 </div>
21 <div class="col-sm-11">
22 <p>The Buildroot IRC channel is <a href="irc://freenode.net/#buildroot">
23 #buildroot</a>, hosted on Freenode. If you do not have an IRC client, you can
24 use the <a href="http://webchat.freenode.net">Freenode web interface</a>.
25 When asking for help on IRC, share relevant logs or pieces of code using a code
26 sharing website.</p>
27 </div>
28 </div>
29 </div>
30 </div>
31 </div>
33 <div class="col-sm-12">
34 <div class="panel panel-primary">
35 <div class="panel-heading">Mailing List Information</div>
36 <div class="panel-body">
37 <div class="row">
38 <div class="col-sm-1">
39 <img class="img-responsive" src="images/email.png" style="max-width:50px; margin-bottom:10px;">
40 </div>
41 <div class="col-sm-11">
42 <p>The <a href="/lists/buildroot/">mailing list</a> is for discussion and
43 development. You can subscribe by visiting
44 <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">this page</a>.
45 Only subscribers to the Buildroot mailing list are allowed to post
46 to this list.</p>
48 <h4>Search the List Archives</h4>
49 <p>Please search the mailing list archives before asking questions on the mailing
50 list, since there is a good chance someone else has asked the same question
51 before.</p>
53 <form method="get" action="http://buildroot-busybox.2317881.n4.nabble.com/template/NamlServlet.jtp">
54 <input type="text" name="query">
55 <input type="hidden" name="macro" value="search_page">
56 <input type="hidden" name="node" value="2">
57 <input type="hidden" name="sort" value="date">
58 <button type="submit" class="btn btn-default">Submit</button>
59 </form>
60 </div>
61 </div>
62 </div>
63 </div>
64 </div>
66 <div class="col-sm-12">
67 <div class="panel panel-primary">
68 <div class="panel-heading">Bug Tracker</div>
69 <div class="panel-body">
70 <div class="row">
71 <div class="col-sm-1">
72 <img class="img-responsive" src="images/bug-buddy.png" style="max-width:50px; margin-bottom:10px;">
73 </div>
74 <div class="col-sm-11">
75 <p>If you encounter any problem while using Buildroot, you can use the
76 <a href="https://bugs.buildroot.org/">Bug Tracker</a> to post your bugs and/or
77 participate to find solutions to existing problems.</p>
79 <p>Note: patches are only accepted through the mailing list.</p>
80 </div>
81 </div>
82 </div>
83 </div>
84 </div>
85 </div>
86 </div>
87 </div>
89 </div><!--/.col-sm-10 -->
90 </div><!--/.row -->
91 </div>
93 <!--#include file="footer.html" -->