diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-21 21:16:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-21 21:16:29 +0000 |
commit | a9d6aed9333b8df02649a40d2240fa2aca269f90 (patch) | |
tree | 819976ecd346f6ebaf7e52bc256f8af0ce33b8c4 /docs/docs.html | |
parent | f5bafe8162ed1c2696969aa3586aadf8a8b32fad (diff) | |
download | buildroot-novena-a9d6aed9333b8df02649a40d2240fa2aca269f90.tar.gz buildroot-novena-a9d6aed9333b8df02649a40d2240fa2aca269f90.zip |
Add a website
Diffstat (limited to 'docs/docs.html')
-rw-r--r-- | docs/docs.html | 31 |
1 files changed, 31 insertions, 0 deletions
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 @@ +<!--#include file="header.html" --> + + +<h3>Documentation</h3> +Current documentation for buildroot includes: + +<ul> + + <li> + <a href= "buildroot.html">Buildroot - Usage and + documentation</a> is where you want to start reading if you wish to + understand how buildroot work, or wish to change/extend/fix things. If you + find any errors (factual, grammatical, whatever) please report them. + </li> + + <li> + <a href="README">README</a>. This is the README file included in the + buildroot source release. + </li> + + <li> + If you find that you need help with buildroot, you can ask for help on the + <a href= "lists/uClibc/">uClibc mailing list</a> at uclibc@mail.uclibc.org. + In addition the BusyBox, uClibc, and buildroot developers are also known to + hang out on the uClibc IRC channel: #uclibc on irc.freenode.net. + </li> + +</ul> + +<!--#include file="footer.html" --> + |