annotate www/about.html @ 967:19660e12c1de 0.9.10

No reason for about.html to be version-specific.
author Rob Landley <rob@landley.net>
date Tue, 02 Feb 2010 21:53:02 -0600
parents a7423b680bb0
children edf0d611a8ba
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
881
0da87d1ef528 Update the web page. Put the left-side nav bar back, move about page to "about.html" and make news.html the default index. Add architectures page. Note that IRC discussion is now on #edev.
Rob Landley <rob@landley.net>
parents: 879
diff changeset
1 <!--#include file="header.html" -->
0da87d1ef528 Update the web page. Put the left-side nav bar back, move about page to "about.html" and make news.html the default index. Add architectures page. Note that IRC discussion is now on #edev.
Rob Landley <rob@landley.net>
parents: 879
diff changeset
2
525
576f5bb817cb The about page got merged into the documentation page, update links.
Rob Landley <rob@landley.net>
parents: 523
diff changeset
3 <b><h1><a href=documentation.html>What is Firmware Linux?</a></h1></b>
71
f55a1dba637d News ticker.
Rob Landley <rob@landley.net>
parents: 70
diff changeset
4
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
5 <blockquote>
967
19660e12c1de No reason for about.html to be version-specific.
Rob Landley <rob@landley.net>
parents: 934
diff changeset
6 <p>Firmware Linux is an embedded Linux build system, designed to reduce or
19660e12c1de No reason for about.html to be version-specific.
Rob Landley <rob@landley.net>
parents: 934
diff changeset
7 even eliminate the need for cross compiling.</p>
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
8
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
9 <p>The build system is a series of bash scripts which create a small native
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
10 Linux development environment for each target, runnable on real hardware or
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
11 under emulators such as <a href=http://qemu.org>QEMU</a>.</p>
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
12
809
d326c68aa747 Update website and READMEs.
Rob Landley <rob@landley.net>
parents: 704
diff changeset
13 <p>Currently supported targets include arm, mips, powerpc, x86, and x86-64.
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
14 Partial support is available for sparc, sh4, and m68k.</p>
379
2925f71bce99 Announce 0.9.0 release.
Rob Landley <rob@landley.net>
parents: 347
diff changeset
15
525
576f5bb817cb The about page got merged into the documentation page, update links.
Rob Landley <rob@landley.net>
parents: 523
diff changeset
16 <p>For more information, see <a href=documentation.html>the documentation
576f5bb817cb The about page got merged into the documentation page, update links.
Rob Landley <rob@landley.net>
parents: 523
diff changeset
17 page</a>.</p>
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
18 </blockquote>
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
19
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
20 <b><h1><a href=downloads>Downloading Firmware Linux</a></h1></b>
379
2925f71bce99 Announce 0.9.0 release.
Rob Landley <rob@landley.net>
parents: 347
diff changeset
21
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
22 <blockquote>
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
23 <b><h2><a href=downloads>Source Code</a></h2></b>
967
19660e12c1de No reason for about.html to be version-specific.
Rob Landley <rob@landley.net>
parents: 934
diff changeset
24 <p>The <a href=downloads>Firmware Linux source code</a> is
19660e12c1de No reason for about.html to be version-specific.
Rob Landley <rob@landley.net>
parents: 934
diff changeset
25 a series of shell scripts which run to create the various binary
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
26 images. See the <a href=downloads/README>README</a> for usage instructions,
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
27 and the <a href=news.html>release notes</a>.</p>
379
2925f71bce99 Announce 0.9.0 release.
Rob Landley <rob@landley.net>
parents: 347
diff changeset
28
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
29 <p>Several <a href=downloads/binaries>prebuilt binary images</a>
809
d326c68aa747 Update website and READMEs.
Rob Landley <rob@landley.net>
parents: 704
diff changeset
30 are available, based on the current Firmware Linux release. The
d326c68aa747 Update website and READMEs.
Rob Landley <rob@landley.net>
parents: 704
diff changeset
31 <a href=downloads/README>README</a> describes each tarball. The
d326c68aa747 Update website and READMEs.
Rob Landley <rob@landley.net>
parents: 704
diff changeset
32 release notes on the <a href=news.html>news page</a> explain recent
d326c68aa747 Update website and READMEs.
Rob Landley <rob@landley.net>
parents: 704
diff changeset
33 changes.</p>
279
2966ed8d6803 Belated release announcement for 0.3.1.
Rob Landley <rob@landley.net>
parents: 245
diff changeset
34
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
35 </blockquote>
192
7012cf35e4fe Release message should be in source control...
Rob Landley <rob@landley.net>
parents: 178
diff changeset
36
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
37 <b><h1><a href=/hg/firmware>Development</a></h1></b>
158
1b387d40e235 Update web page for 0.2.1.
Rob Landley <rob@landley.net>
parents: 127
diff changeset
38
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
39 <p>The project maintains a <a href=/hg/firmware>development repository</a>
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
40 using the Mercurial source control system. This includes RSS feeds for
809
d326c68aa747 Update website and READMEs.
Rob Landley <rob@landley.net>
parents: 704
diff changeset
41 <a href=/hg/firmware/rss-log>each checkin</a>
d326c68aa747 Update website and READMEs.
Rob Landley <rob@landley.net>
parents: 704
diff changeset
42 and for <a href=/hg/firmware/rss-tags>new releases</a>.</p>
127
ee697f109828 Update web page for 0.2.0.
Rob Landley <rob@landley.net>
parents: 90
diff changeset
43
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
44 <p>Questions about Firmware Linux should be addressed to the project's
809
d326c68aa747 Update website and READMEs.
Rob Landley <rob@landley.net>
parents: 704
diff changeset
45 <a href=http://lists.impactlinux.com/listinfo.cgi/firmware-impactlinux.com>mailing
d326c68aa747 Update website and READMEs.
Rob Landley <rob@landley.net>
parents: 704
diff changeset
46 list</a>, or the IRC channel #firmware on irc.freenode.org. The project
d326c68aa747 Update website and READMEs.
Rob Landley <rob@landley.net>
parents: 704
diff changeset
47 maintainer's <a href=http://landley.net/notes.html>blog</a> often includes notes about
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
48 ongoing Firmware Linux development.</p>
881
0da87d1ef528 Update the web page. Put the left-side nav bar back, move about page to "about.html" and make news.html the default index. Add architectures page. Note that IRC discussion is now on #edev.
Rob Landley <rob@landley.net>
parents: 879
diff changeset
49
0da87d1ef528 Update the web page. Put the left-side nav bar back, move about page to "about.html" and make news.html the default index. Add architectures page. Note that IRC discussion is now on #edev.
Rob Landley <rob@landley.net>
parents: 879
diff changeset
50 <!--#include file="footer.html" -->