blob: 906c753cbf2d3fce947cd347e33102b9a3b1b586 (
plain) (
blame)
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
|
<?xml version="1.0" encoding="iso-8859-15"?>
<!--
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">
|