mazda-custom-application-sdk/index.html
Andreas Schwarz 7177205adc Doc update
2016-02-10 23:33:16 -08:00

66 lines
2.3 KiB
HTML

<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Custom Application SDK for Mazda Infotainment System</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
</head>
<body>
<header class="mazda-hero">
<div class="stripes"></div>
<div class="noise"></div>
<div class="container">
<h1>Custom Application SDK</h1>
<h3>Mazda Infotainment System</h3>
<a href="https://github.com/flyandi/mazda-custom-application-sdk" class="download button">View on Github</a>
</div>
</header>
<div class="primary container">
<!-- Layout 1 -->
<div class="five columns">
<h4>Introduction</h4>
<p>
The Custom Application SDK for Mazda Infotainment System is a micro framework that
allows you to write and deploy custom applications which integrate natively into the
existing JCI framework without hassle.
</p>
<p>
Custom Applications and the Runtime system are stored on the SD-Card and after the first installation, no further modifications are required to the Infotainment System.
</p>
</div>
<div class="ten columns offset-by-one">
</div>
<div class="mazda-divider">
<div class="mazda-icon"></div>
</div>
<div class="sixteen columns mazda-footer">
<span class="copyright">
Proudly engineered by <a href="https://github.com/flyandi" target="_blank">@flyandi</a>
.<br />
Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">MIT License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
</span>
<span class="colophon">
<a href="#">Back to top</a>
</span>
</div>
</div><!-- container -->
<!-- End Document
================================================== -->
</body>
</html>