5
5
< head >
6
6
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
7
7
8
- < title > XMPP examples — cpp-netlib v0.7 documentation</ title >
8
+ < title > XMPP examples — The C++ Network Library v0.7 documentation</ title >
9
9
< link rel ="stylesheet " href ="static/sphinxdoc.css " type ="text/css " />
10
10
< link rel ="stylesheet " href ="static/pygments.css " type ="text/css " />
11
11
< script type ="text/javascript ">
19
19
</ script >
20
20
< script type ="text/javascript " src ="static/jquery.js "> </ script >
21
21
< script type ="text/javascript " src ="static/doctools.js "> </ script >
22
- < link rel ="top " title ="cpp-netlib v0.7 documentation " href ="index.html " />
22
+ < link rel ="top " title ="The C++ Network Library v0.7 documentation " href ="index.html " />
23
23
< link rel ="up " title ="Examples " href ="examples.html " />
24
24
< link rel ="next " title ="XMPP client " href ="xmpp_client.html " />
25
25
< link rel ="prev " title ="“Hello world” HTTP client " href ="hello_world_client.html " />
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
37
37
< li class ="right " >
38
38
< a href ="hello_world_client.html " title ="“Hello world” HTTP client "
39
39
accesskey ="P "> previous</ a > |</ li >
40
- < li > < a href ="index.html "> cpp-netlib v0.7 documentation</ a > »</ li >
40
+ < li > < a href ="index.html "> The C++ Network Library v0.7 documentation</ a > »</ li >
41
41
< li > < a href ="examples.html " accesskey ="U "> Examples</ a > »</ li >
42
42
</ ul >
43
43
</ div >
@@ -54,6 +54,19 @@ <h3>This Page</h3>
54
54
< li > < a href ="sources/examples_xmpp.txt "
55
55
rel ="nofollow "> Show Source</ a > </ li >
56
56
</ ul >
57
+ < div id ="searchbox " style ="display: none ">
58
+ < h3 > Quick search</ h3 >
59
+ < form class ="search " action ="search.html " method ="get ">
60
+ < input type ="text " name ="q " size ="18 " />
61
+ < input type ="submit " value ="Go " />
62
+ < input type ="hidden " name ="check_keywords " value ="yes " />
63
+ < input type ="hidden " name ="area " value ="default " />
64
+ </ form >
65
+ < p class ="searchtip " style ="font-size: 90% ">
66
+ Enter search terms or a module, class or function name.
67
+ </ p >
68
+ </ div >
69
+ < script type ="text/javascript "> $ ( '#searchbox' ) . show ( 0 ) ; </ script >
57
70
</ div >
58
71
</ div >
59
72
@@ -64,7 +77,7 @@ <h3>This Page</h3>
64
77
65
78
< div class ="section " id ="xmpp-examples ">
66
79
< h1 > XMPP examples< a class ="headerlink " href ="#xmpp-examples " title ="Permalink to this headline "> ¶</ a > </ h1 >
67
- < div class ="admonition-todo admonition " id ="todo-28 ">
80
+ < div class ="admonition-todo admonition " id ="todo-2 ">
68
81
< p class ="first admonition-title "> Todo</ p >
69
82
< p class ="last "> Give more details about the examples.</ p >
70
83
</ div >
@@ -91,7 +104,7 @@ <h3>Navigation</h3>
91
104
< li class ="right " >
92
105
< a href ="hello_world_client.html " title ="“Hello world” HTTP client "
93
106
> previous</ a > |</ li >
94
- < li > < a href ="index.html "> cpp-netlib v0.7 documentation</ a > »</ li >
107
+ < li > < a href ="index.html "> The C++ Network Library v0.7 documentation</ a > »</ li >
95
108
< li > < a href ="examples.html " > Examples</ a > »</ li >
96
109
</ ul >
97
110
</ div >
0 commit comments