From a9d6aed9333b8df02649a40d2240fa2aca269f90 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 21 Feb 2005 21:16:29 +0000 Subject: Add a website --- docs/about.html | 26 ++++++++++++++++ docs/copyright.txt | 29 ++++++++++++++++++ docs/developer.html | 58 +++++++++++++++++++++++++++++++++++ docs/docs.html | 31 +++++++++++++++++++ docs/download.html | 31 +++++++++++++++++++ docs/footer.html | 20 ++++++++++++ docs/header.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++ docs/images/busybox1.png | Bin 0 -> 10913 bytes docs/images/vh40.gif | Bin 0 -> 906 bytes docs/index.html | 1 + docs/news.html | 34 +++++++++++++++++++++ docs/subversion.html | 39 ++++++++++++++++++++++++ 12 files changed, 347 insertions(+) create mode 100644 docs/about.html create mode 100644 docs/copyright.txt create mode 100644 docs/developer.html create mode 100644 docs/docs.html create mode 100644 docs/download.html create mode 100644 docs/footer.html create mode 100644 docs/header.html create mode 100644 docs/images/busybox1.png create mode 100644 docs/images/vh40.gif create mode 100644 docs/index.html create mode 100644 docs/news.html create mode 100644 docs/subversion.html diff --git a/docs/about.html b/docs/about.html new file mode 100644 index 000000000..583d97ff4 --- /dev/null +++ b/docs/about.html @@ -0,0 +1,26 @@ + + + + + +

buildroot: making Embedded Linux easy

+ + +Buildroot is a set of Makefiles and patches that makes it easy generate a +cross-compilation toolchain and root filesystem for your target Linux +system using the uClibc C library. +Buildroot is useful mainly for people working with small or embedded +systems. Embedded systems often use processors that are not the regular +x86 processors everyone is used to using on their PC. It can be PowerPC +processors, MIPS processors, ARM processors, etc. And to be extra safe, +you do not need to be root to build or run buildroot. + +

