annotate www/about.html @ 1120:34fb47276e30

Fluff up the "about" page a bit.
author Rob Landley <rob@landley.net>
date Wed, 16 Jun 2010 18:08:10 -0500
parents 333c8f799302
children ea4fd1dd8c3b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1120
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
1 <html>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
2 <title>About Aboriginal Linux</title>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
3 <body>
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
4 <!--#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
5
1050
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
6 <b><h1><a href=documentation.html>What is Aboriginal Linux?</a></h1></b>
71
f55a1dba637d News ticker.
Rob Landley <rob@landley.net>
parents: 70
diff changeset
7
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
8 <blockquote>
1120
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
9 <table border=1><tr><td bgcolor="#C0C0FF">
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
10 <p>Aboriginal Linux is a set of tools to build custom virtual machines.
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
11 It lets you boot virtual PowerPC, ARM, MIPS and
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
12 <a href=screenshots>other exotic systems</a> on
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
13 your x86 laptop (using an emulator such as QEMU). These virtual system
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
14 images provide a simple development environment within which you can compile
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
15 software and run the result.</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
16 </td></tr></table>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
17
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
18 <p>Aboriginal Linux was written to serve the embedded community, but it
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
19 has other uses as well:</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
20
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
21 <ul>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
22 <li><p><b>Allow package maintainers to reproduce and fix bugs on architecures
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
23 they don't have access to or experience with.</b></p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
24
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
25 <p>Bug reports can include a link to a prebuilt Aboriginal image and a
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
26 reproduction sequence (wget source, build, run this test). This provides
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
27 the maintainer both a way to demonstrate the issue, and a native
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
28 development environment in which to build and test their fix.</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
29
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
30 <p>No special hardware is required for this, just an open source emulator
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
31 (generally QEMU) and a system image to run under it. Configure and make
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
32 your package as normal, using standard tool names (strip, ld, as, etc).
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
33 You can even build and test on a laptop in an airplane, without internet
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
34 access.</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
35 </li>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
36
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
37 <li><p><b>Build arbitrarily complex Linux distributions without messing with
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
38 cross compiling.</b></p>
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
39
1120
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
40 <p>The point is to separate _what_ you build from _how_ you build. Build
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
41 systems have enough to do handling package dependencies and configuration
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
42 without entangling cross compiling into it. If one system builds the right
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
43 set of packages and another system works on the right type of hardware, life
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
44 is much easier if they can work together to produce a single result.</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
45
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
46 <p>If you need to scale up development, Aboriginal Linux lets you throw
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
47 hardware at the scalability problem instead of engineering time, using distcc
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
48 acceleration and distributed package build clusters to compile entire
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
49 distribution repositories on racks of cheap x86 cloud servers.</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
50 </li>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
51
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
52 <li><p><b>Automated regression testing and portability auditing.</b></p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
53
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
54 <p>Aboriginal Linux lets you build the same package across multiple
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
55 architectures, and run the result immediately inside the emulator. You can
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
56 even set up a cron job to build and test regular repository snapshots of a
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
57 package's development version automatically.</p></li>
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
58
1120
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
59 <li><p><b>Stay up to date with current packages in unmodified "vanilla" form,
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
60 with easy upgrades and the ability to push your own changes
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
61 upstream.</b></p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
62
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
63 <p>Non-x86 targets often receive less testing than common desktop and server
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
64 hardware, so regressions accumulate. This can lead to a vicious cycle where
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
65 everybody sticks with private forks of old versions because making the new
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
66 ones work is too much trouble, and the new ones don't work because nobody's
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
67 testing and fixing them. The farther you fall behind, the harder it is to
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
68 catch up again, but only the most recent version accepts new patches, so
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
69 even the existing fixes don't go upstream.</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
70
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
71 <p>Aboriginal Linux uses the same (current) package versions across all
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
72 architectures, in as similar a configuration as possible, and with as few
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
73 patches as we can get away with. We (intentionally) can't upgrade a package
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
74 for one target without upgrading it for all of them, so we can't put off
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
75 dealing with less-interesting targets.</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
76 </li>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
77 </ul>
379
2925f71bce99 Announce 0.9.0 release.
Rob Landley <rob@landley.net>
parents: 347
diff changeset
78
525
576f5bb817cb The about page got merged into the documentation page, update links.
Rob Landley <rob@landley.net>
parents: 523
diff changeset
79 <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
80 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
81 </blockquote>
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
82
1050
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
83 <b><h1><a href=downloads>Downloading Aboriginal Linux</a></h1></b>
379
2925f71bce99 Announce 0.9.0 release.
Rob Landley <rob@landley.net>
parents: 347
diff changeset
84
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
85 <blockquote>
1120
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
86 <table border=1><tr><td bgcolor="#c0c0ff">
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
87 <p><a href=downloads/binaries>Prebuilt binary images</a> are available
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
88 for each target, based on the current Aboriginal Linux release. This
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
89 includes cross compilers, native compilers, root filesystems suitable for
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
90 chroot, and system images for use with QEMU.</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
91 </td><tr></table>
379
2925f71bce99 Announce 0.9.0 release.
Rob Landley <rob@landley.net>
parents: 347
diff changeset
92
1120
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
93 <p>The <a href=downloads/README>binary README</a> describes each tarball.
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
94 The <a href=news.html>release notes</a> explain recent changes.</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
95
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
96 <p>Even if you plan to build your own images from source code, you should
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
97 probably start by familiarizing yourself with the (known working) binary
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
98 releases.</p>
279
2966ed8d6803 Belated release announcement for 0.3.1.
Rob Landley <rob@landley.net>
parents: 245
diff changeset
99
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
100 </blockquote>
192
7012cf35e4fe Release message should be in source control...
Rob Landley <rob@landley.net>
parents: 178
diff changeset
101
1050
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
102 <b><h1><a href=http://impactlinux.com/hg/aboriginal>Development</a></h1></b>
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
103 <blockquote>
1120
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
104
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
105 <table border=1><tr><td bgcolor="#c0c0ff">
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
106 <p>To build a system image for a target, download the
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
107 <a href=downloads>Aboriginal Linux source code</a> and run "./build.sh"
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
108 with the name of the target to build (or with no arguments to list available
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
109 targets). See the "config" file in the source for various environment
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
110 variables you can export to control the build. See the
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
111 <a href=README>source README</a> for additional usage instructions, and the
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
112 <a href=news.html>release notes</a> for recent changes.</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
113 </td></tr></table>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
114
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
115 <p>Aboriginal Linux is a build system for creating bootable system images,
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
116 which can be configured to run either on real hardware or under emulators
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
117 (such as <a href=http://qemu.org>QEMU</a>). It is intended to reduce or even
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
118 eliminate the need for further cross compiling, by doing all the cross
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
119 compiling necessary to bootstrap native development on a given target.
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
120 (That said, most of what the build does is create and use cross
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
121 compilers: we cross compile so you don't have to.)</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
122
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
123 <p>The build system is implemented as a series of bash scripts which run to
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
124 create the various binary images. The "build.sh" script invokes the other
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
125 stages in the correct order, but the stages are designed to run individually.
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
126 (Nothing build.sh itself does is actually important.)</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
127
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
128 <p>Aboriginal Linux is designed as a series of orthogonal layers (the stages
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
129 called by build.sh), to increase flexibility and minimize undocumented
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
130 dependencies. Each layer can be either omitted or replaced with something
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
131 else. The list of layers is in the <a href=README>source README</a>.</p>
34fb47276e30 Fluff up the "about" page a bit.
Rob Landley <rob@landley.net>
parents: 1050
diff changeset
132
1050
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
133 <p>The project maintains a <a href=http://impactlinux.com/hg/aboriginal>development repository</a>
388
3eeb77934265 Add project summary page to website, moving news to its own page.
Rob Landley <rob@landley.net>
parents: 384
diff changeset
134 using the Mercurial source control system. This includes RSS feeds for
1050
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
135 <a href=http://impactlinux.com/hg/aboriginal/rss-log>each checkin</a>
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
136 and for <a href=http://impactlinux.com/hg/aboriginal/rss-tags>new releases</a>.</p>
127
ee697f109828 Update web page for 0.2.0.
Rob Landley <rob@landley.net>
parents: 90
diff changeset
137
1050
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
138 <p>Questions about Aboriginal Linux should be addressed to the project's
809
d326c68aa747 Update website and READMEs.
Rob Landley <rob@landley.net>
parents: 704
diff changeset
139 <a href=http://lists.impactlinux.com/listinfo.cgi/firmware-impactlinux.com>mailing
1050
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
140 list</a>, or the IRC channel #edev on irc.freenode.org. The project
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
141 maintainer's <a href=http://landley.net/notes.html>blog</a> often includes
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
142 notes about ongoing Aboriginal Linux development.</p>
333c8f799302 Update lots and lots of web pages for the project name change to Aboriginal Linux.
Rob Landley <rob@landley.net>
parents: 1032
diff changeset
143 </blockquote>
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
144
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
145 <!--#include file="footer.html" -->