OSCAR-code/docs/index.html

71 lines
4.4 KiB
HTML

<html>
<head>
<style type='text/css'>
<!--h1,p,a,td,body { font-family: 'FreeSans', 'Sans Serif' } --/>
p,a,td,body { font-size: 14px }
a:link,a:visited { color: "#000020"; text-decoration: none; font-weight: bold;}
a:hover { background-color: inherit; color: red; text-decoration:none; font-weight: bold; }
</style>
</head>
<body leftmargin=0 topmargin=0 rightmargin=0>
<table width="100%" cellspacing=0 cellpadding=4 border=0 >
<tr><td bgcolor="#d0d0d0" colspan=2 cellpadding=0 valign=center align=center><font color="black" size=+1><b>Welcome to SleepyHead</b></font></td></tr>
<tr>
<td valign="top" leftmargin=0 cellpadding=6>
<h3>About SleepyHead</h3>
<p>This software has been created to assist you in reviewing the data produced by CPAP Machines, used in the treatment of various Sleep Disorders.</p>
<p>SleepyHead has been designed by a software developer with personal experience with a sleep disorder, and shaped by the feedback of many other willing testers dealing with similar conditions.</p>
<p><i><b>This is a beta release, some features may not yet behave as expected.</b></i><br/>Please report any bugs you find to SleepyHead's SourceForge page.</p>
<h3>Currenly supported machines:</h3>
<b>CPAP</b>
<li>Philips Respironics System One (CPAP, Auto, BiPAP & ASV models)</li>
<li>ResMed S9 models (CPAP, Auto, VPAP)</li>
<li>DeVilbiss Intellipap (Auto)</li>
<b>Oximetry</b>
<li>Contec CMS50 Oximeters</li>
<li>ResMed S9 Oximeter Attachment</li>
<p><h3>Online Help Resources</h3></p>
<p><b>Note:</b>I don't recommend using this built in "web browser" to do any major surfing in, it will work, but it's mainly meant as a help browser.
(It doesn't support SSL encryption, so it's not a good idea to type your passwords or personal details anywhere.)</p>
SleepyHead's Online <a href="http://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=SleepyHead_Users_Guide">Users Guide</a><br/>
<a href="http://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Frequently_Asked_Questions">Frequently Asked Questions</a><br/>
<a href="http://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Glossary">Glossary of Sleep Disorder Terms</a><br/>
<a href="http://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Main_Page">SleepyHead Wiki</a><br/>
SleepyHead's <a href='http://www.sourceforge.net/projects/sleepyhead'>Project Website</a> on SourceForge<br/>
Got a neat idea on how to improve SleepyHead? Check out SleepyHeads <a href="http://sourceforge.net/apps/ideatorrent/sleepyhead/">Idea Torrent</a>
<p><h3>Further Information</h3></p>
<p>
Here are the <a href='qrc:/docs/release_notes.html'>release notes</a> for this version.<br/>
Plus a few <a href='qrc:/docs/usage.html'>usage notes</a>, and some important information for Mac users.<br/>
<p>About <a href='http://en.wikipedia.org/wiki/Sleep_apnea'>Sleep Apnea</a> on Wikipedia</p>
<p>Friendly forums to talk and learn about Sleep Apnea:<br/>
<a href='http://www.cpaptalk.com'>CPAPTalk Forum</a>,
<a href="http://s7.zetaboards.com/Apnea_Board/index/">Apnea Board</a></p>
</td>
<td><image src='qrc:/docs/sheep.png' width=220 height=220><br/>
<div align=center>I really want a new logo!</div>
</td>
</tr>
<tr>
<td colspan=2>
<hr/>
<p><b>Copyright:</b> &copy;2011 <a href="http://jedimark64.blogspot.com">Mark Watkins</a> (jedimark)</p>
<p><b>License:</b> This software is released freely under the <a href="qrc:/LICENSE.txt">GNU Public License</a>.</p>
<p><b>External Credits:</b> <br/>
SleepyHead is built using the <a href="http://qt.nokia.com">Qt</a> Application Framework<br/>
It uses the cross platform <a href="http://code.google.com/p/qextserialport/">QExtSerialPort</a> library for serial port access in the Oximetry module.<br/>
In the updater code, SleepyHead uses <a href="http://sourceforge.net/projects/quazip/">QuaZip</a> by Sergey A. Tachenov, which is a C++ wrapper over Gilles Vollant's ZIP/UNZIP package.<br/>
<hr/>
<p><b>DISCLAIMER:</b></p>
<b><p>This is <font color="red"><u>NOT</u></font> medical software. This application is merely a data viewer, and no guarantee is made regarding accuracy or correctness of any calculations or data displayed.</p>
<p>The author will NOT be held liable by anyone who harms themselves or others by use or misuse of this software.</p>
<p>Your doctor should always be your first and best source of guidance regarding the important matter of managing your health.</p>
<p>*** <u>Use at your own risk</u> ***</p></b>
<hr/>
</td></tr>
</table>
</body>
</html>