imagemagick: explicitly specify ghostscript font directory
[buildroot-gz.git] / docs / website / support.html
blob2f16efe0ae6cd20a765592f67d1ca7c713e986e4
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 <p>The list is also available
49 through <a href="http://gmane.org">Gmane</a>
50 at <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot">gmane.comp.lib.uclibc.buildroot</a>.
51 </p>
53 <h4>Search the List Archives</h4>
54 <p>Please search the mailing list archives before asking questions on the mailing
55 list, since there is a good chance someone else has asked the same question
56 before.</p>
58 <form method="get" action="http://search.gmane.org/">
59 <input type="text" name="query">
60 <input type="hidden" name="group" value="gmane.comp.lib.uclibc.buildroot">
61 <button type="submit" class="btn btn-default">Submit</button>
62 </form>
63 </div>
64 </div>
65 </div>
66 </div>
67 </div>
69 <div class="col-sm-12">
70 <div class="panel panel-primary">
71 <div class="panel-heading">Bug Tracker</div>
72 <div class="panel-body">
73 <div class="row">
74 <div class="col-sm-1">
75 <img class="img-responsive" src="images/bug-buddy.png" style="max-width:50px; margin-bottom:10px;">
76 </div>
77 <div class="col-sm-11">
78 <p>If you encounter any problem while using Buildroot, you can use the
79 <a href="https://bugs.buildroot.org/">Bug Tracker</a> to post your bugs and/or
80 participate to find solutions to existing problems.</p>
82 <p>Note: patches are only accepted through the mailing list.</p>
83 </div>
84 </div>
85 </div>
86 </div>
87 </div>
88 </div>
89 </div>
90 </div>
92 </div><!--/.col-sm-10 -->
93 </div><!--/.row -->
94 </div>
96 <!--#include file="footer.html" -->