27 lines
1.4 KiB
Text
27 lines
1.4 KiB
Text
<!--
|
|
The FreeBSD Italian Documentation Project
|
|
|
|
Crea le entities per ogni capitolo dell'Introduzione a Unix.
|
|
Ogni entity è chiamata chap.foo, dove foo è il valore
|
|
dell'attributo id di quel capitolo, e corrisponde al nome della directory
|
|
nella quale il file sgml del capitolo è salvato.
|
|
|
|
I capitoli devono essere listati nell'ordine in cui sono referenziati.
|
|
|
|
$FreeBSD$
|
|
-->
|
|
|
|
<!ENTITY chap.preface SYSTEM "preface/chapter.sgml">
|
|
<!ENTITY chap.history SYSTEM "history/chapter.sgml">
|
|
<!ENTITY chap.structure SYSTEM "structure/chapter.sgml">
|
|
<!ENTITY chap.getting-started SYSTEM "getting-started/chapter.sgml">
|
|
<!ENTITY chap.system-resource SYSTEM "system-resource/chapter.sgml">
|
|
<!ENTITY chap.shells SYSTEM "shells/chapter.sgml">
|
|
<!ENTITY chap.special-features SYSTEM "special-features/chapter.sgml">
|
|
<!ENTITY chap.text-processing SYSTEM "text-processing/chapter.sgml">
|
|
<!ENTITY chap.commands SYSTEM "commands/chapter.sgml">
|
|
<!ENTITY chap.shell-programming SYSTEM "shell-programming/chapter.sgml">
|
|
<!ENTITY chap.editors SYSTEM "editors/chapter.sgml">
|
|
<!ENTITY chap.command-summary SYSTEM "command-summary/chapter.sgml">
|
|
<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.sgml">
|
|
<!ENTITY chap.glossary SYSTEM "glossary/chapter.sgml">
|