Deployed 1ee8e31 with MkDocs version: 1.0.4

This commit is contained in:
Benjamin Sergeant 2020-01-27 17:41:39 -08:00
parent 19220484c6
commit 88954f5bff
6 changed files with 20 additions and 13 deletions

View File

@ -94,6 +94,7 @@
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
<ul class="nav bs-sidenav">
<li class="main active"><a href="#changelog">Changelog</a></li>
<li><a href="#800-2020-01-26">[8.0.0] - 2020-01-26</a></li>
<li><a href="#796-2020-01-22">[7.9.6] - 2020-01-22</a></li>
<li><a href="#795-2020-01-14">[7.9.5] - 2020-01-14</a></li>
<li><a href="#794-2020-01-12">[7.9.4] - 2020-01-12</a></li>
@ -187,6 +188,8 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<h2 id="800-2020-01-26">[8.0.0] - 2020-01-26</h2>
<p>(SocketServer) add ability to bind on an ipv6 address</p>
<h2 id="796-2020-01-22">[7.9.6] - 2020-01-22</h2>
<p>(ws) add a dnslookup sub-command, to get the ip address of a remote host</p>
<h2 id="795-2020-01-14">[7.9.5] - 2020-01-14</h2>

View File

@ -127,10 +127,14 @@ There is a unittest which can be executed by typing <code>make test</code>.</p>
</code></pre>
<h3 id="conan">Conan</h3>
<p>Support for building with conan was contributed by Olivia Zoe (thanks!). The package name to reference is <code>IXWebSocket/5.0.0@LunarWatcher/stable</code>, and a list of the uploaded versions is available on <a href="https://bintray.com/oliviazoe0/conan-packages/IXWebSocket%3ALunarWatcher">Bintray</a>. The package is in the process to be published to the official conan package repo, but in the meantime, it can be accessed by adding a new remote</p>
<pre><code>conan remote add remote_name_here https://api.bintray.com/conan/oliviazoe0/conan-packages
</code></pre>
<p><a href="https://bintray.com/conan/conan-center/ixwebsocket%3A_/_latestVersion"> <img alt="Download" src="https://api.bintray.com/packages/conan/conan-center/ixwebsocket%3A_/images/download.svg" /> </a></p>
<p>Conan is currently supported through a recipe in <a href="https://github.com/conan-io/conan-center-index/tree/master/recipes/ixwebsocket">Conan Center</a> (<a href="https://bintray.com/conan/conan-center/ixwebsocket%3A_">Bintray entry</a>).</p>
<p>Package reference </p>
<ul>
<li>Conan 1.21.0 and up: <code>ixwebsocket/7.9.2</code></li>
<li>Earlier versions: <code>ixwebsocket/7.9.2@_/_</code></li>
</ul>
<p>Note that the version listed here might not be the latest one. See Bintray or the recipe itself for the latest version. If you're migrating from the previous, custom Bintray remote, note that the package reference <em>has</em> to be lower-case. </p>
<h3 id="docker">Docker</h3>
<p>There is a Dockerfile for running the unittest on Linux, and to run the <code>ws</code> tool. It is also available on the docker registry.</p>
<pre><code>docker run bsergean/ws

View File

@ -226,5 +226,5 @@ webSocket.send(&quot;hello world&quot;);
<!--
MkDocs version : 1.0.4
Build Date UTC : 2020-01-24 05:54:47
Build Date UTC : 2020-01-28 01:41:39
-->

File diff suppressed because one or more lines are too long

View File

@ -2,37 +2,37 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2020-01-23</lastmod>
<lastmod>2020-01-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-23</lastmod>
<lastmod>2020-01-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-23</lastmod>
<lastmod>2020-01-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-23</lastmod>
<lastmod>2020-01-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-23</lastmod>
<lastmod>2020-01-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-23</lastmod>
<lastmod>2020-01-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-23</lastmod>
<lastmod>2020-01-27</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.