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
|
<!DOCTYPE debiandoc PUBLIC "-//DebianDoc//DTD DebianDoc//EN" [
<!-- textual data entities -->
<!ENTITY % dynamic SYSTEM "@@NAME@@.@@LANGS@@.ent"> %dynamic;
<!ENTITY % custom SYSTEM "custom.ent"> %custom;
<!ENTITY % default SYSTEM "default.ent"> %default;
<!ENTITY titletoc SYSTEM "@@DIRS@@/titletoc.sgml">
<!ENTITY copyleft SYSTEM "@@DIRS@@/copyleft.sgml">
<!ENTITY ch-intro SYSTEM "@@DIRS@@/intro.sgml">
<!ENTITY ch-bbegin SYSTEM "@@DIRS@@/before-begin.sgml">
<!ENTITY ch-binstall SYSTEM "@@DIRS@@/before-install.sgml">
<!ENTITY ch-ainstall SYSTEM "@@DIRS@@/after-install.sgml">
<!ENTITY ch-services SYSTEM "@@DIRS@@/services.sgml">
<!ENTITY ch-auto SYSTEM "@@DIRS@@/automatic.sgml">
<!ENTITY ch-infrastructure SYSTEM "@@DIRS@@/infrastructure.sgml">
<!ENTITY ch-tools SYSTEM "@@DIRS@@/sec-tools.sgml">
<!ENTITY ch-developer SYSTEM "@@DIRS@@/developer.sgml">
<!ENTITY ch-bcompromise SYSTEM "@@DIRS@@/before-compromise.sgml">
<!ENTITY ch-acompromise SYSTEM "@@DIRS@@/after-compromise.sgml">
<!ENTITY ch-faq SYSTEM "@@DIRS@@/faq.sgml">
<!ENTITY ch-append SYSTEM "@@DIRS@@/appendix.sgml">
]>
<!-- CVS revision of this document "$Revision: 1.130 $" -->
<!--
# TODO list:
# - There was a 'useful software section' why was it removed?
# - Shorten overlong lines - there are lots of sections (by jfs?) where
# lines are routinely longer than 80 characters. Actually it makes sense
# to author SGML with much shorter lines, because it makes editing simpler
# (while the internal line length of the SGML source is obviously not
# visible in any way to the end user).
# (occur (make-string 80 ?.)) ; C-x C-e here
# - Remove gratuitous trailing whitespace; M-x occur " +$"
# - Consider changing order of subsections so as to match the order in
# the checklist appendix
-->
<debiandoc>
<book id="&bookid;">
&titletoc;
©left;
<toc>
&ch-intro;
&ch-bbegin;
&ch-binstall;
&ch-ainstall;
&ch-services;
&ch-auto;
&ch-infrastructure;
&ch-tools;
&ch-developer;
&ch-bcompromise;
&ch-acompromise;
&ch-faq;
&ch-append;
</book>
</debiandoc>
|