<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">On lundi 08 décembre 2008 12:37:28 tic wrote:<br>
&gt; I just started breeding over the kmail handbook and got stuck almost<br>
&gt; immediately when I compared the template docbook with my index.docbook.<br>
&gt;<br>
&gt; 1) The kmail handbook is split into multiple files by chapter at the<br>
&gt; moment. From the comments in the template I gather that the entire<br>
&gt; documentation should be in one single file. I reckon I should merge those<br>
&gt; files together in the end?<br>
you can have several .docbook files for clarity.<br>
In your index.docbook simply add<br>
  &lt;!ENTITY foo SYSTEM "foo.docbook"&gt;<br>
in the header<br>
and then <br>
&amp;foo; into the doc body<br>
where this foo.docbook will be a chapter for ex<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>When you call &amp;foo; the whole foo.docbook will be included magically by the script.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>&gt; 2) I got this list of ENTITY declarations which also doesn't seem to be<br>
&gt; encouraged in the policies. What is the suggested method to clean all that<br>
&gt; up?<br>
&gt;<br>
&gt; &lt;-- snip<br>
&gt;<br>
&gt;   &lt;!ENTITY kappname "&amp;kmail;"&gt;<br>
&gt;   &lt;!ENTITY package "kdepim"&gt;<br>
&gt;   &lt;!ENTITY kmail-intro SYSTEM "intro.docbook"&gt;<br>
&gt;   &lt;!ENTITY kmail-getting-started SYSTEM "getting-started.docbook"&gt;<br>
&gt;   &lt;!ENTITY kmail-using-kmail SYSTEM "using-kmail.docbook"&gt;<br>
&gt;   &lt;!ENTITY kmail-configure SYSTEM "configure.docbook"&gt;<br>
&gt;   &lt;!ENTITY kmail-menus SYSTEM "menus.docbook"&gt;<br>
&gt;   &lt;!ENTITY kmail-faq SYSTEM "faq.docbook"&gt;<br>
&gt;   &lt;!ENTITY kmail-importing SYSTEM "importing.docbook"&gt;<br>
&gt;   &lt;!ENTITY kmail-credits-and-licenses SYSTEM<br>
&gt; "credits-and-licenses.docbook"&gt; &lt;!ENTITY % addindex "IGNORE"&gt;<br>
&gt;   &lt;!ENTITY % English "INCLUDE" &gt; &lt;!-- change language only here --&gt;<br>
&gt;   &lt;!ENTITY html "&lt;acronym&gt;HTML&lt;/acronym&gt;"&gt;<br>
&gt;   &lt;!ENTITY gpg "&lt;application&gt;GPG&lt;/application&gt;"&gt;<br>
&gt;   &lt;!ENTITY gpgsm "&lt;application&gt;GpgSM&lt;/application&gt;"&gt;<br>
&gt;   &lt;!ENTITY mdn "&lt;acronym&gt;MDN&lt;/acronym&gt;"&gt;<br>
&gt;   &lt;!ENTITY acl "&lt;acronym&gt;ACL&lt;/acronym&gt;"&gt;<br>
&gt;   &lt;!ENTITY imap "&lt;acronym&gt;IMAP&lt;/acronym&gt;"&gt;<br>
&gt;   &lt;!ENTITY nntp "&lt;acronym&gt;NNTP&lt;/acronym&gt;"&gt;<br>
&gt;   &lt;!ENTITY openpgp "&lt;acronym&gt;OpenPGP&lt;/acronym&gt;"&gt;<br>
&gt;   &lt;!ENTITY smime "&lt;acronym&gt;S/MIME&lt;/acronym&gt;"&gt;<br>
&gt;   &lt;!ENTITY kolab "&lt;acronym&gt;Kolab&lt;/acronym&gt;"&gt;<br>
&gt;<br>
&gt; &lt;-- snap<br>
the first are the .docbook as I tried to explain above, this is encouraged as when the doc is big, it adds clarity.<br>
Acronyms are only OK in a doc if they are not translatable.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>It's prefered that they are in kdelibs and used globally in all apps. <br>
&gt; Thanks for the help<br>
&gt; Manfred<br>
Thanks for getting into this!<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Anne-Marie<br>
aka annma :)<br>
&gt; --<br>
&gt; tictric@jabber.ccc.de<br>
&gt; _______________________________________________<br>
&gt; kde-doc-english mailing list<br>
&gt; kde-doc-english@kde.org<br>
&gt; https://mail.kde.org/mailman/listinfo/kde-doc-english<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>