summaryrefslogtreecommitdiffstats
path: root/docs/lists.html
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2014-03-02 19:04:24 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-03 21:40:50 +0100
commitcec43a8f2544532642bb2c5d48bf95eac8606ba7 (patch)
tree4675ddcbdeee4ffee42b51061c140ae95171464e /docs/lists.html
parent39b26d71715b0f2fb416bba42fdcfebb531a98a4 (diff)
downloadbuildroot-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/lists.html')
-rw-r--r--docs/lists.html40
1 files changed, 0 insertions, 40 deletions
diff --git a/docs/lists.html b/docs/lists.html
deleted file mode 100644
index b806d77db7..0000000000
--- a/docs/lists.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!--#include file="header.html" -->
-
-<!-- Begin Introduction section -->
-
-<h3>Mailing List Information</h3>
-Buildroot has a <a href="/lists/buildroot/">mailing list</a> 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>
-
-<h3>Search the List Archives</h3>
-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>
-
-<center>
-<div id="cse" style="width: 100%;">Loading</div>
-<script src="http://www.google.com/jsapi" type="text/javascript"></script>
-<script type="text/javascript">
- google.load('search', '1', {language : 'en'});
- google.setOnLoadCallback(function() {
- var customSearchControl = new google.search.CustomSearchControl(
- '009810735161915413714:3rfmqierl8s');
- customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
- var customSearchOptions = new google.search.DrawOptions();
- customSearchOptions.enableSearchboxOnly("http://google.com/cse?cx=009810735161915413714:3rfmqierl8s");
- customSearchControl.draw('cse', customSearchOptions);
- }, true);
-</script>
-<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
-</center>
-
-<!--#include file="footer.html" -->
OpenPOWER on IntegriCloud