about summary refs log tree commit diff
path: root/Doc/Zsh
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-10-22 09:28:02 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-10-22 09:28:02 +0000
commit7c4c41a0bbe38cf9bafb9ee1999f4e364b1872f7 (patch)
tree6765116f20b71b8c4564351096d2ad8888eb7b43 /Doc/Zsh
parentc12144b3b9cb5eab023fc39f6d29a9aabbd3f639 (diff)
downloadzsh-7c4c41a0bbe38cf9bafb9ee1999f4e364b1872f7.tar.gz
zsh-7c4c41a0bbe38cf9bafb9ee1999f4e364b1872f7.tar.xz
zsh-7c4c41a0bbe38cf9bafb9ee1999f4e364b1872f7.zip
unposted, c.f. 27313: mailing list and website moved
Diffstat (limited to 'Doc/Zsh')
-rw-r--r--Doc/Zsh/contrib.yo2
-rw-r--r--Doc/Zsh/manual.yo2
-rw-r--r--Doc/Zsh/metafaq.yo22
3 files changed, 13 insertions, 13 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 858128ab8..b7dd4a709 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1265,7 +1265,7 @@ The set of accented characters is reasonably complete up to Unicode
 character U+0180, the set of special characters less so.  However, it it
 is very sporadic from that point.  Adding new characters is easy,
 however; see the function tt(define-composed-chars).  Please send any
-additions to tt(zsh-workers@sunsite.dk).
+additions to tt(zsh-workers@zsh.org).
 
 The codes for the second character when used to accent the first are as
 follows.  Note that not every character can take every accent.
diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo
index f248e70d8..8d2531b07 100644
--- a/Doc/Zsh/manual.yo
+++ b/Doc/Zsh/manual.yo
@@ -184,7 +184,7 @@ 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://zsh.sunsite.dk/Doc/).
+tt(http://zsh.sunsite.org/Doc/).
 
 (The HTML version is produced with bf(texi2html), which may be obtained
 from tt(http://www.nongnu.org/texi2html/). The command is
diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo
index a3f5e9a0e..fa856a9d5 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.dk>).  The development is currently
+list tt(<zsh-workers@zsh.org>).  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.
@@ -97,14 +97,14 @@ cindex(mailing lists)
 Zsh has 3 mailing lists:
 
 startitem()
-item(tt(<zsh-announce@sunsite.dk>))(
+item(tt(<zsh-announce@zsh.org>))(
 Announcements about releases, major changes in the shell and the
 monthly posting of the Zsh FAQ.  (moderated)
 )
-item(tt(<zsh-users@sunsite.dk>))(
+item(tt(<zsh-users@zsh.org>))(
 User discussions.
 )
-item(tt(<zsh-workers@sunsite.dk>))(
+item(tt(<zsh-workers@zsh.org>))(
 Hacking, development, bug reports and patches.
 )
 enditem()
@@ -113,13 +113,13 @@ To subscribe or unsubscribe, send mail
 to the associated administrative address for the mailing list.
 
 startlist()
-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-subscribe@zsh.org>))
+list(tt(<zsh-users-subscribe@zsh.org>))
+list(tt(<zsh-workers-subscribe@zsh.org>))
 
-list(tt(<zsh-announce-unsubscribe@sunsite.dk>))
-list(tt(<zsh-users-unsubscribe@sunsite.dk>))
-list(tt(<zsh-workers-unsubscribe@sunsite.dk>))
+list(tt(<zsh-announce-unsubscribe@zsh.org>))
+list(tt(<zsh-users-unsubscribe@zsh.org>))
+list(tt(<zsh-workers-unsubscribe@zsh.org>))
 endlist()
 
 YOU ONLY NEED TO JOIN ONE OF THE MAILING LISTS AS THEY ARE NESTED.
@@ -154,7 +154,7 @@ 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://zsh.sunsite.dk/Guide/).  At the time of writing, chapters
+tt(http://zsh.sourceforge.net/Guide/).  At the time of writing, chapters
 dealing with startup files and their contents and the new completion system
 were essentially complete.
 sect(The Zsh Wiki)