old-www/pub/Linux/docs/ldp-archived/mail_archives/ldp-docbook/msg00300.html

165 lines
6.5 KiB
HTML

<!-- MHonArc v2.5.0b2 -->
<!--X-Subject: Re: sgml aequivalent of html <br> -->
<!--X-From-R13: "Rnivq Q. [reevyy, Bu.R." <qpzreevyyNzvaqfcevat.pbz> -->
<!--X-Date: Wed, 25 Oct 2000 15:57:42 &#45;0400 (EDT) -->
<!--X-Message-Id: 007a01c03ebe$392e2e10$6401a8c0@nc.ehomecare.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 20001025190423.A10416@molgen&#45;6.iah.medizin.uni&#45;tuebingen.de -->
<!--X-Reference: 008001c03ead$d619c010$6401a8c0@nc.ehomecare.com -->
<!--X-Reference: 20001025211110.A10611@molgen&#45;6.iah.medizin.uni&#45;tuebingen.de -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
<html>
<head>
<title>Re: sgml aequivalent of html &lt;br&gt;</title>
<link rev="made" href="mailto:dcmerrill@mindspring.com">
</head>
<body>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->
<hr>
[<a href="msg00299.html">Date Prev</a>][<a href="msg00301.html">Date Next</a>][<a href="msg00302.html">Thread Prev</a>][<a href="msg00301.html">Thread Next</a>][<a href="maillist.html#00300">Date Index</a>][<a href="threads.html#00300">Thread Index</a>]
<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<h1>Re: sgml aequivalent of html &lt;br&gt;</h1>
<hr>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<ul>
<li><em>To</em>: &quot;Kai Blin&quot; &lt;<A HREF="mailto:k.blin@gmx.net">k.blin@gmx.net</A>&gt;, &lt;<A HREF="mailto:ldp-docbook@lists.debian.org">ldp-docbook@lists.debian.org</A>&gt;</li>
<li><em>Subject</em>: Re: sgml aequivalent of html &lt;br&gt;</li>
<li><em>From</em>: &quot;David C. Merrill, Ph.D.&quot; &lt;<A HREF="mailto:dcmerrill@mindspring.com">dcmerrill@mindspring.com</A>&gt;</li>
<li><em>Date</em>: Wed, 25 Oct 2000 16:00:27 -0400</li>
<li><em>Old-return-path</em>: dcmerrill@mindspring.com</li>
<li><em>References</em>: &lt;<a href="msg00295.html">20001025190423.A10416@molgen-6.iah.medizin.uni-tuebingen.de</a>&gt; &lt;<a href="msg00297.html">008001c03ead$d619c010$6401a8c0@nc.ehomecare.com</a>&gt; &lt;<a href="msg00298.html">20001025211110.A10611@molgen-6.iah.medizin.uni-tuebingen.de</a>&gt;</li>
<li><em>Resent-date</em>: Wed, 25 Oct 2000 15:57:42 -0400 (EDT)</li>
<li><em>Resent-from</em>: <A HREF="mailto:ldp-docbook@lists.debian.org">ldp-docbook@lists.debian.org</A></li>
<li><em>Resent-message-id</em>: &lt;L-RIoD.A.ZZD.-uz95@murphy&gt;</li>
<li><em>Resent-sender</em>: <A HREF="mailto:ldp-docbook-request@lists.debian.org">ldp-docbook-request@lists.debian.org</A></li>
</ul>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<hr>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<pre>
From: &quot;Kai Blin&quot; &lt;k.blin@gmx.net&gt;
&gt; &lt;para&gt;
&gt; &lt;literallayout&gt;
&gt; In your .muttrc add the following:
&gt; set certificate_file = ~/.mutt_certificate
&gt; Also, you'll have to change you mailbox names.
&gt; So, given the previous example, change it from
&gt; {imap.example.com}inbox
&gt; to
&gt; &lt;emphasis&gt; {imap.example.com/ssl}inbox&lt;/emphasis&gt;
&gt; Repeat this for all
&gt; your mailboxes.
&gt; Thats it.
&gt; &lt;/literallayout&gt;
&gt; &lt;/para&gt;
You are putting WAY too much inside the &lt;literallayout&gt; tags! Try:
&lt;para&gt;
In your &lt;filename&gt;.muttrc&lt;/filename add the following:
&lt;programlisting&gt;
set certificate_file = ~/&lt;filename&gt;.mutt_certificate&lt;/filename&gt;
&lt;/programlisting&gt;
Also, you'll have to change you mailbox names.
So, given the previous example, change it from
{imap.example.com}inbox
to
&lt;emphasis&gt; {imap.example.com/ssl}inbox&lt;/emphasis&gt;
Repeat this for all
your mailboxes.
Thats it.
&lt;/para&gt;
Note that I also tagged &quot;.muttrc&quot; and &quot;.mutt_certificate&quot; as a &lt;filename&gt;.
This meta-data will cause the font to be set appropriately, and also allow
references to be included in a filename index. This kind of indexing is one
of my goals for the future, and one of the reasons I like DocBook in the
first place.
Note also that some people would prefer &lt;literallayout&gt; to &lt;programlisting&gt;
here, but I like &lt;programlisting&gt; because configuration files are, in some
ways, similar to program code. And there is no tag, that I know of, for the
contents of other files, such as config files. Does anybody know otherwise?
I don't know about the {imap.example.com} stuff. Is that also part of a
configuration file? If so, it should be wrapped in &lt;programlisting&gt; I
*think*. Others on the list are more expert at DocBook than I.
Note to Ferg, who just posted his own reply: I don't think &lt;screen&gt; is
appropriate for file contents, but rather &lt;literallayout&gt;, or, even better,
&lt;programlisting&gt;. &lt;screen&gt; should be applied to program *output*, i.e., what
displays on the &lt;screen&gt;(!), not config files.
HTH,
--
David C. Merrill, Ph.D.
Linux Documentation Project
Collection Editor &amp; Coordinator
www.LinuxDoc.org
--
To UNSUBSCRIBE, email to ldp-docbook-request@lists.debian.org
with a subject of &quot;unsubscribe&quot;. Trouble? Contact listmaster@lists.debian.org
</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="00295" href="msg00295.html">sgml aequivalent of html &lt;br&gt;</a></strong>
<ul><li><em>From:</em> Kai Blin &lt;k.blin@gmx.net&gt;</li></ul></li>
<li><strong><a name="00297" href="msg00297.html">Re: sgml aequivalent of html &lt;br&gt;</a></strong>
<ul><li><em>From:</em> &quot;David C. Merrill, Ph.D.&quot; &lt;dcmerrill@mindspring.com&gt;</li></ul></li>
<li><strong><a name="00298" href="msg00298.html">Re: sgml aequivalent of html &lt;br&gt;</a></strong>
<ul><li><em>From:</em> Kai Blin &lt;k.blin@gmx.net&gt;</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00299.html">Re: sgml aequivalent of html &lt;br&gt;</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00301.html">Re: sgml aequivalent of html &lt;br&gt;</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00302.html">Re: sgml aequivalent of html &lt;br&gt;</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00301.html">Re: sgml aequivalent of html &lt;br&gt;</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00300"><strong>Date</strong></a></li>
<li><a href="threads.html#00300"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>
<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>