~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to build/entities/urls.ent

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- 
 
2
  These are standard URLs for well-known resources on the Internet.
 
3
  You can redefine these to your taste in your install.XX.xml.
 
4
  The Debian URLs do content negotiation so it's not necessary there.
 
5
 -->
 
6
 
 
7
 
 
8
<!-- ******************************************
 
9
  Standard Debian URLs
 
10
  -->
 
11
 
 
12
<!ENTITY www-debian-org "www.debian.org">
 
13
<!ENTITY url-debian-home "http://&www-debian-org;/">
 
14
 
 
15
<!ENTITY ftp-debian-org "ftp.debian.org">
 
16
<!ENTITY url-debian-ftp "ftp://&ftp-debian-org;/">
 
17
 
 
18
<!ENTITY url-d-i "http://&www-debian-org;/devel/debian-installer/">
 
19
 
 
20
<!ENTITY d-i-alioth-debian-org "d-i.alioth.debian.org">
 
21
<!ENTITY url-d-i-alioth "http://&d-i-alioth-debian-org;/">
 
22
<!ENTITY url-d-i-alioth-manual "&url-d-i-alioth;manual/">
 
23
 
 
24
<!ENTITY url-social-contract "http://&www-debian-org;/social_contract">
 
25
<!ENTITY url-dfsg "&url-social-contract;#guidelines">
 
26
 
 
27
<!ENTITY url-debian-policy "http://&www-debian-org;/doc/debian-policy/">
 
28
 
 
29
<!ENTITY url-new-maintainer "http://&www-debian-org;/doc/maint-guide/">
 
30
 
 
31
<!ENTITY url-debian-faq "http://&www-debian-org;/doc/FAQ/">
 
32
 
 
33
<!ENTITY url-bts "http://bugs.debian.org/">
 
34
<!ENTITY url-bts-debian-installer "&url-bts;cgi-bin/pkgreport.cgi?maint=debian-boot@lists.debian.org">
 
