| 1 |
<!DOCTYPE debiandoc PUBLIC "-//DebianDoc//DTD DebianDoc//EN" [
|
| 2 |
|
| 3 |
<!-- textual data entities -->
|
| 4 |
<!ENTITY % dynamic SYSTEM "@@NAME@@.@@LANGS@@.ent"> %dynamic;
|
| 5 |
<!ENTITY % custom SYSTEM "custom.ent"> %custom;
|
| 6 |
<!ENTITY % default SYSTEM "default.ent"> %default;
|
| 7 |
<!ENTITY titletoc SYSTEM "@@DIRS@@/titletoc.sgml">
|
| 8 |
<!ENTITY copyleft SYSTEM "@@DIRS@@/copyleft.sgml">
|
| 9 |
<!ENTITY ch-intro SYSTEM "@@DIRS@@/intro.sgml">
|
| 10 |
<!ENTITY ch-bbegin SYSTEM "@@DIRS@@/before-begin.sgml">
|
| 11 |
<!ENTITY ch-binstall SYSTEM "@@DIRS@@/before-install.sgml">
|
| 12 |
<!ENTITY ch-ainstall SYSTEM "@@DIRS@@/after-install.sgml">
|
| 13 |
<!ENTITY ch-services SYSTEM "@@DIRS@@/services.sgml">
|
| 14 |
<!ENTITY ch-auto SYSTEM "@@DIRS@@/automatic.sgml">
|
| 15 |
<!ENTITY ch-infrastructure SYSTEM "@@DIRS@@/infrastructure.sgml">
|
| 16 |
<!ENTITY ch-tools SYSTEM "@@DIRS@@/sec-tools.sgml">
|
| 17 |
<!ENTITY ch-developer SYSTEM "@@DIRS@@/developer.sgml">
|
| 18 |
<!ENTITY ch-bcompromise SYSTEM "@@DIRS@@/before-compromise.sgml">
|
| 19 |
<!ENTITY ch-acompromise SYSTEM "@@DIRS@@/after-compromise.sgml">
|
| 20 |
<!ENTITY ch-faq SYSTEM "@@DIRS@@/faq.sgml">
|
| 21 |
|
| 22 |
<!ENTITY ch-append SYSTEM "@@DIRS@@/appendix.sgml">
|
| 23 |
|
| 24 |
]>
|
| 25 |
<!-- CVS revision of this document "$Revision: 1.130 $" -->
|
| 26 |
|
| 27 |
<!--
|
| 28 |
# TODO list:
|
| 29 |
# - There was a 'useful software section' why was it removed?
|
| 30 |
# - Shorten overlong lines - there are lots of sections (by jfs?) where
|
| 31 |
# lines are routinely longer than 80 characters. Actually it makes sense
|
| 32 |
# to author SGML with much shorter lines, because it makes editing simpler
|
| 33 |
# (while the internal line length of the SGML source is obviously not
|
| 34 |
# visible in any way to the end user).
|
| 35 |
# (occur (make-string 80 ?.)) ; C-x C-e here
|
| 36 |
# - Remove gratuitous trailing whitespace; M-x occur " +$"
|
| 37 |
# - Consider changing order of subsections so as to match the order in
|
| 38 |
# the checklist appendix
|
| 39 |
-->
|
| 40 |
|
| 41 |
|
| 42 |
<debiandoc>
|
| 43 |
|
| 44 |
<book id="&bookid;">
|
| 45 |
|
| 46 |
&titletoc;
|
| 47 |
©left;
|
| 48 |
<toc>
|
| 49 |
&ch-intro;
|
| 50 |
&ch-bbegin;
|
| 51 |
&ch-binstall;
|
| 52 |
&ch-ainstall;
|
| 53 |
&ch-services;
|
| 54 |
&ch-auto;
|
| 55 |
&ch-infrastructure;
|
| 56 |
&ch-tools;
|
| 57 |
&ch-developer;
|
| 58 |
&ch-bcompromise;
|
| 59 |
&ch-acompromise;
|
| 60 |
&ch-faq;
|
| 61 |
&ch-append;
|
| 62 |
</book>
|
| 63 |
|
| 64 |
</debiandoc>
|