From patchwork Fri Dec 4 07:21:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 552590 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id F38931402A0 for ; Fri, 4 Dec 2015 18:21:39 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=VI1HUyXR; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AD13F8C2A4; Fri, 4 Dec 2015 07:21:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NU-tIqXQcNg9; Fri, 4 Dec 2015 07:21:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 81A578C12A; Fri, 4 Dec 2015 07:21:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 84ED71C0361 for ; Fri, 4 Dec 2015 07:21:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8088932D8B for ; Fri, 4 Dec 2015 07:21:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f8mWoYVyo7Rr for ; Fri, 4 Dec 2015 07:21:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by silver.osuosl.org (Postfix) with ESMTPS id A939632D7E for ; Fri, 4 Dec 2015 07:21:26 +0000 (UTC) Received: by wmww144 with SMTP id w144so52858897wmw.0 for ; Thu, 03 Dec 2015 23:21:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=d9iPtydaaG0LXnR8Pc6IUEOJLXF0blO3qzVnv7MlevA=; b=VI1HUyXRf5RG9hXX9927i6Ns2MFqP0rrKz5zOx0nkvmQMEOMRP25UrSNmrHXB8sNOg L/L50y5+FMyv9jLTgfoYmsWHgJAjsFygq/uS5tGsp42rRolXX3GSVoWe+sdiDRPbK5kX IYDAHDgjYTh6GIFcvib353mykbu0e3PATrQBS6CETM7i+2CJC9/jsZyAj9CzbLr5hAf7 6WxaOVg8+5OKI/IApOdOxoxGuscvKRQy6wznL7wgAPFv+ycPSesZyohJtMX8koM8WSK1 Dbq2ofQejJVkaYurxBEpIHD6zS2IgUapWjcDoz4iLXYRrfhDR/ViA8vyPUI0URDln5Wd 9JDA== X-Received: by 10.195.11.101 with SMTP id eh5mr15684609wjd.104.1449213685192; Thu, 03 Dec 2015 23:21:25 -0800 (PST) Received: from localhost.localdomain ([89.202.204.147]) by smtp.gmail.com with ESMTPSA id an7sm10802003wjc.44.2015.12.03.23.21.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 03 Dec 2015 23:21:24 -0800 (PST) From: Angelo Compagnucci To: buildroot@buildroot.org Date: Fri, 4 Dec 2015 08:21:11 +0100 Message-Id: <1449213674-11333-2-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1449213674-11333-1-git-send-email-angelo.compagnucci@gmail.com> References: <1449213674-11333-1-git-send-email-angelo.compagnucci@gmail.com> Subject: [Buildroot] [PATCH 1/4] docs/website: fixing html tidy errors and warnings X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This patch makes tidy html checker happy. Signed-off-by: Angelo Compagnucci --- docs/website/docs.html | 20 ++++++++--------- docs/website/download.html | 39 ++++++++++++++++---------------- docs/website/header.html | 16 +++++++------- docs/website/index.html | 24 ++++++++++---------- docs/website/news.html | 55 +++++++++++++++++++++++----------------------- docs/website/sponsors.html | 26 ++++++++++++---------- docs/website/support.html | 10 ++++----- 7 files changed, 96 insertions(+), 94 deletions(-) diff --git a/docs/website/docs.html b/docs/website/docs.html index 9cee36d..4335796 100644 --- a/docs/website/docs.html +++ b/docs/website/docs.html @@ -16,15 +16,15 @@
- +
- +
-

HTML
+

HTML
Stable | Nightly

@@ -35,15 +35,15 @@
- +
- +
-

PDF
+

PDF
Stable | Nightly

@@ -54,15 +54,15 @@
- +
- +
-

ASCII
+

ASCII
Stable | Nightly

@@ -89,7 +89,7 @@
Slides preview
- buildroot slides + buildroot slides
diff --git a/docs/website/download.html b/docs/website/download.html index 4f8d67a..19b5362 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -15,10 +15,10 @@
- +
- +
@@ -29,10 +29,10 @@
- +
- +
@@ -48,10 +48,10 @@
- +
- +
@@ -63,10 +63,10 @@
- +
- +
@@ -90,21 +90,21 @@
Repository
-

The buildroot repository can be browsed online through cgit at +

The buildroot repository can be browsed online through cgit at http://git.buildroot.net/buildroot. To grab a copy of the repository use

+ value="git clone git://git.buildroot.net/buildroot" type="text" readonly /> -

+

Or if you're behind a firewall blocking git: @@ -116,34 +116,35 @@ -


+

Please use the native git protocol if at all possible, as it's a lot - more efficient than HTTP. + more efficient than HTTP.

If you are not already familiar with using Git, we recommend you visit the Git website. + href="http://git-scm.org">the Git website.

Once you've checked out a copy of the source tree, you can update your source tree at any time so it is in sync with the latest and greatest by entering your - buildroot directory and running the command: + buildroot directory and running the command:

 		  git pull
 		
- Because you've only been granted anonymous access to the tree, you won't be +

+ Because you've only been granted anonymous access to the tree, you won't be able to push your changes to the repo. Changes can instead be submitted for - inclusion by posting them to the buildroot mailing list. + inclusion by posting them to the buildroot mailing list.

diff --git a/docs/website/header.html b/docs/website/header.html index 3842f32..6385111 100644 --- a/docs/website/header.html +++ b/docs/website/header.html @@ -1,17 +1,17 @@ - - - - - - + + + + + + Buildroot - Making Embedded Linux Easy - - + +
-

Buildroot
+

Buildroot
Making Embedded Linux Easy

  Learn more @@ -34,10 +34,10 @@
