Deployed 6d8495b with MkDocs version: 1.3.0

This commit is contained in:
2022-04-24 05:53:57 +00:00
parent af5d1cbb55
commit 397cee1d36
6 changed files with 25 additions and 12 deletions

View File

@ -95,6 +95,10 @@
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#1141-2022-04-23" class="nav-link">[11.4.1] - 2022-04-23</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#1140-2022-01-05" class="nav-link">[11.4.0] - 2022-01-05</a>
<ul class="nav flex-column">
</ul>
@ -1196,6 +1200,8 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<h2 id="1141-2022-04-23">[11.4.1] - 2022-04-23</h2>
<p>vckpg + cmake fix, to handle zlib as a dependency better</p>
<h2 id="1140-2022-01-05">[11.4.0] - 2022-01-05</h2>
<p>(Windows) Use wsa select event, which should lead to a much better behavior on Windows in general, and also when sending large payloads (#342)
Fix "HTTP/1.1 400 Illegal character CNTL=0xf" caused by serverMaxWindowBits/clientMaxWindowBits being uint8_t (signed char). (#341)

View File

@ -371,6 +371,6 @@ int main()
</html>
<!--
MkDocs version : 1.2.3
Build Date UTC : 2022-02-01 05:55:02.497335+00:00
MkDocs version : 1.3.0
Build Date UTC : 2022-04-24 05:53:57.450773+00:00
-->

View File

@ -21,8 +21,15 @@ function joinUrl (base, path) {
return base + "/" + path;
}
function escapeHtml (value) {
return value.replace(/&/g, '&amp;')
.replace(/"/g, '&quot;')
.replace(/</g, '&lt;')
.replace(/>/g, '&gt;');
}
function formatResult (location, title, summary) {
return '<article><h3><a href="' + joinUrl(base_url, location) + '">'+ title + '</a></h3><p>' + summary +'</p></article>';
return '<article><h3><a href="' + joinUrl(base_url, location) + '">'+ escapeHtml(title) + '</a></h3><p>' + escapeHtml(summary) +'</p></article>';
}
function displayResults (results) {

File diff suppressed because one or more lines are too long

View File

@ -2,42 +2,42 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2022-02-01</lastmod>
<lastmod>2022-04-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-02-01</lastmod>
<lastmod>2022-04-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-02-01</lastmod>
<lastmod>2022-04-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-02-01</lastmod>
<lastmod>2022-04-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-02-01</lastmod>
<lastmod>2022-04-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-02-01</lastmod>
<lastmod>2022-04-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-02-01</lastmod>
<lastmod>2022-04-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-02-01</lastmod>
<lastmod>2022-04-24</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.