about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-02-01 15:48:57 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-02-01 15:48:57 +0000
commit3f862ce2057c4b1154af3297a3a45d724cf5d25b (patch)
tree95ac027341828364de14ae8d345227f532fdd46f /Doc
parent92f2594aec41efd999fad775baac1fd12b91533e (diff)
downloadzsh-3f862ce2057c4b1154af3297a3a45d724cf5d25b.tar.gz
zsh-3f862ce2057c4b1154af3297a3a45d724cf5d25b.tar.xz
zsh-3f862ce2057c4b1154af3297a3a45d724cf5d25b.zip
Changes references to sunsite.auc.dk to just sunsite.dk (13422)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/manual.yo4
-rw-r--r--Doc/Zsh/metafaq.yo24
2 files changed, 14 insertions, 14 deletions
diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo
index c91f52d52..761c5159c 100644
--- a/Doc/Zsh/manual.yo
+++ b/Doc/Zsh/manual.yo
@@ -169,10 +169,10 @@ produce a nicely formatted printed manual.
 item(The HTML manual)(
 An HTML version of this manual is available at the Zsh web site via:
 
-tt(http://sunsite.auc.dk/zsh/Doc/index.html).
+tt(http://sunsite.dk/zsh/Doc/).
 
 (The HTML version is produced with bf(texi2html), which may be obtained
-from tt(http://wwwcn.cern.ch/dci/texi2html/). The command is
+from tt(http://www.mathematik.uni-kl.de/~obachman/Texi2html/). The command is
 `tt(texi2html -split_chapter -expandinfo zsh.texi)'.)
 )
 enditem()
diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo
index b646645c2..d8f3dc4cc 100644
--- a/Doc/Zsh/metafaq.yo
+++ b/Doc/Zsh/metafaq.yo
@@ -12,7 +12,7 @@ sect(Author)
 cindex(author)
 Zsh was originally written by Paul Falstad tt(<pf@zsh.org>).
 Zsh is now maintained by the members of the zsh-workers mailing
-list tt(<zsh-workers@sunsite.auc.dk>).  The development is currently
+list tt(<zsh-workers@sunsite.dk>).  The development is currently
 coordinated by Peter Stephenson tt(<pws@zsh.org>).  The coordinator
 can be contacted at tt(<coordinator@zsh.org>), but matters relating to
 the code should generally go to the mailing list.
@@ -36,7 +36,7 @@ tt(http://www.zsh.org/pub/zsh/)
 tt(ftp://ftp.ips.gov.au/pub/packages/zsh/)  em((H)))
 )
 item(Denmark)(
-nofill(tt(ftp://sunsite.auc.dk/pub/unix/shells/zsh/))
+nofill(tt(ftp://sunsite.dk/pub/unix/shells/zsh/))
 )
 item(Finland)(
 nofill(tt(ftp://ftp.funet.fi/pub/unix/shells/zsh/))
@@ -98,14 +98,14 @@ cindex(mailing lists)
 Zsh has 3 mailing lists:
 
 startitem()
-item(tt(<zsh-announce@sunsite.auc.dk>))(
+item(tt(<zsh-announce@sunsite.dk>))(
 Announcements about releases, major changes in the shell and the
 monthly posting of the Zsh FAQ.  (moderated)
 )
-item(tt(<zsh-users@sunsite.auc.dk>))(
+item(tt(<zsh-users@sunsite.dk>))(
 User discussions.
 )
-item(tt(<zsh-workers@sunsite.auc.dk>))(
+item(tt(<zsh-workers@sunsite.dk>))(
 Hacking, development, bug reports and patches.
 )
 enditem()
@@ -114,13 +114,13 @@ To subscribe or unsubscribe, send mail
 to the associated administrative address for the mailing list.
 
 startlist()
-list(tt(<zsh-announce-subscribe@sunsite.auc.dk>))
-list(tt(<zsh-users-subscribe@sunsite.auc.dk>))
-list(tt(<zsh-workers-subscribe@sunsite.auc.dk>))
+list(tt(<zsh-announce-subscribe@sunsite.dk>))
+list(tt(<zsh-users-subscribe@sunsite.dk>))
+list(tt(<zsh-workers-subscribe@sunsite.dk>))
 
-list(tt(<zsh-announce-unsubscribe@sunsite.auc.dk>))
-list(tt(<zsh-users-unsubscribe@sunsite.auc.dk>))
-list(tt(<zsh-workers-unsubscribe@sunsite.auc.dk>))
+list(tt(<zsh-announce-unsubscribe@sunsite.dk>))
+list(tt(<zsh-users-unsubscribe@sunsite.dk>))
+list(tt(<zsh-workers-unsubscribe@sunsite.dk>))
 endlist()
 
 YOU ONLY NEED TO JOIN ONE OF THE MAILING LISTS AS THEY ARE NESTED.
@@ -156,6 +156,6 @@ A userguide is currently in preparation.  It is intended to complement the
 manual, with explanations and hints on issues where the manual can be
 cabbalistic, hierographic, or downright mystifying (for example, the word
 `hierographic' does not exist).  It can be viewed in its current state at
-tt(http://sunsite.auc.dk/zsh/Guide/).  At the time of writing, chapters
+tt(http://sunsite.dk/zsh/Guide/).  At the time of writing, chapters
 dealing with startup files and their contents and the new completion system
 were essentially complete.