diff options
| author | Keith Packard <keithp@keithp.com> | 2015-10-31 21:34:42 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-11-01 06:02:14 -0800 | 
| commit | ce297f14ff54d230d01fb6dedaafca571e8b836b (patch) | |
| tree | 60f23cba6be2e6265f8e2b51df6785e1721d85ff /doc/release-notes-0.8.xsl | |
| parent | 9aed128dc0aab5d49e1b3264c864a6c3e929bffe (diff) | |
doc: Finish converting docs to asciidoc format
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/release-notes-0.8.xsl')
| -rw-r--r-- | doc/release-notes-0.8.xsl | 70 | 
1 files changed, 0 insertions, 70 deletions
| diff --git a/doc/release-notes-0.8.xsl b/doc/release-notes-0.8.xsl deleted file mode 100644 index df7ef32d..00000000 --- a/doc/release-notes-0.8.xsl +++ /dev/null @@ -1,70 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" -"/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd"> - -<article> -  <para> -    Version 0.8 offers a major upgrade in the AltosUI -    interface. Significant new features include: -  </para> -  <itemizedlist> -    <listitem> -<para> -      Post-flight graphing tool. This lets you explore the behaviour -      of your rocket after flight with a scroll-able and zoom-able -      chart showing the altitude, speed and acceleration of the -      airframe along with events recorded by the flight computer. You -      can export graphs to PNG files, or print them directly. -    </para> -</listitem> -    <listitem> -<para> -      Real-time moving map which overlays the in-progress flight on -      satellite imagery fetched from Google Maps. This lets you see in -      pictures where your rocket has landed, allowing you to plan -      recovery activities more accurately. -    </para> -</listitem> -    <listitem> -<para> -      Wireless recovery system testing. Prep your rocket for flight -      and test fire the deployment charges to make sure things work as -      expected. All without threading wires through holes in your -      airframe. -    </para> -</listitem> -    <listitem> -<para> -      Optimized flight status displays. Each flight state now has it's -      own custom 'tab' in the flight monitoring window so you can -      focus on the most important details. Pre-flight, the system -      shows a set of red/green status indicators for battery voltage, -      apogee/main igniter continutity and GPS reception. Wait until -      they're all green and your rocket is ready for flight. There are -      also tabs for ascent, descent and landing along with the -      original tabular view of the data. -    </para> -</listitem> -    <listitem> -<para> -      Monitor multiple flights simultaneously. If you have more than -      one TeleDongle, you can monitor a flight with each one on the -      same computer. -    </para> -</listitem> -    <listitem> -<para> -      Automatic flight monitoring at startup. Plug TeleDongle into the -      machine before starting AltosUI and it will automatically -      connect to it and prepare to monitor a flight. -    </para> -</listitem> -    <listitem> -<para> -      Exports Google Earth flight tracks. Using the Keyhole Markup -      Language (.kml) file format, this provides a 3D view of your -      rocket flight through the Google Earth program. -    </para> -</listitem> -  </itemizedlist> -</article> | 
