From: Maxime Hadjinlian Date: Sun, 2 Mar 2014 18:04:24 +0000 (+0100) Subject: website: new website ! X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cec43a8f2544532642bb2c5d48bf95eac8606ba7;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/docs/about.html b/docs/about.html index ae409fc36c..c2e963a5d1 100644 --- a/docs/about.html +++ b/docs/about.html @@ -1,15 +1,7 @@ - - - -

Buildroot: making Embedded Linux easy

-
- - Buildroot menuconfig - + Buildroot menuconfig

Buildroot is a set of Makefiles and patches that makes it easy to @@ -60,5 +52,4 @@ cross-compilation process.

GENERAL PUBLIC LICENSE V2 (Or later). Stable releases are delivered every three months.

- diff --git a/docs/contribute.html b/docs/contribute.html new file mode 100644 index 0000000000..1a2042dbf1 --- /dev/null +++ b/docs/contribute.html @@ -0,0 +1,39 @@ + + +

Contribute

+ +Buildroot is an open source project and if you want to contribute, here a few +pointers to get you started. + +

Don't forget to look at Support if you need any +help. +And thanks for your help !

+ +

Autobuilders

+ +The Autobuilders are used to test +Buildroot with a lot of differents settings (toolchains, various packages, etc) +on all the supported platforms. + +

But despite our best effort, sometimes it fails.

+

That's where you can help ! Look at a package that fails and try to fix it !

+ +

Wiki

+ +Have a look at the eLinux Wiki a todo +list is available there, which can help you find out what you could do to help +Buildroot. + +

Patchwork

+ +Patchwork +is a patch tracking system, if you submit a patch, it will appear here. + +

You can have a look at a patch that interests you and test it on your machine, +if it succeeds, you can send a "Tested-by", +if it fails, you can also send a mail on the mailing + list and report what has happened to you.

+ + diff --git a/docs/developer.html b/docs/developer.html deleted file mode 100644 index ee83324d5d..0000000000 --- a/docs/developer.html +++ /dev/null @@ -1,47 +0,0 @@ - - - -

Developer Access

- -Because we use Git for version control, you don't need developer (ssh) -access on uclibc.org to contribute to Buildroot, but you can request -it if needed. - -

- -To obtain developer access, you will need to demonstrate you are -serious by submitting a few good patches first. Then, you will need -to select a username to use when logging in, you will need to send me -the username you have selected, you must send me your preferred -contact email address, and finally, you must send me an ssh version 2 -DSA key with 1024 bits (the default) or more. If you do not currently -have an ssh version 2 DSA key, you can generate a key using the -command

ssh-keygen -t dsa
This will create the -files
/home/<USERNAME>/ssh/id_dsa
-/home/<USERNAME>/.ssh/id_dsa.pub
It is recommended that -you generate a key with a "passphrase" for security reasons. - -

-Make the file known to the system by running - -

ssh-add ~/.ssh/id_dsa
- -You must then send the content of 'id_dsa.pub' to me so I can setup your account. -The content of 'id_dsa' should of course be kept secret. - -

- -Once you have an account, you can use it to store Git -repositories. Simply put them in subdirectories of your ~/git, and -touch ~/git//git-daemon-export-ok, after which the hourly -cronjob will pick them up and show them in cgit. They are also -available though git-daemon: - -

git clone git://git.buildroot.net/~<USERNAME>/git/<REPO>
- -For additional detail on how to use Git, please visit the -the Git website. - - - - diff --git a/docs/docs.html b/docs/docs.html index bd8753cd59..1e245538ab 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -1,6 +1,6 @@ -

Documentation

+

Documentation

The Buildroot user manual is where you want to start reading if you wish to understand how Buildroot works, or wish to change/extend/fix @@ -28,7 +28,7 @@ help:

+ +

Repository

+ +The buildroot repository can be browsed online through cgit at +http://git.buildroot.net/buildroot. +To grab a copy of the repository use + +
+git clone git://git.buildroot.net/buildroot
+ +Or if you're behind a firewall blocking git: + +
+git clone http://git.buildroot.net/git/buildroot.git
+ +

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

+ +If you are not already familiar with using Git, we recommend you visit 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: + +

+git pull
+
+ +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. + diff --git a/docs/footer.html b/docs/footer.html index d3b239b644..0a555cca8f 100644 --- a/docs/footer.html +++ b/docs/footer.html @@ -1,21 +1,7 @@ - - - - - - - -
- -

- - Copyright © 1999-2005 Erik Andersen, - 2006-2014 The Buildroot developers -
- Mail all comments, insults, suggestions and bribes to -
- The Buildroot developers buildroot@buildroot.org
-
- + + + + + diff --git a/docs/git.html b/docs/git.html index 0c99251a9d..ce86e16ac5 100644 --- a/docs/git.html +++ b/docs/git.html @@ -37,8 +37,7 @@ git pull 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 or to the Bug and Patch Tracking System. +inclusion by posting them to the buildroot mailing list. diff --git a/docs/header.html b/docs/header.html index 625c0790ae..f64869f94b 100644 --- a/docs/header.html +++ b/docs/header.html @@ -1,67 +1,51 @@ - - - + + - Buildroot + + Buildroot: making embedded Linux easy + + + + + - + + - - - - - - - - - - - - - -
- Buildroot
- -
About -
Latest News -
Download -
Browse Source -
Accessing Source -
Bug Tracking -
Documentation -
Mailing Lists -
Autobuilder -
Patchwork -
Sponsors -
- Google+ - -
+ +
diff --git a/docs/images/logo.png b/docs/images/logo.png index 9286c1852f..2db743b4fa 100644 Binary files a/docs/images/logo.png and b/docs/images/logo.png differ diff --git a/docs/index.html b/docs/index.html index 82d5792b12..a569bee1e6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1,33 @@ - + + +
+
+ +
+

Buildroot
Making Embedded Linux Easy

+

Buildroot is a simple, efficient and easy-to-use tool to generate + embedded Linux systems through cross-compilation.

+
+
+
+ + +
+
+
+
+ +
+
+

Recent commits

+
+
+

Recent discussions

+
+
+ + 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 @@ - - - - -

Mailing List Information

-Buildroot has a mailing list for discussion and -development. You can subscribe by visiting -this page. -Only subscribers to the Buildroot mailing list are allowed to post -to this list. -

-The list is also available through Gmane at gmane.comp.lib.uclibc.buildroot. -

- -

Search the List Archives

-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... -

- -

-
Loading
- - - -
- - diff --git a/docs/news.html b/docs/news.html index 9efca65834..56d7f1dce9 100644 --- a/docs/news.html +++ b/docs/news.html @@ -1,10 +1,11 @@ -

News

+

News