+ +buildroot is maintained by Erik Andersen, and +licensed under the +GNU LIBRARY GENERAL PUBLIC LICENSE. + + + diff --git a/docs/copyright.txt b/docs/copyright.txt new file mode 100644 index 000000000..7fde029ac --- /dev/null +++ b/docs/copyright.txt @@ -0,0 +1,29 @@ + +The code and graphics on this website (and it's mirror sites, if any) are +Copyright (c) 1999-2005 by Erik Andersen. All rights reserved. + +Documents on this Web site including their graphical elements, design, and +layout are protected by trade dress and other laws and MAY BE COPIED OR +IMITATED IN WHOLE OR IN PART. THIS WEBSITE IS LICENSED FREE OF CHARGE, THERE +IS NO WARRANTY FOR THE WEBSITE TO THE EXTENT PERMITTED BY APPLICABLE LAW. +SHOULD THIS WEBSITE PROVE DEFECTIVE, YOU MAY ASSUME THAT SOMEONE MIGHT GET +AROUND TO SERVICING, REPAIRING OR CORRECTING IT SOMETIME WHEN THEY HAVE NOTHING +BETTER TO DO. REGARDLESS, YOU GET TO KEEP BOTH PIECES. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY +COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THIS +WEBSITE AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THIS WEBSITE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR +LOSS OF HAIR, LOSS OF LIFE, LOSS OF MEMORY, LOSS OF YOUR CARKEYS, MISPLACEMENT +OF YOUR PAYCHECK, OR COMMANDER DATA BEING RENDERED UNABLE TO ASSIST THE +STARFLEET OFFICERS ABORD THE STARSHIP ENTERPRISE TO RECALIBRATE THE MAIN +DEFLECTOR ARRAY, LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE +WEBSITE TO OPERATE WITH YOUR WEBBROWSER), EVEN IF SUCH HOLDER OR OTHER PARTY +HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +You have been warned. + +You can contact the webmaster at if you have some sort +of problem with this. + diff --git a/docs/developer.html b/docs/developer.html new file mode 100644 index 000000000..e9ae7ab03 --- /dev/null +++ b/docs/developer.html @@ -0,0 +1,58 @@ + + + +

Subversion Read/Write Access

+ +If you want to be able to commit things to Subversion, first contribute some +stuff to show you are serious. Then, very nicely ask Erik Andersen if he will set you up +with an commit access to the Subversion repository. To access Subversion, you +will want to add the following to set up your environment: + +

+ +To obtain commit 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 committing stuff, and finally, you will need to send me the +username you have selected, an ssh key, and the email address where you prefer +email to be sent (I will forward any email sent to you, but not store it). + +

+ +Note that if you would prefer to keep your communications with me +private, you can encrypt your email using my +public key. + +

+ +Once you are setup with an account, you will need to use your account to +checkout a copy of buildroot from Subversion: + +

+svn list svn+ssh://username@svn.uclibc.org/svn/trunk/buildroot
+
+It goes without saying you must change username to your own +username... +

+ +You can then enter the newly checked out buildroot directory, make changes, check +your changes, diff your changes, revert your changes, and and commit your +changes usine commands such as: + +

+svn diff
+svn status
+svn revert
+svn commit
+ +

+ +For additional detail on how to use Subversion, please visit the +the Subversion website. +You might also want to read online or buy a copy of the Subversion Book... + + + + + diff --git a/docs/docs.html b/docs/docs.html new file mode 100644 index 000000000..31a4e2388 --- /dev/null +++ b/docs/docs.html @@ -0,0 +1,31 @@ + + + +

Documentation

+Current documentation for buildroot includes: + + + + + diff --git a/docs/download.html b/docs/download.html new file mode 100644 index 000000000..10fc0cb86 --- /dev/null +++ b/docs/download.html @@ -0,0 +1,31 @@ + + + + +

Download

+ +

+ +The best way to obtain and update your own copy of buildroot is to fetch the +lestest version using Subversion. You can also +obtain Daily Snapshots of the latest +buildroot source tree but cannot or do not wish to use Subversion (svn). + +

+ + + diff --git a/docs/footer.html b/docs/footer.html new file mode 100644 index 000000000..f57c273af --- /dev/null +++ b/docs/footer.html @@ -0,0 +1,20 @@ + + + + + + + +
+ +

+ + Copyright © 1999-2005 Erik Andersen +
+ Mail all comments, insults, suggestions and bribes to +
+ Erik Andersen andersen@codepoet.org
+
+ + + diff --git a/docs/header.html b/docs/header.html new file mode 100644 index 000000000..d6b5ab132 --- /dev/null +++ b/docs/header.html @@ -0,0 +1,78 @@ + + + + + BusyBox + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
BUSYBOX
+
+ + BusyBox
+
+
About +
Latest News +
Download +
Browse Source +
Accessing Source +
Bug Tracking +
Documentation + +

Related Sites +
uClibc.org +
uClibc++ +
udhcp +
Scratchbox +
OpenEmbedded +
uCdot +
LinuxDevices +
Slashdot +
Freshmeat +
Linux Today +
Linux Weekly News +
Linux HOWTOs + + + +

+ diff --git a/docs/images/busybox1.png b/docs/images/busybox1.png new file mode 100644 index 000000000..4d3126a52 Binary files /dev/null and b/docs/images/busybox1.png differ diff --git a/docs/images/vh40.gif b/docs/images/vh40.gif new file mode 100644 index 000000000..c5e9402e7 Binary files /dev/null and b/docs/images/vh40.gif differ diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..1bab6b069 --- /dev/null +++ b/docs/index.html @@ -0,0 +1 @@ + diff --git a/docs/news.html b/docs/news.html new file mode 100644 index 000000000..c44108c73 --- /dev/null +++ b/docs/news.html @@ -0,0 +1,34 @@ + + + +
    + +
  • 21 February 2005 -- Buildroot webpage added

    + + Buildroot is a set of Makefiles and patches that makes it easy generate a + cross-compilation toolchain and root filesystem for your target Linux + system using the uClibc C library. + Buildroot is useful mainly for people working with small or embedded + systems. Embedded systems often use processors that are not the regular + x86 processors everyone is used to using on their PC. It can be PowerPC + processors, MIPS processors, ARM processors, etc. And to be extra safe, + you do not need to be root to build or run buildroot. + +

    + + And as of today buildroot even has its own webpage, making it a first class + citizen of uclibc.org and busybox.net, and more importantly, make it easy + to find and point to buildroot. + +

    + + If you find a bug in buildroot, or wish to submit a patch to fix a problem + or add a shiny new feature, please use the Bug and Patch Tracking System to post + the details, to make certain your work is not lost. + + +

+ + + diff --git a/docs/subversion.html b/docs/subversion.html new file mode 100644 index 000000000..1ce74db2a --- /dev/null +++ b/docs/subversion.html @@ -0,0 +1,39 @@ + + + +

Anonymous Subversion Access

+ +We allow anonymous (read-only) Subversion (svn) access to everyone. To +grab a copy of the latest version of buildroot using anonymous svn access: + +
+svn co svn://uclibc.org/trunk/buildroot
+ + +

+ +If you are not already familiar with using Subversion, I recommend you visit the Subversion website. You might +also want to read online or buy a copy of the Subversion Book. If you are +already comfortable with using CVS, you may want to skip ahead to the Subversion for CVS Users +part of the Subversion Book. + +

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

+svn update
+ +Because you've only been granted anonymous access to the tree, you won't be +able to commit any changes. Changes can be submitted for inclusion by posting +them to the uClibc mailing list or to the Bug +and Patch Tracking System. For those that are actively contributing Subversion commit access can be made available. + + + -- cgit v1.2.3