changeset 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 bd2ea96aac53
children ab718575e565
files www/about.html
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/www/about.html	Tue Feb 02 21:24:32 2010 -0600
+++ b/www/about.html	Tue Feb 02 21:53:02 2010 -0600
@@ -1,12 +1,10 @@
 <!--#include file="header.html" -->
 
-<h2><a href=news.html>News: 0.9.9 released December 8, 2009</a></h2>
-
 <b><h1><a href=documentation.html>What is Firmware Linux?</a></h1></b>
 
 <blockquote>
-<p>Firmware Linux is an embedded Linux build system, designed to eliminate
-the need for cross compiling.</p>
+<p>Firmware Linux is an embedded Linux build system, designed to reduce or
+even eliminate the need for cross compiling.</p>
 
 <p>The build system is a series of bash scripts which create a small native
 Linux development environment for each target, runnable on real hardware or
@@ -23,9 +21,8 @@
 
 <blockquote>
 <b><h2><a href=downloads>Source Code</a></h2></b>
-<p>The current source tarball is
-<a href=downloads/firmware-0.9.9.tar.bz2>Firmware Linux version 0.9.9</a>.
-This is the series of shell scripts you run to create the various binary
+<p>The <a href=downloads>Firmware Linux source code</a> is
+a series of shell scripts which run to create the various binary
 images.  See the <a href=downloads/README>README</a> for usage instructions,
 and the <a href=news.html>release notes</a>.</p>