annotate FTP @ 42829:07bd6e693cb6

(easy-mmode-defmap): Enable "Up Stack", "Down Stack", and "Finish Function" menu map entries for jdb mode. (gud-jdb-use-classpath): New customization variable. (gud-jdb-command-name): Add customization. (gud-jdb-classpath, gud-marker-acc-max-length): New variables. (gud-jdb-classpath-string): New variable. (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings. (gud-jdb-build-source-files-list): Likewise. (gud-jdb-massage-args): Record any command argument classpath string in `gud-jdb-classpath-string'. (gud-jdb-lowest-stack-level): New function, finds bottom of current java call stack in jdb output. (gud-jdb-find-source-using-classpath, gud-jdb-find-source) (gud-jdb-parse-classpath-string): New functions. (gud-jdb-marker-filter): Search/detect classpath information in jdb's output. marker regexp updated to match oldjdb and jdb output formats. Expand search for source files to include new/old methods using new functions above. Do not allow `gud-marker-acc' to grow without bound. (jdb): Set classpath information (if available) as jdb is started. Change `gud-break' and `gud-remove' to use new %c ("class") escape in format strings. Add `gud-finish', `gud-up', `gud-down' command string functions, and add them to the local menu map. Update `comint-prompt-regexp' for jdb and oldjdb. If attaching to an already running java VM and configured to use classpath, send command to query for classpath, else use previous method for finding and parsing java sources. Set `gud-jdb-find-source' function accordingly. (gud-mode): Doc fix. (gud-format-command): Add support for new %c ("class") escape. (gud-find-class): New function in support of %c escape.
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Jan 2002 18:57:20 +0000
parents cb7b83e13a02
children 20daeefd7052
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33648
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
1 -*- text -*-
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
2 How to get GNU Software by Internet FTP or by UUCP. Last updated 1999-01-20
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
3
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
4 * Please send improvements to this file to gnu@gnu.org.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
5
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
6 * No Warranties
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
7
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
8 We distribute software in the hope that it will be useful, but without
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
9 any warranty. No author or distributor of this software accepts
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
10 responsibility to anyone for the consequences of using it or for
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
11 whether it serves any particular purpose or works at all, unless he
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
12 says so in writing. This is exactly the same warranty that the commercial
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
13 software companies offer: None. If the distribution is incomplete or the
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
14 media fails, you can always download a replacement from any of the GNU
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
15 mirrors, free of charge.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
16
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
17 * Updates
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
18
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
19 A possibly more up-to-date list of GNU FTP sites is at
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
20 http://www.gnu.org/order/ftp.html
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
21
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
22 * How to FTP
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
23
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
24 Use the ftp program on your system (ask locally if you can't find it)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
25 to connect to the host you are ftping from. Unless indicated
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
26 otherwise, login in as user "anonymous", with password: "your e-mail
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
27 address" and set "binary" mode (to transfer all eight bits in each
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
28 byte).
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
29
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
30 ALWAYS USE BINARY/IMAGE MODE TO TRANSFER THESE FILES!
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
31 Text mode does not work for tar files or compressed files.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
32
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
33 * GNU Software and How To FTP It
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
34
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
35 GNU software is available on ftp.gnu.org under the directory /gnu.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
36 diff files to convert between versions exist for some of these
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
37 programs. Some programs have misc support files as well. Have a look
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
38 on ftp.gnu.org to see which ones. In most cases, the tar or diff
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
39 files are compressed with the `gzip' program; this is indicated with
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
40 the .gz suffix.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
41
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
42 Descriptions of GNU software are available at
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
43 http://www.gnu.org/software/software.html
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
44
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
45 * Alternative Internet FTP Sources
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
46
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
47 Please do NOT use a site outside your country, until you have checked
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
48 all sites inside your country, and then your continent. Trans-ocean
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
49 TCP/IP links are very expensive and usually very low speed.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
50
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
51 The canonical GNU ftp site is located at ftp.gnu.org/gnu.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
52 You should probably use one of the many mirrors of that site - the
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
53 mirrors will be less busy, and you can find one closer to your site.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
54
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
55 * GNU FTP Site Mirror List
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
56
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
57 United States:
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
58
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
59
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
60 California - labrea.stanford.edu/pub/gnu, gatekeeper.dec.com/pub/GNU, ftp.keystealth.org/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
61 Hawaii - ftp.hawaii.edu/mirrors/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
62 Illinois - uiarchive.cso.uiuc.edu/pub/gnu (Internet address 128.174.5.14)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
63 Kentucky - ftp.ms.uky.edu/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
64 Maryland - ftp.digex.net/pub/gnu (Internet address 164.109.10.23)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
65 Massachusetts - aeneas.mit.edu/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
66 Michigan - gnu.egr.msu.edu/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
67 Missouri - wuarchive.wustl.edu/systems/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
68 New Mexico - ftp.cs.unm.edu/mirrors/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
69 New York - ftp.cs.columbia.edu/archives/gnu/prep
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
70 New York - ftp.stealth.net/pub/mirrors/ftp.gnu.org (Internet address 206.252.192.18)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
71 North Carolina - http://metalab.unc.edu/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
72 Ohio - ftp.cis.ohio-state.edu/mirror/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
73 Pennsylvania - boron.club.cc.cmu.edu/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
74 Tennessee - sunsite.utk.edu/pub/gnu/ftp
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
75 Virginia - ftp.uu.net/archive/systems/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
76 Washington - ftp.nodomainname.net/pub/mirrors/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
77 Wisconsin - ftp.twtelecom.net/pub/GNU
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
78
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
79 Africa:
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
80
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
81 South Africa - ftp.sun.ac.za/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
82
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
83 The Americas:
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
84
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
85 Brazil - ftp.unicamp.br/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
86 Brazil - master.softaplic.com.br/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
87 Brazil - ftp.matrix.com.br/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
88 Canada - ftp.cs.ubc.ca/mirror2/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
89 Chile - ftp.inf.utfsm.cl/pub/gnu (Internet address 146.83.198.3)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
90 Costa Rica - sunsite.ulatina.ac.cr/Mirrors/GNU
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
91 Mexico - ftp.uaem.mx/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
92
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
93 Australia:
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
94
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
95 Australia - ftp.progsoc.uts.edu.au/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
96 Australia - mirror.aarnet.edu.au/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
97
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
98 Asia:
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
99
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
100 China - ftp.sea9.com/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
101 China - ftp.cs.cuhk.edu.hk/pub/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
102 China - sunsite.ust.hk/pub/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
103 Japan - tron.um.u-tokyo.ac.jp/pub/GNU/prep
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
104 Japan - ftp.cs.titech.ac.jp/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
105 Japan - mirror.nucba.ac.jp/mirror/GNU/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
106 Japan - core.ring.gr.jp/pub/GNU
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
107 Japan - ftp.ring.gr.jp/pub/GNU
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
108 Korea - cair-archive.kaist.ac.kr/pub/gnu (Internet address 143.248.186.3)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
109 Korea - ftpmirror.hanyang.ac.kr/GNU
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
110 Saudi Arabia - ftp.isu.net.sa/pub/mirrors/prep.ai.mit.edu/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
111 Taiwan - coda.nctu.edu.tw/UNIX/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
112 Taiwan - ftp1.sinica.edu.tw/pub3/GNU/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
113 Thailand - ftp.nectec.or.th/pub/mirrors/gnu (Internet address - 192.150.251.32)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
114
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
115 Europe:
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
116
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
117 Austria - ftp.gnu.vbs.at/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
118 Austria - ftp.univie.ac.at/packages/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
119 Austria - gd.tuwien.ac.at/gnu/gnusrc
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
120 Belgium - ftp.be.gnu.org
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
121 Austria - http://gd.tuwien.ac.at/gnu/gnusrc/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
122 Czech Republic - ftp.fi.muni.cz/pub/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
123 Denmark - ftp.denet.dk/mirror/ftp.gnu.org/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
124 Denmark - ftp.dkuug.dk/pub/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
125 Finland - ftp.funet.fi/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
126 France - ftp.univ-lyon1.fr/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
127 France - ftp.irisa.fr/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
128 France - ftp.medasys-digital-systems.fr/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
129 France - ftp.fuitad.net/mirrors/ftp.gnu.org
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
130 Germany - ftp.leo.org/pub/comp/os/unix/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
131 Germany - ftp.informatik.rwth-aachen.de/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
132 Germany - ftp.de.uu.net/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
133 Germany - ftp.freenet.de/pub/ftp.gnu.org/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
134 Germany - ftp.gigabell.net/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
135 Germany - ftp.cs.uni-bonn.de/pub/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
136 Germany - ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.gnu.org
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
137 Germany - http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.gnu.org
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
138 Greece - ftp.forthnet.gr/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
139 Greece - ftp.ntua.gr/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
140 Greece - ftp.duth.gr/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
141 Greece - ftp.aua.gr/pub/mirrors/GNU (Internet address 143.233.187.61)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
142 Hungary - ftp.kfki.hu/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
143 Ireland - ftp.esat.net/pub/gnu (Internet address 193.120.14.241)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
144 Israel - iglu.org.il/pub/GNU
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
145 Italy - ftp.oasi.gpa.it/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
146 Netherlands - ftp.eu.net/gnu (Internet address 192.16.202.1)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
147 Netherlands - ftp.nluug.nl/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
148 Netherlands - ftp.win.tue.nl/pub/gnu (Internet address 131.155.70.19)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
149 Netherlands - ftp.mirror.nl/pub/mirror/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
150 Netherlands - ftp.nl.uu.net/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
151 Norway - ftp.ntnu.no/pub/gnu (Internet address 129.241.11.142)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
152 Norway - sunsite.uio.no/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
153 Poland - ftp.task.gda.pl/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
154 Poland - sunsite.icm.edu.pl/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
155 Portugal - ftp.ci.uminho.pt/pub/mirrors/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
156 Portugal - http://ciumix.ci.uminho.pt/mirrors/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
157 Portugal - ftp.ist.utl.pt/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
158 Portugal - mirrors.netvisao.pt/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
159 Romania - archive.logicnet.ro/mirrors/ftp.gnu.org/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
160 Russia - ftp.chg.ru/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
161 Slovenia - ftp.arnes.si/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
162 Spain - ftp.etsimo.uniovi.es/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
163 Spain - ftp.rediris.es/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
164 Sweden - ftp.isy.liu.se/pub/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
165 Sweden - ftp.stacken.kth.se
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
166 Sweden - ftp.luth.se/pub/unix/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
167 Sweden - ftp.sunet.se/pub/gnu (Internet address 130.238.127.3)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
168 Also mirrors the Mailing List Archives.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
169 Sweden - ftp.chl.chalmers.se/pub/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
170 Switzerland - ftp.eunet.ch/mirrors4/gnu
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
171 Switzerland - sunsite.cnlab-switch.ch/mirror/gnu (Internet address 193.5.24.1)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
172 Turkey - ftp.baskent.edu.tr/gnu/ftp
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
173 United Kingdom - ftp.mcc.ac.uk/pub/gnu (Internet address 130.88.203.12)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
174 United Kingdom - ftp.mirror.ac.uk/sites/ftp.gnu.org/pub/gnu/
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
175 United Kingdom - ftp.warwick.ac.uk/pub/gnu (Internet address 137.205.192.13)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
176 United Kingdom - SunSITE.doc.ic.ac.uk/gnu (Internet address 193.63.255.4)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
177
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
178 * How to FTP GNU Emacs
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
179
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
180 Emacs is in the directory /gnu/emacs on ftp.gnu.org. The emacs
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
181 distribution itself has a filename in the form emacs-M.N.tar.gz, where
40894
cb7b83e13a02 Remove the text about a separate ELisp manual distribution.
Eli Zaretskii <eliz@gnu.org>
parents: 33648
diff changeset
182 M and N stand for the version numbers.
33648
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
183
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
184 * Scheme and How to FTP It
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
185
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
186 The latest distribution version of C Scheme is available via anonymous FTP
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
187 from swiss-ftp.ai.mit.edu in /pub/scheme-X.X/ (where X.X is some version
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
188 number).
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
189
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
190 Read the files INSTALL and README in the top level C Scheme directory.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
191
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
192 * TeX and How to Obtain It
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
193
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
194 We don't distribute TeX now, but it is free software.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
195
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
196 TeX is a document formatter that is used, among other things, by the FSF
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
197 for all its documentation. You will need it if you want to make printed
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
198 manuals.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
199
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
200 TeX is freely redistributable. You can get it by ftp, tape, or CD/ROM.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
201
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
202 ** For FTP instructions, retrieve the file
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
203 ftp.cs.umb.edu/pub/tex/unixtex.ftp. (We don't include it here because it
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
204 changes relatively frequently. Sorry.)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
205
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
206 ** A minimal TeX collection (enough to process Texinfo files, anyway)
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
207 is included on the GNU source CD-ROM. See the file ORDERS in this
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
208 directory for more information.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
209
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
210 * VMS FTP sites with GNU Software
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
211 You can anonymously ftp a VMS version of GNU emacs from:
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
212 - ftp.vms.stacken.kth.se:[.GNU-VMS] - GNU Emacs and some other VMS
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
213 ports (and some VMS binaries) of GNU software
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
214 - mango.rsmas.miami.edu has a VMS version of the GCC/G++ compiler.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
215 Contact angel@flipper.miami.edu (angel li) for details.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
216 - RIGEL.EFD.LTH.SE [130.235.48.3] - GNU Emacs
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
217
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
218 * Getting GNU software in Great Britain
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
219
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
220 jpo@cs.nott.ac.uk is willing to distribute those GNU sources he has
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
221 available. The smaller items are available from the info-server (send
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
222 to info-server@cs.nott.ac.uk); the larger items by negotiation. Due to
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
223 communication costs this service is only available within the UK.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
224
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
225 BattenIG@computer-science.birmingham.ac.uk (aka
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
226 I.G.Batten@fulcrum.bt.co.uk) is also willing to distribute those GNU
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
227 sources he has.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
228
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
229 wizards@doc.ic.ac.uk is willing to distribute those GNU sources they have
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
230 along with most other freely distributable software. The SunSITE archive
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
231 on SunSITE.doc.ic.ac.uk (193.63.255.4) is available via ftp, http, fsp,
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
232 gopher, NFS and Lanmanger over IP (SMB), and telnet.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
233
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
234 UK sites with just anonymous FTP access are in the above list.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
235
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
236 * Getting GNU software via UUCP
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
237
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
238 OSU is distributing via UUCP: most GNU software, MIT C Scheme,
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
239 Compress, News, RN, NNTP, Patch, some Appletalk stuff, some of the
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
240 Internet Requests For Comment (RFC) et al.. See their periodic
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
241 postings on the Usenet newsgroup comp.sources.d for informational
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
242 updates. Current details from <staff@cis.ohio-state.edu> or
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
243 <...!osu-cis!staff>.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
244
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
245 Information on how to uucp some GNU programs is available via
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
246 electronic mail from: uunet!hutch!barber, hqda-ai!merlin, acornrc!bob,
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
247 hao!scicom!qetzal!upba!ugn!nepa!denny, ncar!noao!asuvax!hrc!dan,
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
248 bigtex!james (aka james@bigtex.cactus.org), oli-stl!root,
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
249 src@contrib.de (Germany), toku@dit.co.jp (Japan) and info@ftp.uu.net.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
250
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
251 * If You Like The Software
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
252
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
253 If you like the software developed and distributed by the Free
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
254 Software Foundation, please express your satisfaction with a donation.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
255 Your donations will help to support the Foundation and make our future
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
256 efforts successful, including a complete development and operating
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
257 system, called GNU (Gnu's Not Unix), which will run Unix user
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
258 programs. For more information on GNU and the Foundation, contact us
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
259 at the above address, or see our web site at http://www.gnu.org.
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
260
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
261 Ordering a GNU Source Code CD-ROM or Source Code CD-ROM Subscription
12804af3c315 Replaces GETTING.GNU.SOFTWARE.
Dave Love <fx@gnu.org>
parents:
diff changeset
262 is a good way for your organization to help support our work.