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