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 2019/01/27 01:20:34 UTC

[mynewt-site] branch asf-site updated: asf-site update Sun Jan 27 01:12:28 UTC 2019

This is an automated email from the ASF dual-hosted git repository.

aditi pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 98b88e1  asf-site update Sun Jan 27 01:12:28 UTC 2019
     new 38782e5  Merge pull request #504 from runtime-bot/asf-site
98b88e1 is described below

commit 98b88e183db7492665e7dcd1dc2a451d33c2920d
Author: runtime-bot <ru...@runtime.io>
AuthorDate: Sun Jan 27 01:12:28 2019 +0000

    asf-site update Sun Jan 27 01:12:28 UTC 2019
---
 master/_sources/os/modules/devmgmt/oicmgr.rst.txt |  9 +++---
 master/os/modules/devmgmt/oicmgr.html             | 11 +++----
 master/searchindex.js                             |  2 +-
 sitemap.xml                                       | 20 ++++++------
 v0_9_0/sitemap.xml                                | 22 ++++++-------
 v1_0_0/sitemap.xml                                | 30 +++++++++---------
 v1_1_0/sitemap.xml                                | 32 +++++++++----------
 v1_2_0/sitemap.xml                                | 36 ++++++++++-----------
 v1_3_0/sitemap.xml                                | 38 +++++++++++------------
 9 files changed, 98 insertions(+), 102 deletions(-)

diff --git a/master/_sources/os/modules/devmgmt/oicmgr.rst.txt b/master/_sources/os/modules/devmgmt/oicmgr.rst.txt
index 1bdba6b..6492255 100644
--- a/master/_sources/os/modules/devmgmt/oicmgr.rst.txt
+++ b/master/_sources/os/modules/devmgmt/oicmgr.rst.txt
@@ -117,14 +117,13 @@ Yes
 
    </table>
 
-| The newtmgr application tool uses CoAP (Constrained Application
-  Protocol) requests to send commands to oicmgr.
-| It sends a CoAP request for **/omgr** as follows:
+The newtmgr application tool uses CoAP (Constrained ApplicationProtocol) requests to send commands to oicmgr.
+It sends a CoAP request for **/omgr** as follows:
 
 -  Specifies the newtmgr command to execute in the URI query string.
--  Uses a GET method for newtmgr commands that retreive information from
+-  Initially the GET method was used for newtmgr commands that retreive information from
    your application, for example, the ``taskstat`` and ``mpstat``
-   commands.
+   commands. Now it uses the PUT operation as described below..
 -  Uses a PUT method for newtmgr commands that send data to or modify
    the state of your application, for example, the ``echo`` or
    ``datetime`` commands.
diff --git a/master/os/modules/devmgmt/oicmgr.html b/master/os/modules/devmgmt/oicmgr.html
index 743ee33..175f835 100644
--- a/master/os/modules/devmgmt/oicmgr.html
+++ b/master/os/modules/devmgmt/oicmgr.html
@@ -276,16 +276,13 @@ an OIC Server resource with the following identity and properties:</p>
 </td><td><p>oic.if_rw (default), oic.if.baseline</p>
 </td></tr><td><p><strong>Discoverable</strong></p>
 </td><td><p>Yes</p>
-</td></tr></table><div class="line-block">
-<div class="line">The newtmgr application tool uses CoAP (Constrained Application
-Protocol) requests to send commands to oicmgr.</div>
-<div class="line">It sends a CoAP request for <strong>/omgr</strong> as follows:</div>
-</div>
+</td></tr></table><p>The newtmgr application tool uses CoAP (Constrained ApplicationProtocol) requests to send commands to oicmgr.
+It sends a CoAP request for <strong>/omgr</strong> as follows:</p>
 <ul class="simple">
 <li>Specifies the newtmgr command to execute in the URI query string.</li>
-<li>Uses a GET method for newtmgr commands that retreive information from
+<li>Initially the GET method was used for newtmgr commands that retreive information from
 your application, for example, the <code class="docutils literal notranslate"><span class="pre">taskstat</span></code> and <code class="docutils literal notranslate"><span class="pre">mpstat</span></code>
-commands.</li>
+commands. Now it uses the PUT operation as described below..</li>
 <li>Uses a PUT method for newtmgr commands that send data to or modify
 the state of your application, for example, the <code class="docutils literal notranslate"><span class="pre">echo</span></code> or
 <code class="docutils literal notranslate"><span class="pre">datetime</span></code> commands.</li>
