1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488
|
<?sdop toc_sections="no" xref_links="no"?>
<para revisionflag="changed">
This is a paragraph that should end up with change bars.
</para>
<section>
<title>Exim documentation</title>
<para>
<indexterm role="concept">
<primary>documentation</primary>
</indexterm>
This edition of the Exim specification applies to version xxx of Exim.
</para>
<literallayout>
This is a display
with two lines
</literallayout>
<para>
After <phrase revisionflag="changed">the display</phrase> we have some code
</para>
<literallayout class="monospaced">
This is code
with two lines
</literallayout>
<para revisionflag="changed">
Now lets see what happens with some text in a paragraph and a simple table,
all of which should be marked with a change bar.
</para>
<informaltable frame="none" revisionflag="changed">
<tgroup cols="2" colsep="0" rowsep="0">
<colspec colwidth="100" align="left"/>
<colspec colwidth="100" align="left"/>
<tbody>
<row>
<entry>abc</entry>
<entry>def</entry>
</row>
<row>
<entry>ghi</entry>
<entry>jkl</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<para revisionflag="changed">
Here is text following the table.
</para>
<?sdop format="newpage"?>
<para>
This should be at the start of a forced new page.
</para>
<itemizedlist>
<listitem>
<para>
This is a paragraph in an identified list.
</para>
<literallayout>
The <emphasis role="bold">quick</emphasis> brown
fox jumps <emphasis>over</emphasis>
the lazy.
</literallayout>
<para>
Back from the display.
</para>
</listitem>
<listitem>
<para>
This is a paragraph in an identified list.
</para>
<literallayout>
The <emphasis role="bold">quick</emphasis> brown
fox jumps <emphasis>over</emphasis>
the lazy.
</literallayout>
<para>
Back from the display.
</para>
</listitem>
</itemizedlist>
</section>
<index role="option">
<title>Option index</title>
<?sdop
foot_right_recto="&chaptertitle;"
foot_right_verso="&chaptertitle;"
?>
</index>
<index role="concept">
<title>Concept index</title>
</index>
<chapter>
<title>After the Index</title>
<?sdop
foot_right_recto="&chaptertitle; (&chapternumber;)"
foot_right_verso="&chaptertitle; (&chapternumber;)"
?>
<para>
<indexterm role="final">
<primary>index, after</primary>
</indexterm>
<indexterm role="final">
<primary>after index</primary>
</indexterm>
Well, after the index we can in fact have more chapters and one day I’ll
allow <colophon> as well, which is the more usual thing to have here. But for
now we’ll just have some text.
</para>
</chapter>
<index role="final">
<title>Final index</title>
<?sdop
foot_right_recto="&chaptertitle;"
foot_right_verso="&chaptertitle;"
?>
</index>
<chapter>
<title>How Exim receives and delivers mail</title>
<titleabbrev>Receiving and delivering mail</titleabbrev>
<section>
<title>Overall philosophy</title>
<para>
Exim is designed to work efficiently on systems that are permanently connected
to the Internet and are handling a general mix of mail. In such circumstances,
most messages can be delivered immediately. Consequently, Exim does not
maintain independent queues of messages for specific domains or hosts, though
it does try to send several messages in a single SMTP connection after a host
has been down, and it also maintains per-host retry information.
</para>
<literallayout>
<literal>A </literal> authenticator name (and optional id)
<literal>C </literal> SMTP confirmation on delivery
<literal>CV </literal> certificate verification status
<literal>DN </literal> distinguished name from peer certificate
<literal>DT </literal> on <literal>=></literal> lines: time taken for a delivery
<literal>F </literal> sender address (on delivery lines)
<literal>H </literal> host name and IP address
<literal>I </literal> local interface used
<literal>id </literal> message id for incoming message
<literal>P </literal> on <literal><=</literal> lines: protocol used
<literal> </literal> on <literal>=></literal> and <literal>**</literal> lines: return path
<literal>QT </literal> on <literal>=></literal> lines: time spent on queue so far
<literal> </literal> on <quote>Completed</quote> lines: time spent on queue
<literal>R </literal> on <literal><=</literal> lines: reference for local bounce
<literal> </literal> on <literal>=></literal> <literal>**</literal> and <literal>==</literal> lines: router name
<literal>S </literal> size of message
<literal>ST </literal> shadow transport name
<literal>T </literal> on <literal><=</literal> lines: message subject (topic)
<literal> </literal> on <literal>=></literal> <literal>**</literal> and <literal>==</literal> lines: transport name
<literal>U </literal> local user or RFC 1413 identity
<literal>X </literal> TLS cipher suite
</literallayout>
<para>
The string starts with the first character after the colon, which may be
leading white space. A list of operators is given in section <xref linkend="SECTexpop"/>
below. The operator notation is used for simple expansion items that have just
one argument, because it reduces the number of braces and therefore makes the
string easier to understand.
</para>
<para>
The string starts with the first character after the colon, which may be
leading white space. A list of operators is given in section
<xref linkend="SECTexpop"/> below. The operator notation is used for simple
expansion items that have just
one argument, because it reduces the number of braces and therefore makes the
string easier to understand.
</para>
</section>
<section id="SECTexpop">
<title>Expansion operators</title>
<para>
For expansion items that perform transformations on a single argument string,
</para>
</section>
<section>
<title>Output from <quote>make</quote></title>
<para>
Quoted <quote>word</quote> unquoted.
</para>
<para>
This is a paragraph before the list. Make it long enough to split onto more
than one line so that we can see exactly where the right hand edge of material
on the page should be.
</para>
<itemizedlist>
<listitem>
<para>
First
</para>
<para>
New para in first
</para>
<itemizedlist>
<listitem>
<para>
This is a nested identified list
</para>
</listitem>
<listitem>
<para>
Second item
</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>
Last - back in original
</para>
</listitem>
</itemizedlist>
<para>
This is a paragraph after the list.
</para>
<orderedlist numeration="arabic">
<listitem>
<para>
First
</para>
</listitem>
<listitem>
<para>
Last
</para>
<para>
New para in last
</para>
<itemizedlist>
<listitem>
<para>
Nested
</para>
<itemizedlist>
<listitem>
<para>
Nest 2
</para>
<itemizedlist>
<listitem>
<para>
Nest 3 with a couple of items to show how it looks. Make this one long enough
so that it will have to be split onto more than one line.
</para>
</listitem>
<listitem>
<para>
Items to show how it looks
</para>
<itemizedlist>
<listitem>
<para>
Nest 4
</para>
<orderedlist numeration="arabic">
<listitem>
<para>
Nest 5
</para>
</listitem>
</orderedlist>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
<para>
Should be back in outer list.
</para>
</listitem>
<listitem>
<para>
Another item.
</para>
</listitem>
</orderedlist>
<para>
This is a paragraph after the list.
</para>
<literallayout class="monospaced">
This is a display at top level.
</literallayout>
<itemizedlist mark="opencircle">
<listitem>
<para>
Force an opencircle for this list.
</para>
<literallayout class="monospaced">
This is a display within a list.
</literallayout>
<para>
Back from the display.
</para>
<orderedlist numeration="arabic">
<listitem>
<para>
This is a nested list with a display:
</para>
<literallayout class="monospaced">
Data for the nested display.
</literallayout>
<para>
Back from the display
</para>
</listitem>
</orderedlist>
</listitem>
<listitem>
<para>
Another item in the outer list.
</para>
</listitem>
</itemizedlist>
<itemizedlist mark="U+2020">
<listitem>
<para>
This is a daggered itemized list.
</para>
</listitem>
<listitem>
<para>
Or, it should be.
</para>
</listitem>
</itemizedlist>
<?sdop orderedlist_format="%s." ?>
<orderedlist numeration="loweralpha">
<listitem>
<para>
One.
</para>
</listitem>
<listitem>
<para>
Two.
</para>
</listitem>
</orderedlist>
<?sdop olist_tag_format="" ?>
<orderedlist numeration="lowerroman">
<listitem>
<para>
One.
</para>
</listitem>
<listitem>
<para>
Two.
</para>
</listitem>
</orderedlist>
<?sdop olist_tag_format="† %s." ?>
<orderedlist numeration="upperalpha">
<listitem>
<para>
One.
</para>
</listitem>
<listitem>
<para>
Two.
</para>
</listitem>
</orderedlist>
<?sdop olist_tag_format="[%s]" ?>
<orderedlist numeration="upperroman">
<listitem>
<para>
One.
</para>
</listitem>
<listitem>
<para>
Two.
</para>
</listitem>
</orderedlist>
<para>
This is normal text before the variable list.
</para>
<variablelist>
<title><emphasis>Font filename extensions</emphasis></title>
<varlistentry>
<term><emphasis role="bold">TTF</emphasis></term>
<listitem>
<para>
TrueType fonts.
</para>
</listitem></varlistentry>
<varlistentry>
<term><emphasis role="bold">PFA</emphasis></term>
<term><emphasis role="bold">PFB</emphasis></term>
<listitem>
<para>
PostScript fonts.
</para>
</listitem></varlistentry>
<varlistentry>
<term><emphasis role="bold">Test stuff</emphasis></term>
<listitem>
<para>
This is a paragraph in a vitem that is going to be long enough to cause it to
be formatted into more than one line. Let’s try a display:
</para>
<literallayout class="monospaced">
This is a monospaced display
</literallayout>
<para>
And now we are back in the normal text of the vitem.
</para>
<para>
This is a second paragraph within the vitem.
</para>
</listitem></varlistentry>
</variablelist>
<para>
This is normal text after the variable list.
</para>
<orderedlist numeration="arabic">
<listitem>
<para>
Check a bug-fix for nested lists.
</para>
</listitem>
<listitem>
<orderedlist numeration="loweralpha">
<listitem>
<para>
inner one
</para>
</listitem>
<listitem>
<para>
inner two
</para>
</listitem>
</orderedlist>
</listitem>
<listitem>
<para>
Should be numbered.
</para>
</listitem>
</orderedlist>
<para>
Between Lists
</para>
<itemizedlist>
<listitem>
<para>
one
</para>
</listitem>
<listitem>
<itemizedlist mark="square">
<listitem>
<para>
inner one
</para>
</listitem>
<listitem>
<para>
inner two
</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>
two
</para>
</listitem>
</itemizedlist>
</section>
</chapter>
|