From: Bdale Garbee Date: Fri, 10 Sep 2010 04:42:15 +0000 (-0600) Subject: rearrange content radically X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=251d1015b4e5217d8c1da3a28a100e8a5ab5a533;p=web%2Faltusmetrum rearrange content radically --- diff --git a/AltOS/index.mdwn b/AltOS/index.mdwn index a6b4b25..700f53e 100644 --- a/AltOS/index.mdwn +++ b/AltOS/index.mdwn @@ -12,25 +12,27 @@ utilities were Linux-only, but our current second-generation software written largely in [Java](http://java.com) with a small platform-specific library works identically on Windows, Mac, and Linux systems! -## Features ## - -### User View ### +The firmware and associated software are licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) -More documentation is coming soon, but in the meantime, -most operations in the second-generation GUI are pretty easy to figure out. - -### Developer View ### - -* The firmware and associated software are licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) +### Available Versions ### -## Artifacts ## +- 0.7.1, released 9 Sep 2010 + - [Windows Installer](releases/0.7.1/Altos-Windows-0-7-1.exe) + - [Mac OS X Package](releases/0.7.1/Altos-Mac-0.7.1.zip) + - [Linux](releases/0.7.1/Altos-Linux-0.7.1.tar.bz2) + - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/0.7.1;sf=tgz) The source is available from [git.gag.com](http://git.gag.com) in the project [fw/altos](http://git.gag.com/?p=fw/altos;a=summary). -### Pre-Built Binary Packages by Platform ### +## Features ## -#### Linux #### +More documentation is coming soon, but in the meantime, +most operations in the second-generation GUI are pretty easy to figure out. + +## Platform Specific Notes ## + +### Linux ### If you use [Debian](http://www.debian.org), then a pre-built package for 32-bit x86 is currently available here: @@ -92,11 +94,3 @@ existing driver to support our products. Once that's taken care of, just clicking on the 'altosui' program should work to launch the user interface. Reports of success or failure with other versions of Windows would be appreciated! - -### Available Versions ### - -- 0.7.1, released 9 Sep 2010 - - [Windows Installer](releases/0.7.1/Altos-Windows-0-7-1.exe) - - [Mac OS X Package](releases/0.7.1/Altos-Mac-0.7.1.zip) - - [Linux](releases/0.7.1/Altos-Linux-0.7.1.tar.bz2) - - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/0.7.1;sf=tgz)