- +
- +
@@ -51,10 +51,10 @@
- +
- +
@@ -70,10 +70,10 @@
- +
- +
@@ -83,7 +83,7 @@
-
+
@@ -100,13 +100,13 @@ diff --git a/docs/website/news.html b/docs/website/news.html index 89c5062..f1961bf 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -1319,7 +1319,7 @@

RC2 is out with more bugfixes - See the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2012.11-rc2 @@ -1516,7 +1516,7 @@

RC3 is out with more bugfixes - See the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2012.05-rc3 @@ -1625,7 +1625,7 @@

RC3 is out with more bugfixes - See the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2012.02-rc3 @@ -1729,7 +1729,7 @@

RC3 is out with more bugfixes - See the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2011.11-rc3 @@ -1774,7 +1774,7 @@ the tree, see the CHANGES file for details, and read the - announcement + announcement

Head to the downloads page to pick up the 2011.11-rc1 @@ -1813,7 +1813,7 @@

RC2 is out with more bugfixes. See the CHANGES file for details, and read the - announcement. + announcement.

Head to the downloads page to pick up the 2011.08-rc2 @@ -1836,7 +1836,7 @@ the tree, see the CHANGES file for details, and read the - announcement. + announcement.

Head to the downloads page to pick up the 2011.08-rc1 @@ -1874,7 +1874,7 @@

RC2 is out with more bugfixes. See the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2011.05-rc2 @@ -1897,7 +1897,7 @@ the tree, see the CHANGES file for details, and read the - announcement. + announcement.

Head to the downloads page to pick up the 2011.05-rc1 @@ -1960,7 +1960,7 @@ the tree, see the CHANGES file for details, and read the - announcement. + announcement.

Head to the downloads page to pick up the 2011.02-rc1 @@ -2023,7 +2023,7 @@ the tree, see the CHANGES file for details, and read the - announcement. + announcement.

Head to the downloads page to pick up the 2010.11-rc1 @@ -2086,7 +2086,7 @@

RC2 is out with more cleanups and bugfixes, see the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2010.08-rc2 @@ -2094,7 +2094,7 @@ the mailing list or bug tracker.

- This is very much expected to be the final release candidate, +

This is very much expected to be the final release candidate, so give it a good test and expect a final 2010.08 release before September unless critical issues are found.

@@ -2112,7 +2112,7 @@

We have a new release candidate! Lots of changes all over the tree, see the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2010.08-rc1 @@ -2152,7 +2152,7 @@

RC3 is out with more cleanups and bugfixes, see the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2010.05-rc3 @@ -2194,7 +2194,7 @@

We have a new release candidate! Lots of changes all over the tree, see the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2010.05-rc1 @@ -2215,9 +2215,9 @@

The slides from the Cross - Build Systems: Present & Future session + Build Systems: Present & Future session at FOSDEM are - now online. + now online.

@@ -2251,7 +2251,7 @@

RC2 is out with more cleanups and bugfixes, see the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2010.02-rc2 @@ -2273,7 +2273,7 @@

We have a new release candidate! Lots of changes all over the tree, see the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2010.02-rc1 @@ -2313,7 +2313,7 @@

RC2 is out with more cleanups and bugfixes, see the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2009.11-rc2 @@ -2335,7 +2335,7 @@

We have a new release candidate! Lots of changes all over the tree, see the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2009.11-rc1 @@ -2428,7 +2428,7 @@

RC2 is out with more cleanups and bugfixes, see the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2009.08-rc2 @@ -2450,7 +2450,7 @@

We have a new release candidate! Lots of changes all over the tree, see the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2009.08-rc1 @@ -2557,7 +2557,7 @@

We have a new release candidate! Lots of changes all over the tree, see the CHANGES - file for details. + file for details.

Head to the downloads page to pick up the 2009.05-rc1 @@ -2583,8 +2583,7 @@ here, and clone the repo using:

git clone git://git.buildroot.net/buildroot
- See the Git Access page for more details. -

+ See the Git Access page for more details.

@@ -2593,7 +2592,7 @@
-

+

new Logo

27 March 2009

diff --git a/docs/website/sponsors.html b/docs/website/sponsors.html index db50e37..801bca9 100644 --- a/docs/website/sponsors.html +++ b/docs/website/sponsors.html @@ -14,7 +14,7 @@
@@ -33,8 +33,8 @@
@@ -68,7 +68,7 @@
@@ -87,7 +87,7 @@

-

+ google logo

Google provided the @@ -103,7 +103,7 @@

-

+ imgtec logo

Imagination Technologies @@ -121,7 +121,7 @@

-

+ circuitco logo

CircuitCo sponsored @@ -137,7 +137,7 @@

-

+ boundarydevices logo

BoundaryDevices @@ -153,7 +153,7 @@

-

+ fluendo logo

Fluendo sponsored the @@ -171,7 +171,7 @@

-

+ synopsys logo

Synopsys sponsored the @@ -186,7 +186,7 @@

-

+ calao systems logo

Calao Systems @@ -202,7 +202,7 @@

-

+ free electrons logo

Free Electrons @@ -217,5 +217,7 @@

+
+
diff --git a/docs/website/support.html b/docs/website/support.html index 2f16efe..6f3fb06 100644 --- a/docs/website/support.html +++ b/docs/website/support.html @@ -16,7 +16,7 @@
- + irc icon

The Buildroot IRC channel is @@ -36,7 +36,7 @@

- + mailing list icon

The mailing list is for discussion and @@ -56,8 +56,8 @@ before.

- - + +
@@ -72,7 +72,7 @@
- + bug tracker icon

If you encounter any problem while using Buildroot, you can use the