name = 'APRS Radio demo'
+description="""
+<h1>APRS</h1>
+
+<h2>Overview</h2>
+<p>
+The purpose of this project is to implement an APRS tracker using an Arduino
+Duemilanove.
+</p>
+
+<p>
+This device can be used to periodically send a message through a radio AFSK
+channel and log the received messages to a serial port (UART).
+</p>
+
+<p>
+For schematics and up to date information on this project,
+check the <a href="http://www.bertos.org/use/examples-projects/arduino-aprs/">Arduino APRS</a>
+page on the BeRTOS site.
+</p>
+"""