35
 
 
36
<!-- broken for i386 (from the website, `i386 is not a port') -->
 
37
<!ENTITY url-ports "http://&www-debian-org;/ports/&architecture;/">
 
38
 
 
39
<!ENTITY email-debian-boot-list "debian-boot@lists.debian.org">
 
40
 
 
41
<!-- base for the current distribution -->
 
42
<!ENTITY disturlftp "ftp://&ftp-debian-org;/debian/dists/&releasename;/">
 
43
<!ENTITY disturl    "http://http.us.debian.org/debian/dists/&releasename;/">
 
44
 
 
45
<!-- base for unstable -->
 
46
<!ENTITY url-dist-unstable "ftp://ftp.debian.org/debian/dists/unstable/">
 
47
 
 
48
<!-- where to get the current debian-installer -->
 
49
<!ENTITY url-debian-installer "&disturl;main/installer-&architecture;/current/">
 
50
 
 
51
<!-- debian-installer CVSweb - OBSOLETED: should be removed when no longer used -->
 
52
<!-- <!ENTITY url-d-i-cvsweb "http://svn.debian.org/viewcvs/d-i/"> -->
 
53
<!ENTITY url-d-i-cvsweb "http://svn.debian.org/wsvn/d-i/">
 
54
 
 
55
<!-- debian-installer WebSVN  -->
 
56
<!ENTITY url-d-i-websvn "http://svn.debian.org/wsvn/d-i/">
 
57
 
 
58
<!-- debian-installer README -->
 
59
<!ENTITY url-d-i-readme "http://svn.debian.org/wsvn/d-i/README?op=file">
 
60
 
 
61
<!-- instructions on where to get Debian -->
 
62
<!ENTITY url-debian-distrib "http://&www-debian-org;/distrib/">
 
63
 
 
64
<!-- General Debian CD pages -->
 
65
<!ENTITY url-debian-cd "http://&www-debian-org;/CD/">
 
66
 
 
67
<!-- vendors that sell Debian CDs -->
 
68
<!ENTITY url-debian-cd-vendors "http://&www-debian-org;/CD/vendors/">
 
69
 
 
70
<!-- Debian mirrors -->
 
71
<!ENTITY url-debian-mirrors "http://&www-debian-org;/distrib/ftplist">
 
72
 
 
73
<!-- an example mirror w/o trailing slash -->
 
74
<!ENTITY url-debian-mirror-eg "http://mirrors.kernel.org/debian">
 
75
 
 
76
<!-- release area off the Debian web site -->
 
77
<!ENTITY url-release-area "http://&www-debian-org;/releases/&releasename;/">
 
78
 
 
79
<!-- WNPP -->
 
80
<!ENTITY url-wnpp "http://&www-debian-org;/devel/wnpp/">
 
81
 
 
82
<!-- X strike force -->
 
83
<!ENTITY url-x-strike-force "http://&www-debian-org;/~branden/">
 
84
 
 
85
<!-- release notes for this release -->
 
86
<!ENTITY url-release-notes "&url-release-area;&architecture;/release-notes/">
 
87
 
 
88
<!-- official www.debian.org location of the install manual -->
 
89
<!ENTITY url-install-manual "&url-release-area;&architecture;/">
 
90
<!ENTITY url-dselect-beginner "&url-release-area;&architecture;/dselect-beginner">
 
91
 
 
92
<!-- relative locations of the manuals; this is tricky because in the -->
 
93
<!-- web build we can rely on content negotiation, whereas off a CD or -->
 
94
<!-- whathaveyou, we cannot -->
 
95
<!-- <![ %official-web-build; [ -->
 
96
<!--   <!ENTITY url-local-install-manual   "install"> -->
 
97
<!--   <!ENTITY url-local-dselect-beginner "dselect-beginner"> -->
 
98
<!-- ]]> -->
 
99
  <!ENTITY url-local-install-manual   "install&langext;.html">
 
100
  <!ENTITY url-local-dselect-beginner "dselect-beginner&langext;.html">
 
101
 
 
102
<!-- Example preseed file -->
 
103
<!-- For unofficial builds we should use this, but no idea how to get it working...
 
104
<![ %unofficial_build; [
 
105
  <!ENTITY url-example-preseed   "&url-d-i-alioth-manual;example-preseed.txt">
 
106
]]>
 
107
-->
 
108
  <!ENTITY url-example-preseed   "&url-release-area;example-preseed.txt">
 
109
  <!ENTITY urlset-example-preseed
 
110
  "<phrase condition='for_alioth'><ulink url='&url-d-i-alioth-manual;example-preseed.txt'></ulink></phrase><phrase condition='for_wdo'><ulink url='&url-release-area;example-preseed.txt'></ulink></phrase><phrase condition='for_cd'><ulink url='../example-preseed.txt'></ulink></phrase>">
 
111
 
 
112
<!-- preinstalled debian -->
 
113
<!ENTITY url-pre-installed "http://&www-debian-org;/distrib/pre-installed">
 
114
 
 
115
<!ENTITY url-debian-list-archives "http://lists.debian.org/">
 
116
 
 
117
<!ENTITY url-debian-lists-subscribe "http://&www-debian-org;/MailingLists/subscribe">
 
118
<!ENTITY url-list-subscribe "&url-debian-lists-subscribe;">
 
119
 
 
120
<!-- DDP project page -->
 
121
<!ENTITY url-ddp "http://&www-debian-org;/doc/ddp">
 
122
 
 
123
<!-- Debian Jr. project -->
 
124
<!ENTITY url-debian-jr "http://&www-debian-org;/devel/debian-jr/">
 
125
 
 
126
<!-- Debian Med project -->
 
127
<!ENTITY url-debian-med "http://&www-debian-org;/devel/debian-med/">
 
128
 
 
129
<!-- APT pinning instructions -->
 
130
<!ENTITY url-apt-pin-howto "http://&www-debian-org;/doc/manuals/apt-howto/ch-apt-get">
 
131
 
 
132
<!-- Securing Debian manual -->
 
133
<!ENTITY url-securing-debian "http://&www-debian-org;/doc/manuals/securing-debian-howto/">
 
134
 
 
135
<!-- i18n coordination and info -->
 
136
<!ENTITY url-debian-i18n "http://&www-debian-org;/international/">
 
137
 
 
138
<!-- Debian Reference -->
 
139
<!ENTITY url-debian-reference "http://&www-debian-org;/doc/user-manuals#quick-reference">
 
140
 
 
141
 
 
142
<!--
 
143
  misc
 
144
  -->
 
145
<!ENTITY url-osd "http://opensource.org/docs/definition_plain.html">
 
146
 
 
147
<!-- possibly use talking about bundled Debian -->
 
148
<!ENTITY url-va-research "http://www.varesearch.com/">
 
149
 
 
150
<!-- GPL -->
 
151
<!ENTITY url-gnu-copyleft "http://www.gnu.org/copyleft/gpl.html">
 
152
 
 
153
<!ENTITY url-linux-journal "http://www.linuxjournal.com/">
 
154
 
 
155
<!-- Linux Kernel entities -->
 
156
<!ENTITY url-linux-kernel-list-faq "http://www.tux.org/lkml/">
 
157
<!ENTITY url-kernel-traffic "http://www.kerneltraffic.org/kernel-traffic/index.html">
 
158
 
 
159
<!-- Linux History page -->
 
160
<!ENTITY url-linux-history "http://www.li.org/linuxhistory.php">
 
161
 
 
162
<!-- Introductions to the FSF and GNU Project -->
 
163
<!ENTITY url-fsf-intro "http://www.fsf.org/">
 
164
<!ENTITY url-gnu-intro "http://www.gnu.org/gnu/the-gnu-project.html">
 
165
 
 
166
<!-- Kernel archives -->
 
167
<!ENTITY url-kernel-org "http://www.kernel.org/">
 
168
 
 
169
<!-- Linux Standard Base -->
 
170
<!ENTITY url-lsb-org "http://www.linuxbase.org/">
 
171
 
 
172
<!-- Filesystem Hierarchy Standard -->
 
173
<!ENTITY url-fhs-home "http://www.pathname.com/fhs/">
 
174
 
 
175
<!-- OPN -->
 
176
<!ENTITY url-opn "http://www.openprojects.net/">
 
177
<!ENTITY opn-irc-server "irc.openprojects.net">
 
178
 
 
179
 
 
180
<!-- ******************************************
 
181
  HOWTOs and FAQs (general)
 
182
  -->
 
183
 
 
184
<!ENTITY url-ldp "http://www.tldp.org/">
 
185
 
 
186
<!ENTITY url-net-howto "&url-ldp;HOWTO/NET-3-HOWTO.html">
 
187
 
 
188
<!ENTITY url-ethernet-howto "&url-ldp;HOWTO/Ethernet-HOWTO.html">
 
189
 
 
190
<!ENTITY url-ppp-howto "&url-ldp;HOWTO/PPP-HOWTO.html">
 
191
 
 
192
<!ENTITY url-multidisk-howto "&url-ldp;HOWTO/Multi-Disk-HOWTO.html">
 
193
 
 
194
<!ENTITY url-software-raid-howto "&url-ldp;HOWTO/Software-RAID-HOWTO.html">
 
195
 
 
196
<!ENTITY url-lvm-howto "&url-ldp;HOWTO/LVM-HOWTO.html">
 
197
 
 
198
<!ENTITY url-boot-prompt-howto "&url-ldp;HOWTO/BootPrompt-HOWTO.html">
 
199
 
 
200
<!ENTITY url-linux-freebsd "&url-ldp;HOWTO/Linux+FreeBSD-2.html">
 
201
 
 
202
<!ENTITY url-unix-faq "http://www.faqs.org/faqs/unix-faq/">
 
203
 
 
204
<!ENTITY url-scsi-faq
 
205
  "http://www.cis.ohio-state.edu/hypertext/faq/usenet/scsi-faq/top.html">
 
206
 
 
207
<!ENTITY url-removed-packages
 
208
  "http://ftp-master.debian.org/removals.txt">
 
209
 
 
210
<!ENTITY url-removed-nonus
 
211
  "http://non-us.debian.org/~troup/removals.txt">
 
212
 
 
213
 
 
214
<!ENTITY url-linux-org-help "http://www.linux.org/help/">
 
215
 
 
216
<!-- possibly useful
 
217
        http://metalab.unc.edu/LDP/HOWTO/Access-HOWTO.html
 
218
        http://www.netbsd.org/Ports/i386/faq.html - multiboot
 
219
  -->
 
220
 
 
221
 
 
222
<!-- ******************************************
 
223
  HOWTOs and FAQs (x86)
 
224
  -->
 
225
 
 
226
<!ENTITY url-installation-guide "&url-ldp;LDP/gs/gs.html">
 
227
 
 
228
<!ENTITY url-installation-howto "&url-ldp;HOWTO/Installation-HOWTO.html">
 
229
 
 
230
<!ENTITY url-cd-howto "&url-ldp;HOWTO/CDROM-HOWTO.html">
 
231
<!ENTITY url-cdrom-howto "&url-cd-howto;">
 
232
 
 
233
<!ENTITY url-partition-howto "&url-ldp;HOWTO/Partition/">
 
234
 
 
235
<!ENTITY url-lilo-howto "&url-ldp;HOWTO/LILO.html">
 
236
 
 
237
<!ENTITY url-large-disk-howto "&url-ldp;HOWTO/Large-Disk-HOWTO.html">
 
238
 
 
239
<!ENTITY url-phoenix-bios-faq-large-disk
 
240
  "http://www.phoenix.com/en/Customer+Services/BIOS/BIOS+FAQ/default.htm">
 
241
 
 
242
<!ENTITY url-invoking-bios-info "&url-ldp;HOWTO/Hard-Disk-Upgrade/install.html">
 
243
 
 
244
<!ENTITY url-hardware-howto "&url-ldp;HOWTO/Hardware-HOWTO.html">
 
245
 
 
246
<!ENTITY url-pcmcia-howto "&url-ldp;HOWTO/PCMCIA-HOWTO.html">
 
247
 
 
248
<!ENTITY url-plip-install-howto "&url-ldp;HOWTO/PLIP-Install-HOWTO.html">
 
249
 
 
250
<!ENTITY url-x86-laptop "http://www.linux-laptop.net/">
 
251
 
 
252
<!-- this link is bad and not sure how to replace it! -->
 
253
<!ENTITY url-linux-mca "http://www.dgmicro.com/mca/general-goods.html">
 
254
<!-- Archives are dead; link below is no longer used -->
 
255
<!ENTITY url-linux-mca-discussion
 
256
  "http://www.dgmicro.com/linux_frm.htm">
 
257
 
 
258
<!-- "the link is valid but information is stale. The archive has been
 
259
removed and text documention at link directs one to a URL that is broken." -->
 
260
<!ENTITY url-pc-hw-faq
 
261
  "http://www.faqs.org/faqs/pc-hardware-faq/part1/">
 
262
 
 
263
<!-- there are a ton of other multiboot-oriented HOWTOs; are they useful?
 
264
     http://metalab.unc.edu/LDP/HOWTO/Linux+DOS+Win95+OS2.html
 
265
     http://metalab.unc.edu/LDP/HOWTO/Linux+FreeBSD.html
 
266
     http://metalab.unc.edu/LDP/HOWTO/Linux+NT-Loader.html
 
267
     http://metalab.unc.edu/LDP/HOWTO/Linux+Win95.html
 
268
     http://metalab.unc.edu/LDP/HOWTO/Loadlin+Win95.html
 
269
     http://metalab.unc.edu/LDP/HOWTO/Multiboot-with-LILO.html
 
270
  -->     
 
271
 
 
272
<!-- Link no longer exists, should be removed -->
 
273
<!ENTITY url-windows-refund "http://www.windowsrefund.net/">
 
274
 
 
275
<!ENTITY url-xfree86 "http://www.xfree86.org/">
 
276
<!ENTITY url-xfree "&url-xfree86;">
 
277
 
 
278
<!ENTITY url-xfree86-cardlist "&url-xfree86;cardlist.html">
 
279
 
 
280
<!ENTITY url-simtel "ftp://ftp.simtel.net/pub/simtelnet/msdos/">
 
281
 
 
282
 
 
283
<!-- ****************************************** m68k links -->
 
284
<!--
 
285
   urls that I need to absorb or point to:
 
286
        http://www.informatik.uni-oldenburg.de/~amigo/debian_inst.html
 
287
        http://www.linux-m68k.org/debian-atari.html
 
288
        http://www.linux-m68k.org/debian-mac.html
 
289
        http://www.mac.linux-m68k.org/docs/debian-mac68k-install.html
 
290
        http://www.mac.linux-m68k.org/docs/debian-mac-install.html
 
291
        ftp://baltimore.wwaves.com/pub/MacLinux/debian-support/Debian-2.0-Mac-Install.html (outdated by above?)
 
292
        http://www.sleepie.demon.co.uk/linuxvme/
 
293
 
 
294
   NetBSD has some nice documentation:
 
295
        http://www.netbsd.org/Ports/atari/faq.html
 
296
        ftp://ftp.NetBSD.ORG/pub/NetBSD/NetBSD-1.3.3/atari/INSTALL
 
297
        http://www.netbsd.org/Ports/amiga/index.html (sup/unsup hardware)
 
298
        ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-1.3.3/mvme68k/INSTALL
 
299
  -->
 
300
 
 
301
<!ENTITY url-m68k-cts-faq "http://people.debian.org/~cts/debian-m68k/sarge/">
 
302
 
 
303
<!ENTITY url-m68k-faq "http://www.linux-m68k.org/faq/faq.html">
 
304
 
 
305
<!ENTITY url-m68k-mac "http://www.mac.linux-m68k.org/"> 
 
306
 
 
307
<!ENTITY url-m68k-install-guide
 
308
  "http://www.informatik.uni-oldenburg.de/~amigo/InstGuide/">
 
309
 
 
310
<!-- old amiga install guide, for credits only -->
 
311
<!ENTITY url-m68k-old-amiga-install "http://www.informatik.uni-oldenburg.de/~amigo/debian_inst.html">
 
312
 
 
313
 
 
314
<!-- ****************************************** alpha links -->
 
315
<!--
 
316
   also interesting
 
317
        http://classnet.med.miami.edu:8080/alpha/
 
318
        http://www.redhat.com/support/docs/rhl/alpha/rh52-hardware-alpha.html
 
319
        http://www.azstarnet.com/~axplinux/alpha-sys.html
 
320
  -->
 
321
 
 
322
<!ENTITY url-alpha-faq "http://linux.iol.unh.edu/linux/alpha/faq/">
 
323
 
 
324
<!ENTITY url-alpha-debian "http://&www-debian-org;/ports/alpha/">
 
325
 
 
326
<!ENTITY url-alpha-loic "http://lhpca.univ-lyon1.fr/axp/debian.html">
 
327
 
 
328
<!ENTITY url-alpha-loic-guide "http://lhpca.univ-lyon1.fr/axp/README">
 
329
 
 
330
<!ENTITY url-alpha-marc "http://www.bard.org.il/~marc/html/DebAlphaHOWTO.html/">
 
331
 
 
332
<!ENTITY url-milo-howto "&url-ldp;HOWTO/MILO-HOWTO.html">
 
333
 
 
334
<!ENTITY url-alpha-howto "&url-ldp;HOWTO/Alpha-HOWTO.html">
 
335
 
 
336
<!ENTITY url-srm-howto "&url-ldp;HOWTO/SRM-HOWTO/">
 
337
 
 
338
<!ENTITY url-alpha-firmware "http://ftp.digital.com/pub/DEC/Alpha/firmware/">
 
339
 
 
340
<!ENTITY url-jensen-howto "http://www.alphalinux.org/faq/FAQ-9.html">
 
341
 
 
342
<!ENTITY url-lightweight-rtc-patch
 
343
  "ftp://genie.ucd.ie/pub/alpha/patches-2.2.x/rtclight-2.2.12.diff">
 
344
 
 
345
<!-- ******************************************  sparc links -->
 
346
<!--
 
347
  http://www.netbsd.org/Documentation/network/netboot/index.html -
 
348
    tftp setup for NetBSD
 
349
  http://www.geog.ubc.ca/s_linux/howto/netboot.html
 
350
  http://users.ai-lab.fh-furtwangen.de/~eble/sparclinux/installation-howto.html
 
351
  -->
 
352
 
 
353
<!ENTITY url-sparc-linux "http://www.ultralinux.org/">
 
354
 
 
355
<!ENTITY url-sparc-linux-faq "&url-sparc-linux;faq.html">
 
356
 
 
357
<!ENTITY url-sun-faqs "http://metalab.unc.edu/pub/sun-info/sun-faq/FAQs/">
 
358
 
 
359
<!ENTITY url-openboot "http://docs.sun.com/?p=/coll/216.2">
 
360
 
 
361
<!ENTITY url-sun-nvram-faq "http://www.squirrel.com/sun-nvram-hostid.faq.html">
 
362
 
 
363
 
 
364
<!-- ****************************************** powerpc links -->
 
365
 
 
366
<!ENTITY url-powerpc-linux-faq 
 
367
  "http://www.dartmouth.edu/cgi-bin/cgiwrap/jonh/lppc/faq.pl">
 
368
 
 
369
<!ENTITY url-powerpc-yaboot-faq
 
370
  "http://penguinppc.org/projects/yaboot/doc/yaboot-howto.shtml/">
 
371
 
 
372
<!ENTITY url-powerpc-quik-faq
 
373
  "http://penguinppc.org/projects/quik/">
 
374
 
 
375
<!ENTITY url-powerpc-debian 
 
376
   "http://&www-debian-org;/ports/powerpc/">
 
377
 
 
378
<!ENTITY url-netbsd-powerpc-faq 
 
379
   "http://www.netbsd.org/Ports/macppc/faq.html">
 
380
 
 
381
<!ENTITY url-mac-fdisk-tutorial
 
382
  "http://penguinppc.org/projects/yaboot/doc/mac-fdisk-basics.shtml">
 
383
 
 
384
<!ENTITY url-powerpc-of 
 
385
   "http://debian-imac.sourceforge.net/">
 
386
 
 
387
<!ENTITY url-powerpc-suntar 
 
388
   "http://hyperarchive.lcs.mit.edu/HyperArchive/Archive/cmp/suntar-223.hqx">
 
389
 
 
390
<!ENTITY url-powerpc-resedit 
 
391
   "http://www.resexcellence.com/resedit.shtml">
 
392
 
 
393
<!ENTITY url-powerpc-creator-changer 
 
394
   "ftp://uiarchive.uiuc.edu/mirrors/ftp/ftp.info-mac.org/info-mac/disk/creator-changer-284.hqx">
 
395
 
 
396
<!ENTITY url-powerpc-diskcopy 
 
397
   "http://download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/English-North_American/Macintosh/Utilities/Disk_Copy/Disk_Copy_6.3.3.smi.bin">
 
398
 
 
399
<!ENTITY url-powerpc-ppcbug "no URL">
 
400
 
 
401
<!ENTITY url-powerpc-bootx
 
402
   "http://penguinppc.org/projects/bootx/">
 
403
 
 
404
<!ENTITY url-powerpc-patch-floppy
 
405
   "http://cvs.debian.org/boot-floppies/powerpc-specials/miBoot/patch-floppy-image.pl">
 
406
 
 
407
 
 
408
<!-- ****************************************** mips links -->
 
409
 
 
410
<!ENTITY url-linux-mips "http://www.linux-mips.org/">
 
411
 
 
412
<!-- Next link no longer exists; should be cleaned up -->
 
413
<!ENTITY url-mips-howto "http://www.linux-mips.org/hardware.html">
 
414
 
 
415
<!ENTITY url-indigo2-howto "http://oss.sgi.com/mips/i2-howto.html">
 
416
 
 
417
<!ENTITY url-bcm91250a-hardware "http://www.cyrius.com/debian/bcm91250a/hardware.html">
 
418
 
 
419
<!-- ****************************************** s390 links -->
 
420
  
 
421
<!ENTITY url-s390-distributions
 
422
  "http://www.redbooks.ibm.com/pubs/pdfs/redbooks/sg246264.pdf">
 
423
 
 
424
<!ENTITY url-s390-linux
 
425
  "http://www.redbooks.ibm.com/pubs/pdfs/redbooks/sg244987.pdf">
 
426
 
 
427
<!ENTITY url-s390-devices
 
428
  "http://oss.software.ibm.com/developerworks/opensource/linux390/docu/l390dd08.pdf">
 
429
 
 
430
<!ENTITY url-s390-tech
 
431
  "http://oss.software.ibm.com/developerworks/opensource/linux390/documentation-2.4.shtml">
 
432
 
 
433
<!ENTITY url-s390-developerworks
 
434
  "http://oss.software.ibm.com/developerworks/opensource/linux390/index.shtml">
 
435
 
 
436
<!-- Keep this comment at the end of the file
 
437
Local variables:
 
438
mode: sgml
 
439
End:
 
440
-->