mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
@ -3,6 +3,7 @@ Version 118:
|
||||
* file_win32 opens for read-only in shared mode
|
||||
* Remove unused strands in server examples
|
||||
* Update build instructions
|
||||
* Doc root is at index.html
|
||||
|
||||
HTTP:
|
||||
|
||||
|
@ -178,7 +178,6 @@ boostbook beast
|
||||
beast_doc
|
||||
:
|
||||
<xsl:param>boost.root=../../../..
|
||||
<xsl:param>root.filename=beast
|
||||
<xsl:param>chapter.autolabel=1
|
||||
<xsl:param>chunk.section.depth=8 # Depth to which sections should be chunked
|
||||
<xsl:param>chunk.first.sections=1 # Chunk the first top-level section?
|
||||
|
@ -1,11 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Boost.Beast</title>
|
||||
<meta http-equiv="refresh" content="0; URL=./doc/html/beast.html">
|
||||
<meta http-equiv="refresh" content="0; URL=./doc/html/index.html">
|
||||
</head>
|
||||
<body>
|
||||
Automatic redirection failed, please go to
|
||||
<a href="./doc/html/beast.html">./doc/html/beast.html</a>
|
||||
<a href="./doc/html/beast.html">./doc/html/index.html</a>
|
||||
<hr>
|
||||
<tt>
|
||||
Boost.Beast<br>
|
||||
|
Reference in New Issue
Block a user