You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/06/20 21:42:52 UTC

[50/51] [partial] incubator-mynewt-site git commit: generated two versions of docs - develop and v0_9_0

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/d18c34dd/develop/about/index.html
----------------------------------------------------------------------
diff --git a/develop/about/index.html b/develop/about/index.html
new file mode 100644
index 0000000..443a795
--- /dev/null
+++ b/develop/about/index.html
@@ -0,0 +1,330 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <link rel="canonical" href="http://mynewt.apache.org/about/">
+        <link rel="shortcut icon" href="../img/favicon.ico">
+
+	<title>About - Apache Mynewt</title>
+
+        <link href="../css/bootstrap-3.0.3.min.css" rel="stylesheet">
+        <link href="../css/font-awesome-4.0.3.css" rel="stylesheet">
+        <link rel="stylesheet" href="../css/highlight.css">
+        <link href="../css/base.css" rel="stylesheet">
+        <link href="../css/custom.css" rel="stylesheet">
+        <link href="../css/v2.css" rel="stylesheet">
+        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+        <link href="../extra.css" rel="stylesheet">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+        <!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+        <![endif]-->
+
+        
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="About">
+
+
+        
+
+
+
+
+
+
+<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+    <div class="container">
+        <!-- Collapsed navigation -->
+        <div class="navbar-header">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li 
+  class=""
+>
+                    <a href="/">Home</a>
+                </li>
+                <li 
+  class="important"
+>
+                    <a href="/quick-start/">Quick Start</a>
+                </li>
+                <li 
+  class="active "
+>
+                    <a href="/about/">About</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/latest/os/introduction">Documentation</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/download/">Download</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/community/">Community</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</nav>
+
+        
+
+        <div class="container">
+            
+                <div class="container">
+    <div class="row v2-main-banner">
+
+        <div class="col-md-8 v2-vcenter">
+            <img class="logo" src="/img/logo.svg">
+            <h4 class="tagline">Modular OS to operate an IoT network</h4>
+        </div><!-- (need this comment because of the inline-blocks)
+    --><div class="col-md-4 v2-vcenter">
+            <div class="news bg-orange text-center">
+                <h4>Mynewt 0.9.0 release is available now. </h4>
+                <a href="/download/">Download!</a>
+            </div>
+        </div>
+
+    </div>
+</div>
+
+<div class="container small-no-padding">
+    <div class="row">
+        <div class="col-md-8 content">
+        <h3> Features </h3>
+        <li>
+        Real-time operating system kernel (Mynewt OS)
+        </li>
+        <li>
+        Command line package management and build system (Newt Tool)
+        </li>
+        <li>
+        Hardware Abstraction Layer unifying common MCU features
+        </li>
+        <li>
+        Board Support Infrastructure
+        </li>
+        <li>
+        System level logs and statistics
+        </li>
+        <li>
+        Signed images and remote firmware upgrade
+        </li>
+        <li>
+        Bluetooth Low Energy stack (BLE 4.2)
+        </li>
+        <br>
+        <p> For features in each release, see <a href="https://cwiki.apache.org/confluence/display/MYNEWT/Apache+Mynewt+Project"> Release Notes </a>
+        </p>
+        </div>
+        <div class="col-md-4">
+        <h3> Source Code on github.com </h3>
+        <li>
+        <a href="https://github.com/apache/incubator-mynewt-core"> Git repo for Mynewt OS </a>
+        </li>
+        <li>
+        <a href="https://github.com/apache/incubator-mynewt-newt"> Git repo for Newt Tool </a>
+        </li>
+        <li>
+        <a href="https://github.com/apache/incubator-mynewt-site"> Git repo for Docs </a>
+        </li>
+        </div>
+    </div>
+</div>
+
+<div class="container small-no-padding">
+    <div class="row">
+        <div class="col-md-12 content">
+            
+                <h3 id="roadmap">Roadmap</h3>
+<table>
+<thead>
+<tr>
+<th>Release Version</th>
+<th>Date</th>
+<th>Features</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>0.9.0</td>
+<td>May, 2016</td>
+<td>* Support images in external flash</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* HAL for Nordic nRF52, STMicro</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* Support for low power modes in multiple SoCs</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* BLE 4.2: LE Secure Connections Pairing, including bonding</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* BLE 4.2: Host and Controller separation</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* BLE 4.2: Random private resolvable addresses</td>
+</tr>
+<tr>
+<td>0.10.0</td>
+<td>June, 2016</td>
+<td>* Test coverage improvements</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* System watchdog</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* Support for additional Arduino boards</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* BLE 4.2: Remote configuration, upgrade, factory reset over BLE 4.2</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* BLE 4.2: Factory reset</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* BLE 4.2: GATT based BLE profiles for Mynewt</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* BLE 4.2: Configurability improvements</td>
+</tr>
+<tr>
+<td>0.11.0</td>
+<td>July, 2016</td>
+<td>* Wi-Fi support</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* Add second scripting module</td>
+</tr>
+<tr>
+<td></td>
+<td></td>
+<td>* C++ friendly external header files</td>
+</tr>
+</tbody>
+</table>
+<p><font color="#F2853F"> The detailed roadmap is tracked on <a href="https://issues.apache.org/jira/browse/MYNEWT/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel">JIRA for Mynewt</a>. </font></p>
+<p><br></p>
+<h3 id="feature-request">Feature Request</h3>
+<p>The WISHLIST at the top of the roadmap on <a href="https://issues.apache.org/jira/browse/MYNEWT/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel">JIRA for Mynewt</a> features all the new ideas awaiting discussion and review. Once the community decides to go ahead with a request, it is scheduled into a release. Generally, effort is made to schedule a requested feature into a particular version no later than 6 weeks prior to the planned release date.</p>
+<p>If you have suggestions for a new feature, use case, or implementation improvements, file a JIRA ticket with Issue Type set to "Wish". Introduce it in the <a href="../dev@mynewt.incubator.apache.org">dev@</a> mailing list with a link to the JIRA ticket. This assumes you have signed up for an account on JIRA and submitted a request to the dev@ mailing list for your JIRA username to be added to the Apache Mynewt (MYNEWT) project.</p>
+<p><br></p>
+<h3 id="faq">FAQ</h3>
+<p><font color="#F2853F"> Questions? </font> Click <a href="../latest/faq/answers">here</a></p>
+            
+        </div>
+    </div>
+</div>
+            
+            
+            <div class="row">
+                <footer>
+    <div class="row">
+        <div class="col-md-12">
+            
+                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
+            
+        </div>
+    </div>
+    <div class="copyright-logos">
+        <div class="row">
+            <div class="col-xs-6 text-right">
+                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+            </div>
+            <div class="col-xs-6 text-left">
+                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            </div>
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-md-12">
+            <small class="footnote">
+                MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+            </small>
+        </div>
+    </div>
+</footer>
+            </div>
+            
+        </div>
+
+        <script src="../js/jquery-1.10.2.min.js"></script>
+        <script src="../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../js/highlight.pack.js"></script>
+        <script src="../js/base.js"></script>
+        <script src="../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/d18c34dd/develop/community/index.html
----------------------------------------------------------------------
diff --git a/develop/community/index.html b/develop/community/index.html
new file mode 100644
index 0000000..58e3c36
--- /dev/null
+++ b/develop/community/index.html
@@ -0,0 +1,278 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <link rel="canonical" href="http://mynewt.apache.org/community/">
+        <link rel="shortcut icon" href="../img/favicon.ico">
+
+	<title>Community - Apache Mynewt</title>
+
+        <link href="../css/bootstrap-3.0.3.min.css" rel="stylesheet">
+        <link href="../css/font-awesome-4.0.3.css" rel="stylesheet">
+        <link rel="stylesheet" href="../css/highlight.css">
+        <link href="../css/base.css" rel="stylesheet">
+        <link href="../css/custom.css" rel="stylesheet">
+        <link href="../css/v2.css" rel="stylesheet">
+        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+        <link href="../extra.css" rel="stylesheet">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+        <!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+        <![endif]-->
+
+        
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="Community">
+
+
+        
+
+
+
+
+
+
+<nav id="navbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+    <div class="container">
+        <!-- Collapsed navigation -->
+        <div class="navbar-header">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li 
+  class=""
+>
+                    <a href="/">Home</a>
+                </li>
+                <li 
+  class="important"
+>
+                    <a href="/quick-start/">Quick Start</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/about/">About</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/latest/os/introduction">Documentation</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/download/">Download</a>
+                </li>
+                <li 
+  class="active "
+>
+                    <a href="/community/">Community</a>
+                </li>
+                <li 
+  class=""
+>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</nav>
+
+        
+
+        <div class="container">
+            
+                <div class="container">
+    <div class="row v2-main-banner">
+
+        <div class="col-md-8 v2-vcenter">
+            <img class="logo" src="/img/logo.svg">
+            <h4 class="tagline">Modular OS to operate an IoT network</h4>
+        </div><!-- (need this comment because of the inline-blocks)
+    --><div class="col-md-4 v2-vcenter">
+            <div class="news bg-orange text-center">
+                <h4>Mynewt 0.9.0 release is available now. </h4>
+                <a href="/download/">Download!</a>
+            </div>
+        </div>
+
+    </div>
+</div>
+
+
+<div class="container small-no-padding">
+    <div class="row content">
+        <div class="col-md-12">
+            
+                <h3 id="mailing-lists">Mailing Lists</h3>
+<p>We welcome you to join our mailing lists and get in touch with us! 
+<font color="#F2853F"> <em>To complete your subscription you have to confirm it by replying to the response sent to you when you email your subscription request!</em> </font></p>
+            
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-md-4 mailing-list">
+            <div class="bg-purple mailing-list-title text-center">
+                Dev Mailing List
+            </div>
+            <div class="list-info">
+                <p><a class="bold-link" href="mailto:dev@mynewt.incubator.apache.org">dev@mynewt.incubator.apache.org</a></p>
+                <p>For both contributors and users. Ask questions about Mynewt. Share ideas. Discuss issues, roadmap, process. Help coordinate. Influence.</p>
+                <div class="mailing-list-title text-center">
+                    <p><a href="mailto:dev-subscribe@mynewt.incubator.apache.org">Subscribe</a></p>
+                    <p text-center><a href="mailto:dev-unsubscribe@mynewt.incubator.apache.org">Unsubscribe</a></p>
+                  <p> <a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/">Mail archives</a> </p>
+                </div>
+            </div>
+        </div>
+        <div class="col-md-4 mailing-list">
+            <div class="bg-purple mailing-list-title text-center">
+                Commits Mailing List
+            </div>
+            <div class="list-info">
+                <p><a class="bold-link" href="mailto:commits@mynewt.incubator.apache.org">commits@mynewt.incubator.apache.org</a></p>
+                <p>For code or documentation contributors. Receive automated notifications of any changes to Mynewt code and documentation.</p>
+                <div class="mailing-list-title text-center">
+                  <p><a href="mailto:commits-subscribe@mynewt.incubator.apache.org">Subscribe</a></p>
+                  <p><a href="mailto:commits-unsubscribe@mynewt.incubator.apache.org">Unsubscribe</a></p>
+                  <p> <a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-commits/">Mail archives</a> </p>
+               </div>
+            </div>
+        </div>
+        <div class="col-md-4 mailing-list">
+            <div class="bg-purple mailing-list-title text-center">
+                Notifications Mailing List
+            </div>
+            <div class="list-info">
+                <p><a class="bold-link" href="mailto:notifications@mynewt.incubator.apache.org">notifications@mynewt.incubator.apache.org</a></p>
+                <p>For all autogenerated mail other than commits e.g. JIRA issue-tracker notifications. Can also be used for announcements. </p>
+                <div class="mailing-list-title text-center">
+                   <p><a href="mailto:notifications-subscribe@mynewt.incubator.apache.org">Subscribe</a></p>
+                   <p><a href="mailto:notifications-unsubscribe@mynewt.incubator.apache.org">Unsubscribe</a></p>
+                   <p> <a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-notifications/">Mail archives</a> </p>
+                </div>
+            </div>
+  </div>
+</div>
+
+<div class="container">
+        <div class="row">
+            <div class="col-md-12">
+                <h3>Bug Submission and Issue Tracking</h3>
+                <p>Issues, features, improvements, and wish-lists are tracked using <a href="https://issues.apache.org/jira/browse/Mynewt/">ASF JIRA</a>, the Atlassian JIRA software on Apache Software Foundation </p>
+                <li>
+                Sign up for an account on JIRA and submit a request to the dev@ mailing list for your JIRA username to be added to the Apache Mynewt (MYNEWT) project. Editing a ticket requires an account.
+                </li>
+                <li> Log in and report a bug by choosing the "MYNEWT" project, clicking on the "Create" button, and creating a ticket with an appropriate Issue Type (e.g. Bug, Wish).  </p>
+                <p> If you are a contributor and wish to work on a change, open a JIRA ticket first. It's always a good idea to introduce the change in the dev@ mailing list and refer to that ticket. When you generate a pull request into the github mirror for your change, always reference the JIRA ticket number in the title. JIRA is set up to resolve the ticket when your code is merged into the ASF git repository and the pull request closed. </p>
+
+                <h3>Contributing Code</h3>
+                <p>
+                You can start contributing right away, even if you are not a committer on Apache Mynewt! One requirement is that you adhere to the Apache's proposed workflow as explained <a href="https://git-wip-us.apache.org/docs/workflow.html">here</a>. Basically, you submit your initial edits for your peers to review and merge. After a few successful patches under your belt, you will get access to commit code directly to the module you are working on in the repository. And over time, you will get full access to all the repositories, where you can commit code to any module. </p>
+                <p>You may choose to submit patches in one of the two following ways:
+                <br>
+                <ol>
+                <li>
+                Fork the mirrored repository to create your very own repo on github. Clone the forked repository into a local branch on your machine and make your changes. Then submit a pull request from the fork on the github mirror of the appropriate Apache Mynewt repository by clicking the green "New pull request" button on the page:
+                   <ul>
+                   <br>
+                   <li><a href="https://github.com/apache/incubator-mynewt-larva">Apache Mynewt larva repo mirrored on github</a></li>
+                   <br>
+                   <li><a href="https://github.com/apache/incubator-mynewt-newt">Apache Mynewt newt tool repo mirrored on github</a></li>
+                   <br>
+                   <li><a href="https://github.com/apache/incubator-mynewt-site">Apache Mynewt documentation repo mirrored on github</a></li>
+                   <br>
+                   </ul>
+                <p>In the comment for the pull request, include a description of the changes you have made and why. Github will automatically notify everyone on the commits@mynewt.incubator.apache.org mailing list about the newly opened pull requests. You can open a pull request even if you don't think the code is ready for merging but want some discussion on the matter. </p>
+                <p> Upon receiving notification, one or more committers will review your work, ask for edits or clarifications, and merge when your proposed changes are ready.</p>
+                </li>
+                <li>
+                Use the `git format-patch` command to produce a patch file. Submit the patch (your code changes along with a diff from the old code) via email to the @dev mailing list. Summarize the issue and your work in the email. Regular project members will review your suggested patch and add it to the repository, acknowledging your contribution by referencing your name in the commit message. </li>
+                </ol>
+                </p>
+
+                <h3>Contributing to the web site</h3>
+                <p> Go to <a href="https://github.com/apache/incubator-mynewt-site">Apache Mynewt documentation repo mirrored on github</a> to clone the repository into a local branch on your machine. Make your changes. Then submit a pull request on the github mirror repository by clicking the green "New pull request" button on the page. </p>
+                <p> To know more check out the <a href="http://mynewt.apache.org/faq/how_to_edit_docs/"> Appendix </a>. </p>
+                <br>
+
+</div>
+</div>
+</div>
+            
+            
+            <div class="row">
+                <footer>
+    <div class="row">
+        <div class="col-md-12">
+            
+                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
+            
+        </div>
+    </div>
+    <div class="copyright-logos">
+        <div class="row">
+            <div class="col-xs-6 text-right">
+                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+            </div>
+            <div class="col-xs-6 text-left">
+                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            </div>
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-md-12">
+            <small class="footnote">
+                MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+            </small>
+        </div>
+    </div>
+</footer>
+            </div>
+            
+        </div>
+
+        <script src="../js/jquery-1.10.2.min.js"></script>
+        <script src="../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../js/highlight.pack.js"></script>
+        <script src="../js/base.js"></script>
+        <script src="../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/d18c34dd/develop/css/base.css
----------------------------------------------------------------------
diff --git a/develop/css/base.css b/develop/css/base.css
new file mode 100644
index 0000000..95f1581
--- /dev/null
+++ b/develop/css/base.css
@@ -0,0 +1,7 @@
+ul.nav li.main {
+    font-weight: bold;
+}
+
+div.source-links {
+    float: right;
+}