diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-03-02 19:04:24 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-03 21:40:50 +0100 |
commit | cec43a8f2544532642bb2c5d48bf95eac8606ba7 (patch) | |
tree | 4675ddcbdeee4ffee42b51061c140ae95171464e /docs/support.html | |
parent | 39b26d71715b0f2fb416bba42fdcfebb531a98a4 (diff) | |
download | buildroot-cec43a8f2544532642bb2c5d48bf95eac8606ba7.tar.gz buildroot-cec43a8f2544532642bb2c5d48bf95eac8606ba7.zip |
website: new website !
A new menu and logo for the website, also some of the contents has been
reworked.
This patch also removes files that are no longer used, like the old
stylesheet and a few pages. The content of theses pages has mostly been
merged in other pages or was redudant with the manual.
[Thomas: integrate a few typo fixes noticed by Thomas De
Schampheleire]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/support.html')
-rw-r--r-- | docs/support.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/support.html b/docs/support.html new file mode 100644 index 0000000000..4cc493247d --- /dev/null +++ b/docs/support.html @@ -0,0 +1,45 @@ +<!--#include file="header.html" --> + +<h2>Support</h2> + +You can get support for Buildroot through three main channels: + +<h3>IRC</h3> +The Buildroot IRC is <a href="irc://freenode.net/#buildroot">#buildroot</a>. +The channel #buildroot is hosted on Freenode <a href="http://webchat.freenode.net">WebChat</a>. + +When asking for help on IRC, share relevant logs or pieces of code using a code +sharing website. + +<h3>Mailing List Information</h3> +The <a href="/lists/buildroot/">mailing list</a> is for discussion and +development. You can subscribe by visiting +<a href="http://lists.busybox.net/mailman/listinfo/buildroot">this page</a>. +Only subscribers to the Buildroot mailing list are allowed to post +to this list. +<p> +The list is also available through <a +href="http://gmane.org">Gmane</a> at <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot">gmane.comp.lib.uclibc.buildroot</a>. +<p> + +<h4>Search the List Archives</h4> +Please search the mailing list archives before asking questions on the mailing +list, since there is a good chance someone else has asked the same question +before. Checking the archives is a great way to avoid annoying everyone on the +list with frequently asked questions... +<p> + +<form method="get" action="http://search.gmane.org/"> + <input type="text" name="query"> + <input type="hidden" name="group" value="gmane.comp.lib.uclibc.buildroot"> + <input type="submit" value="Search"> +</form> + +<h3>Bug Tracker</h3> + +If you encounter any problems while using Buildroot, you can use the <a href="https://bugs.uclibc.org/">Bug Tracker</a> +to post your bugs and/or participate to find solutions to existing problems. + +Note: Patch are only accepted through the mailing list. + +<!--#include file="footer.html" --> |