| 1 |
joy |
2049 |
<!-- |
| 2 |
|
|
|
| 3 |
|
|
These variables are read and used by .sgml files; they are included |
| 4 |
|
|
separate from the main document since they may need to change. This |
| 5 |
|
|
allows builders to override the defaults without editing the main SGML |
| 6 |
|
|
file. |
| 7 |
|
|
|
| 8 |
|
|
These entries are usually language independent |
| 9 |
|
|
|
| 10 |
|
|
Remember, this is SGML; the *first* definition of an entity wins. |
| 11 |
|
|
|
| 12 |
|
|
--> |
| 13 |
|
|
|
| 14 |
fjp |
3398 |
<!-- architecture list; conditional definitions are used to emit |
| 15 |
|
|
the proper version of the documentation. You should be able to run |
| 16 |
|
|
your SGML processor with '-i <arch>' in order to change the |
| 17 |
|
|
architecture. Note the comments are magic; they help the |
| 18 |
|
|
Makefile so it knows the available architectures, so don't mess |
| 19 |
|
|
with them. --> |
| 20 |
|
|
<!entity % alpha "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 21 |
|
|
<!entity % amd64 "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 22 |
|
|
<!entity % arm "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 23 |
|
|
<!entity % hppa "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 24 |
|
|
<!entity % i386 "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 25 |
|
|
<!entity % ia64 "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 26 |
|
|
<!entity % m68k "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 27 |
|
|
<!entity % mips "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 28 |
|
|
<!entity % mipsel "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 29 |
|
|
<!entity % powerpc "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 30 |
|
|
<!entity % s390 "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 31 |
|
|
<!entity % sparc "IGNORE"><!-- ARCHMAGIC do not remove --> |
| 32 |
|
|
|
| 33 |
joy |
2049 |
<!-- whether or not to show the FIXME stuff --> |
| 34 |
|
|
<!entity % FIXME "INCLUDE"> |
| 35 |
|
|
|
| 36 |
|
|
<!-- proper (long) name to use for Debian --> |
| 37 |
|
|
<!entity debian "Debian GNU/Linux"> |
| 38 |
|
|
|
| 39 |
fjp |
3398 |
<!-- release data --> |
| 40 |
robster |
3894 |
<!entity release "4.0"> |
| 41 |
|
|
<!entity releasename "etch"> |
| 42 |
|
|
<!entity oldreleasename "sarge"> |
| 43 |
fjp |
3398 |
|
| 44 |
|
|
|
| 45 |
joy |
2049 |
<!-- URLs --> |
| 46 |
|
|
<!entity url-release-notes "http://www.debian.org/releases/stable/releasenotes"> |
| 47 |
fjp |
3171 |
<!entity url-installer "http://www.debian.org/releases/stable/debian-installer/"> |
| 48 |
fjp |
4015 |
<!entity url-installer-news "http://www.debian.org/devel/debian-installer/News/"> |
| 49 |
joy |
2049 |
<!entity url-install-manual "http://www.debian.org/releases/stable/installmanual"> |
| 50 |
|
|
<!entity url-bts "http://bugs.debian.org/"> |
| 51 |
|
|
<!entity url-debian-i18n "http://www.debian.org/international/"> |
| 52 |
|
|
<!entity url-debian-list-archives "http://lists.debian.org/"> |
| 53 |
|
|
<!-- older, deprecated name --> |
| 54 |
|
|
<!entity url-list-archives "&url-debian-list-archives;"> |
| 55 |
|
|
<!entity url-debian-mirrors "http://www.debian.org/distrib/ftplist"> |
| 56 |
|
|
<!-- an example mirror w/o trailing slash --> |
| 57 |
|
|
<!entity url-debian-mirror-eg "http://mirrors.kernel.org/debian"> |
| 58 |
|
|
<!entity opn-irc-server "irc.openprojects.net"> |
| 59 |
robster |
3894 |
<!-- TODO: changed to OFTC --> |
| 60 |
|
|
<!entity url-irc-host "http://www.oftc.net/"> |
| 61 |
fjp |
3150 |
<!entity debian-irc-server "irc.debian.org"> |
| 62 |
joy |
2049 |
<!entity url-ports "http://www.debian.org/ports/&architecture;/"> |
| 63 |
|
|
<!entity url-wnpp "http://www.debian.org/devel/wnpp/"> |
| 64 |
|
|
<!entity url-ddp "http://www.debian.org/doc/ddp"> |
| 65 |
|
|
<!entity url-debian-jr "http://www.debian.org/devel/debian-jr/"> |
| 66 |
|
|
<!entity url-debian-med "http://www.debian.org/devel/debian-med/"> |
| 67 |
|
|
<!entity url-apt-pin-howto "http://www.debian.org/doc/manuals/apt-howto/ch-apt-get"> |
| 68 |
|
|
<!entity url-securing-debian "http://www.debian.org/doc/manuals/securing-debian-howto/"> |
| 69 |
fjp |
3896 |
<!entity url-debian-volatile "http://volatile.debian.org/"> |
| 70 |
joy |
2049 |
|
| 71 |
|
|
<!-- proper nouns for architectures --> |
| 72 |
|
|
<![ %alpha [ <!entity arch-title "Alpha" > ]]> |
| 73 |
fjp |
3398 |
<![ %amd64 [ <!entity arch-title "AMD64" > ]]> |
| 74 |
joy |
2049 |
<![ %arm [ <!entity arch-title "ARM" > ]]> |
| 75 |
|
|
<![ %hppa [ <!entity arch-title "PA-RISC" > ]]> |
| 76 |
|
|
<![ %i386 [ <!entity arch-title "Intel x86" > ]]> |
| 77 |
|
|
<![ %ia64 [ <!entity arch-title "IA-64" > ]]> |
| 78 |
|
|
<![ %m68k [ <!entity arch-title "Motorola 680x0"> ]]> |
| 79 |
|
|
<![ %mips [ <!entity arch-title "Mips" > ]]> |
| 80 |
|
|
<![ %mipsel [ <!entity arch-title "Mipsel" > ]]> |
| 81 |
|
|
<![ %powerpc [ <!entity arch-title "PowerPC" > ]]> |
| 82 |
|
|
<![ %sparc [ <!entity arch-title "SPARC" > ]]> |
| 83 |
|
|
<![ %s390 [ <!entity arch-title "S/390" > ]]> |
| 84 |
|
|
<!entity arch-title "lame arch with no title"> |
| 85 |
|
|
|
| 86 |
robster |
3894 |
<!-- Arch used 2.4 kernel by default in Sarge --> |
| 87 |
fjp |
4011 |
<!-- Also include powerpc as it had 2.4 kernels, so people may still use them --> |
| 88 |
robster |
3894 |
<![ %alpha [ <!entity % defaulted-2.4 "INCLUDE"> ]]> |
| 89 |
|
|
<![ %arm [ <!entity % defaulted-2.4 "INCLUDE"> ]]> |
| 90 |
|
|
<![ %i386 [ <!entity % defaulted-2.4 "INCLUDE"> ]]> |
| 91 |
|
|
<![ %ia64 [ <!entity % defaulted-2.4 "INCLUDE"> ]]> |
| 92 |
|
|
<![ %mips [ <!entity % defaulted-2.4 "INCLUDE"> ]]> |
| 93 |
|
|
<![ %mipsel [ <!entity % defaulted-2.4 "INCLUDE"> ]]> |
| 94 |
fjp |
4011 |
<![ %powerpc [ <!entity % defaulted-2.4 "INCLUDE"> ]]> |
| 95 |
robster |
3894 |
<![ %sparc [ <!entity % defaulted-2.4 "INCLUDE"> ]]> |
| 96 |
|
|
<![ %s390 [ <!entity % defaulted-2.4 "INCLUDE"> ]]> |
| 97 |
|
|
<!entity % defaulted-2.4 "IGNORE"> |
| 98 |
joy |
2049 |
|
| 99 |
fjp |
4015 |
<![ %i386 [ <!entity % g-i "INCLUDE"> ]]> |
| 100 |
|
|
<![ %amd64 [ <!entity % g-i "INCLUDE"> ]]> |
| 101 |
|
|
<![ %powerpc [ <!entity % g-i "INCLUDE"> ]]> |
| 102 |
|
|
<!entity % g-i "IGNORE"> |
| 103 |
|
|
|
| 104 |
joy |
2049 |
<!-- negatives about architectures --> |
| 105 |
|
|
<![ %alpha [ <!entity % not-alpha "IGNORE"> ]]> |
| 106 |
|
|
<!entity % not-alpha "INCLUDE"> |
| 107 |
fjp |
3398 |
<![ %amd64 [ <!entity % not-amd64 "IGNORE"> ]]> |
| 108 |
|
|
<!entity % not-amd64 "INCLUDE"> |
| 109 |
joy |
2049 |
<![ %arm [ <!entity % not-arm "IGNORE"> ]]> |
| 110 |
|
|
<!entity % not-arm "INCLUDE"> |
| 111 |
|
|
<![ %hppa [ <!entity % not-hppa "IGNORE"> ]]> |
| 112 |
|
|
<!entity % not-hppa "INCLUDE"> |
| 113 |
|
|
<![ %i386 [ <!entity % not-i386 "IGNORE"> ]]> |
| 114 |
|
|
<!entity % not-i386 "INCLUDE"> |
| 115 |
|
|
<![ %ia64 [ <!entity % not-ia64 "IGNORE"> ]]> |
| 116 |
|
|
<!entity % not-ia64 "INCLUDE"> |
| 117 |
|
|
<![ %m68k [ <!entity % not-m68k "IGNORE"> ]]> |
| 118 |
|
|
<!entity % not-m68k "INCLUDE"> |
| 119 |
|
|
<![ %mips [ <!entity % not-mips "IGNORE"> ]]> |
| 120 |
|
|
<!entity % not-mips "INCLUDE"> |
| 121 |
|
|
<![ %mipsel [ <!entity % not-mipsel "IGNORE"> ]]> |
| 122 |
|
|
<!entity % not-mipsel "INCLUDE"> |
| 123 |
|
|
<![ %powerpc [ <!entity % not-powerpc "IGNORE"> ]]> |
| 124 |
|
|
<!entity % not-powerpc "INCLUDE"> |
| 125 |
|
|
<![ %s390 [ <!entity % not-s390 "IGNORE"> ]]> |
| 126 |
|
|
<!entity % not-s390 "INCLUDE"> |
| 127 |
|
|
<![ %sparc [ <!entity % not-sparc "IGNORE"> ]]> |
| 128 |
|
|
<!entity % not-sparc "INCLUDE"> |
| 129 |
|
|
|
| 130 |
fjp |
3398 |
<![ %i386 [ <!entity % i386-amd64 "INCLUDE"> ]]> |
| 131 |
|
|
<![ %amd64 [ <!entity % i386-amd64 "INCLUDE"> ]]> |
| 132 |
|
|
<!entity % i386-amd64 "IGNORE"> |
| 133 |
aba |
3977 |
|
| 134 |
|
|
<![ %i386-amd64 [ <!entity % i386-amd64-ia64 "INCLUDE"> ]]> |
| 135 |
|
|
<![ %ia64 [ <!entity % i386-amd64-ia64 "INCLUDE"> ]]> |
| 136 |
|
|
<!entity % i386-amd64-ia64 "IGNORE"> |
| 137 |
fjp |
3398 |
|
| 138 |
fjp |
3171 |
<![ %not-mips [ |
| 139 |
fjp |
3223 |
<![ %not-mipsel [ |
| 140 |
|
|
<!entity % mips-mipsel "IGNORE"> |
| 141 |
|
|
<!entity % not-mips-mipsel "INCLUDE"> |
| 142 |
|
|
]]> |
| 143 |
fjp |
3171 |
]]> |
| 144 |
|
|
<!entity % mips-mipsel "INCLUDE"> |
| 145 |
|
|
<!entity % not-mips-mipsel "IGNORE"> |
| 146 |
|
|
|
| 147 |
robster |
3894 |
<!entity % secondrelease "IGNORE"> |
| 148 |
|
|
<!-- Conditionalize the line above for %not-arch if this is needed |
| 149 |
jseidel |
2823 |
<!entity % secondrelease "INCLUDE"> |
| 150 |
robster |
3894 |
--> |
| 151 |
jseidel |
2823 |
|
| 152 |
fjp |
3184 |
<!-- default kernel version, taken from d-i... --> |
| 153 |
robster |
3894 |
<![ %alpha [ <!entity kernelversion "2.6.18"> ]]> |
| 154 |
|
|
<![ %amd64 [ <!entity kernelversion "2.6.18"> ]]> |
| 155 |
|
|
<![ %arm [ <!entity kernelversion "2.6.18"> ]]> |
| 156 |
|
|
<![ %hppa [ <!entity kernelversion "2.6.18"> ]]> |
| 157 |
|
|
<![ %i386 [ <!entity kernelversion "2.6.18"> ]]> |
| 158 |
|
|
<![ %ia64 [ <!entity kernelversion "2.6.18"> ]]> |
| 159 |
|
|
<![ %m68k [ <!entity kernelversion "2.6.18"> ]]> |
| 160 |
|
|
<![ %mips [ <!entity kernelversion "2.6.18"> ]]> |
| 161 |
|
|
<![ %mipsel [ <!entity kernelversion "2.6.18"> ]]> |
| 162 |
|
|
<![ %powerpc [ <!entity kernelversion "2.6.18"> ]]> |
| 163 |
|
|
<![ %sparc [ <!entity kernelversion "2.6.18"> ]]> |
| 164 |
|
|
<![ %s390 [ <!entity kernelversion "2.6.18"> ]]> |
| 165 |
joy |
2049 |
<!entity kernelversion "unknown??"> |
| 166 |
|
|
|
| 167 |
|
|
<!-- Keep this comment at the end of the file |
| 168 |
|
|
Local variables: |
| 169 |
|
|
mode: sgml |
| 170 |
|
|
End: |
| 171 |
|
|
--> |