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 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- Copyright (c) 2004 Stijn van Dongen -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
body
{ text-align: justify;
color: #001111;
background: white;
margin-left: 8%;
margin-right: 8%;
}
h3 { margin-top:1em; }
h2 { margin-top:2em; }
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:link { color: #1111aa; }
a:active { color: #1111aa; }
a:visited { color: #111166; }
a.local:link { color: #11aa11; }
a.local:active { color: #11aa11; }
a.local:visited { color: #116611; }
a.intern:link { color: #1111aa; }
a.intern:active { color: #1111aa; }
a.intern:visited { color: #111166; }
a.extern:link { color: #aa1111; }
a.extern:active { color: #aa1111; }
a.extern:visited { color: #661111; }
a.quiet:link { color: black; }
a.quiet:active { color: black; }
a.quiet:visited { color: black; }
div.copy
{ font-size: 12pt;
font-family: monospace;
text-align: left;
white-space: pre;
margin-left: 2em;
margin-top: 1em;
margin-bottom: 1em;
}
div.indent
{margin-left: 8%;
margin-right: 0%;
}
</style>
<title>
The zoem faq FAQ
</title>
</head>
<body>
<p style="text-align:right">
21 Jun 2004
<a class="local" href="faq_zmm.ps"><b>Zoem faq macros FAQ</b></a>
1.001, 04-173
</p>
<div style="margin-top:$margintopem">
<table
cellspacing="0" border=0
cellpadding="0" summary="itemize">
<tr>
<td width=48 valign="top" align="left">
1.
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#name">NAME</a>
</div></td>
</tr>
<tr>
<td width=48 valign="top" align="left">
2.
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#description">DESCRIPTION</a>
</div></td>
</tr>
<tr>
<td width=48 valign="top" align="left">
3.
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#resources">RESOURCES</a>
</div></td>
</tr>
<tr>
<td width=48 valign="top" align="left">
4.
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#toc">TOC</a>
</div></td>
</tr>
<tr>
<td width=48 valign="top" align="left">
5.
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#faq">FAQ</a>
</div></td>
</tr>
<tr>
<td width=48 valign="top" align="left">
6.
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#author">AUTHOR</a>
</div></td>
</tr>
<tr>
<td width=48 valign="top" align="left">
7.
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#seealso">SEE ALSO</a>
</div></td>
</tr>
</table>
</div>
<a name="name"></a>
<h2>NAME</h2>
<p style="text-align:justify">
zoem faq FAQ - faqs and facts about the Zoem faq language.
<p style="text-align:justify">
This document describes the zoem faq language in the style of a FAQ.
<a name="description"></a>
<h2>DESCRIPTION</h2>
The zoem faq macros extend the zoem manual macros; a zoem faq document
must import both sets of macros. There are only a few additional faq
macros. The overall layout of a faq document is as follows:
<pre>
.....
\import{man.zmm}
\import{faq.zmm}
.....
\"man::preamble"
\"faq::preamble"
.....
\${html}{\"man::maketoc"}
.....
\sec{toc}{TOC}
\"faq::maketoc"
.....
\begin{faqsec}{{ref}{Labelx}{cap}{Captionx}}
.....
\end{faqsec}
\begin{faqsec}{{ref}{Labely}{cap}{Captiony}}
.....
\end{faqsec}
.....
\"man::postamble"</pre>
<p style="text-align:justify">
The zoem manual macros are documented in the
<a class="local" href="man_zmm.html">man_zmm</a> manual page.
<a name="resources"></a>
<h2>RESOURCES</h2>
<div style="margin-top:$margintopem">
<table
cellspacing="0" border=0
cellpadding="0" summary="itemize">
<tr>
<td width=32 valign="top" align="right">
*
</td>
<td width=8> </td><td><div style="text-align:justify">
The <a class="local" href="../doc/zum.html">Zoem User Manual</a>.
</div></td>
</tr>
<tr>
<td width=32 valign="top" align="right">
*
</td>
<td width=8> </td><td><div style="text-align:justify">
The <a class="local" href="man_zmm.html">man_zmm</a> manual page.
</div></td>
</tr>
</table>
</div>
<a name="toc"></a>
<h2>TOC</h2>
<hr>
<div style="margin-top:$margintopem">
<table
cellspacing="0" border=0
cellpadding="0" summary="itemize">
<tr>
<td width=32 valign="top" align="left">
<a name="toc-s_basics"></a><a class="quiet" href="#s_basics"><b>1</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="quiet" href="#s_basics"><b>How do I create and link to questions and sections?</b></a>
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="right">
<a name="toc-qsection"></a> <a class="intern" href="#qsection"><b>1.1</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#qsection"><b>How do I start a section?</b></a>
</div></td>
</tr>
<tr>
<td width=32 valign="top" align="right">
<a name="toc-q_question"></a> <a class="intern" href="#q_question"><b>1.2</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#q_question"><b>How do I make a faq entry?</b></a>
</div></td>
</tr>
<tr>
<td width=32 valign="top" align="right">
<a name="toc-q_qlink"></a> <a class="intern" href="#q_qlink"><b>1.3</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#q_qlink"><b>How do I link to a question?</b></a>
</div></td>
</tr>
<tr>
<td width=32 valign="top" align="right">
<a name="toc-q_slink"></a> <a class="intern" href="#q_slink"><b>1.4</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#q_slink"><b>How do I link to a section?</b></a>
</div></td>
</tr>
<tr>
<td width=32 valign="top" align="right">
<a name="toc-q_typing"></a> <a class="intern" href="#q_typing"><b>1.5</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#q_typing"><b>Is that not a whole lot of typing just for linking?</b></a>
</div></td>
</tr>
</table>
</div>
<hr>
<div style="margin-top:$margintopem">
<table
cellspacing="0" border=0
cellpadding="0" summary="itemize">
<tr>
<td width=32 valign="top" align="left">
<a name="toc-s_stupid"></a><a class="quiet" href="#s_stupid"><b>2</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="quiet" href="#s_stupid"><b>Miscellaneous</b></a>
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="right">
<a name="toc-q_really"></a> <a class="intern" href="#q_really"><b>2.1</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#q_really"><b>Is it really possible to have more than one section?</b></a>
</div></td>
</tr>
<tr>
<td width=32 valign="top" align="right">
<a name="toc-q_toc"></a> <a class="intern" href="#q_toc"><b>2.2</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#q_toc"><b>Is there an easy way to get back to the TOC?</b></a>
</div></td>
</tr>
<tr>
<td width=32 valign="top" align="right">
<a name="toc-q_real"></a> <a class="intern" href="#q_real"><b>2.3</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#q_real"><b>Show me a real FAQ, not this nonsense.</b></a>
</div></td>
</tr>
<tr>
<td width=32 valign="top" align="right">
<a name="toc-q_change"></a> <a class="intern" href="#q_change"><b>2.4</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#q_change"><b>I want to change the appearance of my FAQ.</b></a>
</div></td>
</tr>
<tr>
<td width=32 valign="top" align="right">
<a name="toc-q_self"></a> <a class="intern" href="#q_self"><b>2.5</b></a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<a class="intern" href="#q_self"><b>Show me the source to this FAQ.</b></a>
</div></td>
</tr>
</table>
</div>
<br><br>
<a name="faq"></a>
<h2>FAQ</h2>
<div align=center>
<h3><a name="s_basics"></a><a class="quiet" href="#toc-s_basics">1</a><br>How do I create and link to questions and sections?
</h3>
</div>
<div style="margin-top:$margintopem">
<table
cellspacing="0" border=0
cellpadding="0" summary="itemize">
<tr>
<td width=32 valign="top" align="left">
<a name="qsection"></a> <a class="quiet" href="#toc-s_basics">1.1</a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<b>How do I start a section?</b>
<p style="text-align:justify">
You would for example type
<pre>\begin{faqsec}{
{ref}{kind}
{cap}{How do I link to questions and sections?}
}</pre>
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="left">
<a name="q_question"></a> <a class="quiet" href="#toc-s_basics">1.2</a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<b>How do I make a faq entry?</b>
<p style="text-align:justify">
You create an entry as follows:
<pre>\faq{q_question}{How do I make a faq entry?}
You create an entry as follows:
...
</pre>
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="left">
<a name="q_qlink"></a> <a class="quiet" href="#toc-s_basics">1.3</a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<b>How do I link to a question?</b>
<p style="text-align:justify">
<pre>Like this: linking to
\iref{q_qlink}{Question\~\refnumber{q_qlink}},
or a silly link to the \iref{q_qlink}{current question}.
Linking to \iref{s_basics}{Question\~\refnumber{q_slink}},
or a link to the \iref{q_slink}{next question}.
\par
Of course, you have to use wordings such that the
text still makes sense in the absence of links
(assuming you are intested in the troff version of
the FAQ you are writing), so normally you just refer to
\iref{q_slink}{Question\~\refnumber{q_slink}} and be done
with it.</pre>
<p style="text-align:justify">
Like this: linking to
<a class="intern" href="#q_qlink">Question 1.3</a>,
or a silly link to the <a class="intern" href="#q_qlink">current question</a>.
Linking to <a class="intern" href="#s_basics">Question 1.4</a>,
or a link to the <a class="intern" href="#q_slink">next question</a>.
<p style="text-align:justify">
Of course, you have to use wordings such that the
text still makes sense in the absence of links
(assuming you are intested in the troff version of
the FAQ you are writing), so normally you just refer to
<a class="intern" href="#q_slink">Question 1.4</a> and be done
with it.
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="left">
<a name="q_slink"></a> <a class="quiet" href="#toc-s_basics">1.4</a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<b>How do I link to a section?</b>
<p style="text-align:justify">
<pre>Like this: linking to
\iref{q_qlink}{Section\~\refnumber{s_basics}} and
linking to \iref{q_stupid}{Section\~\refnumber{s_stupid}}.</pre>
<p style="text-align:justify">
Like this: linking to
<a class="intern" href="#q_qlink">Section 1</a> and
linking to <a class="intern" href="#q_stupid">Section 2</a>.
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="left">
<a name="q_typing"></a> <a class="quiet" href="#toc-s_basics">1.5</a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<b>Is that not a whole lot of typing just for linking?</b>
<p style="text-align:justify">
It sure is. Note the repeating elements though. Feel free to create your own
shortcuts by using Zoem's macro facilities.
</div></td>
</tr>
</table>
</div>
<div align=center>
<h3><a name="s_stupid"></a><a class="quiet" href="#toc-s_stupid">2</a><br>Miscellaneous
</h3>
</div>
<div style="margin-top:$margintopem">
<table
cellspacing="0" border=0
cellpadding="0" summary="itemize">
<tr>
<td width=32 valign="top" align="left">
<a name="q_really"></a> <a class="quiet" href="#toc-s_stupid">2.1</a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<b>Is it really possible to have more than one section?</b>
<p style="text-align:justify">
QED
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="left">
<a name="q_toc"></a> <a class="quiet" href="#toc-s_stupid">2.2</a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<b>Is there an easy way to get back to the TOC?</b>
<p style="text-align:justify">
In the HTML version of the faq, one can click on the number
to the left of the question; this will take you to the top
of the TOC part pertaining to the section that question belongs to.
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="left">
<a name="q_real"></a> <a class="quiet" href="#toc-s_stupid">2.3</a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<b>Show me a real FAQ, not this nonsense.</b>
<p style="text-align:justify">
The reason I began writing zoem was that I wanted decent (both HTML and
troff) and easy to write documentation for my implementation of the MCL
cluster algorithm. I for one am now happy with it.
<div style="margin-top:$margintopem">
<table
cellspacing="0" border=0
cellpadding="0" summary="itemize">
<tr>
<td width=32 valign="top" align="right">
*
</td>
<td width=8> </td><td><div style="text-align:justify">
<a class="extern" href="http://micans.org/mcl/src/mcl-latest/src/doc/mclfaq.azm">http://micans.org/mcl/src/mcl-latest/src/doc/mclfaq.azm</a>
</div></td>
</tr>
<tr>
<td width=32 valign="top" align="right">
*
</td>
<td width=8> </td><td><div style="text-align:justify">
<a class="extern" href="http://micans.org/mcl/src/mcl-latest/src/doc/mclfaq.html">http://micans.org/mcl/src/mcl-latest/src/doc/mclfaq.html</a>
</div></td>
</tr>
<tr>
<td width=32 valign="top" align="right">
*
</td>
<td width=8> </td><td><div style="text-align:justify">
<a class="extern" href="http://micans.org/mcl/src/mcl-latest/src/doc/mclfaq.ps">http://micans.org/mcl/src/mcl-latest/src/doc/mclfaq.ps</a>
</div></td>
</tr>
</table>
</div>
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="left">
<a name="q_change"></a> <a class="quiet" href="#toc-s_stupid">2.4</a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<b>I want to change the appearance of my FAQ.</b>
<p style="text-align:justify">
Well, you need to make a copy of the faq macros and
possibly the man macros, and hack those changes in.
Zoem itself is very flexible, but the zoem FAQ macros
are not, in this respect. They can be made so, if you wish.
If you just want to change or add some style sheet rules for
the HTML version, it will be quite easy.
The same holds for changing font styles and possibly
even spacing rules.
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="left">
<a name="q_self"></a> <a class="quiet" href="#toc-s_stupid">2.5</a>
</td>
<td width=8> </td>
<td><div style="text-align:justify">
<b>Show me the source to this FAQ.</b>
<p style="text-align:justify">
<a class="local" href="faq_zmm.azm">Behold faq_zmm.azm.</a>
Take note though that I played a few silly tricks in this FAQ,
so the source looks more unreadable than your average FAQ.
The FAQ pointed to in <a class="intern" href="#q_real">Answer 2.3</a>
gives a more realistic impression.
</div></td>
</tr>
</table>
</div>
<a name="author"></a>
<h2>AUTHOR</h2>
<p style="text-align:justify">
Stijn van Dongen.
<a name="seealso"></a>
<h2>SEE ALSO</h2>
<div style="margin-top:$margintopem">
<table
cellspacing="0" border=0
cellpadding="0" summary="itemize">
<tr>
<td width=32 valign="top" align="right">
*
</td>
<td width=8> </td><td><div style="text-align:justify">
The <a class="local" href="man_zmm.html">man_zmm</a> manual page, documenting
the zoem manual language. The FAQ language imports the manual
definitions and you use these e.g. for sectioning commands
as described above.
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="right">
*
</td>
<td width=8> </td><td><div style="text-align:justify">
The <a class="local" href="generic_zmm.html">generic_zmm</a> manual page, documenting
base authoring facilities ported to both html and troff.
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="right">
*
</td>
<td width=8> </td><td><div style="text-align:justify">
The first zoem-formatted FAQ ever written;
<a class="extern" href="http://micans.org/mcl/src/mcl-latest/src/doc/mclfaq.azm">source</a>,
<a class="extern" href="http://micans.org/mcl/src/mcl-latest/src/doc/mclfaq.html">html</a>, and
<a class="extern" href="http://micans.org/mcl/src/mcl-latest/src/doc/mclfaq.ps">PostScript</a>.
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="right">
*
</td>
<td width=8> </td><td><div style="text-align:justify">
The source of this FAQ <a class="local" href="faq_zmm.azm">faq_zmm.azm</a>.
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="right">
*
</td>
<td width=8> </td><td><div style="text-align:justify">
The <a class="local" href="../doc/zum.html">Zoem User Manual.</a> Comprehensive overview
of the Zoem language and how it is interpreted.
</div></td>
</tr>
<tr>
<td width=32>
</td>
<td width=8>
</td>
<td>
</td>
</tr>
<tr>
<td width=32 valign="top" align="right">
*
</td>
<td width=8> </td><td><div style="text-align:justify">
The <a class="local" href="../doc/zoem.html">zoem manual page.</a> This describes
the options available for the zoem interpreter.
</div></td>
</tr>
</table>
</div>
<p style="text-align:justify">
There are a lot of guidelines on writing FAQs out there, a Google search
yields plenty. I stopped looking at them when confronted too often with the
advice that FAQs be written in some standard like DocBook. DocBook
seems to be an ontology of some sort aimed at conceptualizing
every way in which you would ever want to document. Such a categorization
ideal is akin to the feverish dreams of philosophers and librarians alike.
Pursueing it invariably leads to horrific monstrosities from
which all life and conceivable causes for joy have withered away. The
preconconcted DocBook manual page tags are enough to make little scary
arthropods scurry away.
</body>
</html>
|