diff --git a/master/searchindex.js b/master/searchindex.js
index 3c1df2f..cfb7c1d 100644
--- a/master/searchindex.js
+++ b/master/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["_static/common","concepts","get_started/debug","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/go_env","misc/ide","misc/index","mynewt_faq/admin_faq","mynewt_faq/bluetooth_faq","mynewt_faq/boot_faq","mynewt_faq/fs_faq","mynewt_faq/hardware_faq","mynewt_faq/index","mynewt_faq/module [...]
\ No newline at end of file
+Search.setIndex({docnames:["_static/common","concepts","get_started/debug","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/go_env","misc/ide","misc/index","mynewt_faq/admin_faq","mynewt_faq/bluetooth_faq","mynewt_faq/boot_faq","mynewt_faq/fs_faq","mynewt_faq/hardware_faq","mynewt_faq/index","mynewt_faq/module [...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 5c75edb..a324331 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -76,7 +76,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/documentation/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
diff --git a/v0_9_0/sitemap.xml b/v0_9_0/sitemap.xml
index 856207c..8b2907a 100644
--- a/v0_9_0/sitemap.xml
+++ b/v0_9_0/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -12,7 +12,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -20,7 +20,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -53,7 +53,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -65,7 +65,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -101,7 +101,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/known_issues/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -111,13 +111,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
diff --git a/v1_0_0/sitemap.xml b/v1_0_0/sitemap.xml
index 8fde1a9..6dd89f3 100644
--- a/v1_0_0/sitemap.xml
+++ b/v1_0_0/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,7 +13,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -22,7 +22,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -30,7 +30,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -38,7 +38,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -46,7 +46,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -54,7 +54,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -62,7 +62,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -71,7 +71,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -83,7 +83,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -119,7 +119,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/known_issues/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -129,25 +129,25 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/go_env/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/ide/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
diff --git a/v1_1_0/sitemap.xml b/v1_1_0/sitemap.xml
index 571cf4a..87212b6 100644
--- a/v1_1_0/sitemap.xml
+++ b/v1_1_0/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -77,7 +77,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -89,7 +89,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -125,7 +125,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/known_issues/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -135,25 +135,25 @@
         
     <url>
      <loc>http://mynewt.apache.org/faq/go_env/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/ide/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
diff --git a/v1_2_0/sitemap.xml b/v1_2_0/sitemap.xml
index 0e725a8..11fe79c 100644
--- a/v1_2_0/sitemap.xml
+++ b/v1_2_0/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -77,7 +77,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -89,7 +89,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -125,7 +125,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/known_issues/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -135,37 +135,37 @@
         
     <url>
      <loc>http://mynewt.apache.org/newt/install/prev_releases/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/newtmgr/prev_releases/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/go_env/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/ide/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
diff --git a/v1_3_0/sitemap.xml b/v1_3_0/sitemap.xml
index b86b4f0..5b2c1af 100644
--- a/v1_3_0/sitemap.xml
+++ b/v1_3_0/sitemap.xml
@@ -4,7 +4,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -13,13 +13,13 @@
         
     <url>
      <loc>http://mynewt.apache.org/pages/ble/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/pages/securitybullets/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -28,7 +28,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/quick-start/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -36,7 +36,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/about/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -44,7 +44,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/talks/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -52,7 +52,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/download/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -60,7 +60,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/community/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -68,7 +68,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/events/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -76,7 +76,7 @@
     
     <url>
      <loc>http://mynewt.apache.org/documentation/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
     
@@ -85,7 +85,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/introduction/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -97,7 +97,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/os/get_started/vocabulary/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -133,7 +133,7 @@
         
     <url>
      <loc>http://mynewt.apache.org/known_issues/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
@@ -143,37 +143,37 @@
         
     <url>
      <loc>http://mynewt.apache.org/newt/install/prev_releases/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/newtmgr/prev_releases/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/go_env/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/ide/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/how_to_edit_docs/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>
         
     <url>
      <loc>http://mynewt.apache.org/faq/answers/</loc>
-     <lastmod>2019-01-26</lastmod>
+     <lastmod>2019-01-27</lastmod>
      <changefreq>daily</changefreq>
     </url>