summaryrefslogtreecommitdiff
path: root/Doc/Zsh/metafaq.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/metafaq.yo')
-rw-r--r--Doc/Zsh/metafaq.yo35
1 files changed, 19 insertions, 16 deletions
diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo
index c123a7cea..c780808e3 100644
--- a/Doc/Zsh/metafaq.yo
+++ b/Doc/Zsh/metafaq.yo
@@ -10,12 +10,12 @@ endmenu()
texinode(Author)(Availability)()(Introduction)
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@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.
+Zsh was originally written by Paul Falstad. Zsh is now maintained by
+the members of the zsh-workers mailing 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.
texinode(Availability)(Mailing Lists)(Author)(Introduction)
sect(Availability)
Zsh is available from the following HTTP and anonymous FTP site.
@@ -25,17 +25,16 @@ cindex(acquiring zsh by FTP)
cindex(availability of zsh)
nofill(uref(ftp://ftp.zsh.org/pub/)
uref(https://www.zsh.org/pub/))
-)
The up-to-date source code is available via Git from Sourceforge. See
uref(https://sourceforge.net/projects/zsh/) for details. A summary of
instructions for the archive can be found at
-uref(http://zsh.sourceforge.net/).
+uref(https://zsh.sourceforge.io/).
texinode(Mailing Lists)(The Zsh FAQ)(Availability)(Introduction)
sect(Mailing Lists)
cindex(mailing lists)
-Zsh has 3 mailing lists:
+Zsh has several mailing lists:
startitem()
item(tt(<zsh-announce@zsh.org>))(
@@ -48,6 +47,12 @@ User discussions.
item(tt(<zsh-workers@zsh.org>))(
Hacking, development, bug reports and patches.
)
+item(tt(<zsh-security@zsh.org>))(
+Private mailing list (the general public cannot subscribe to it) for discussing
+bug reports with security implications, i.e., potential vulnerabilities.
+
+If you find a security problem in zsh itself, please mail this address.
+)
enditem()
To subscribe or unsubscribe, send mail
@@ -69,12 +74,11 @@ bf(zsh-users). All submissions to bf(zsh-users) are automatically
forwarded to bf(zsh-workers).
If you have problems subscribing/unsubscribing to any of the mailing
-lists, send mail to tt(<listmaster@zsh.org>). The mailing lists are
-maintained by Karsten Thygesen tt(<karthy@kom.auc.dk>).
+lists, send mail to tt(<listmaster@zsh.org>).
The mailing lists are archived; the archives can be accessed via the
administrative addresses listed above. There is also a hypertext
-archive, maintained by Geoff Wing tt(<gcw@zsh.org>), available at
+archive available at
uref(https://www.zsh.org/mla/).
texinode(The Zsh FAQ)(The Zsh Web Page)(Mailing Lists)(Introduction)
sect(The Zsh FAQ)
@@ -82,12 +86,11 @@ Zsh has a list of Frequently Asked Questions (FAQ), maintained by
Peter Stephenson tt(<pws@zsh.org>). It is regularly posted to the
newsgroup bf(comp.unix.shell) and the bf(zsh-announce) mailing list.
The latest version can be found at any of the Zsh FTP sites, or at
-uref(http://www.zsh.org/FAQ/). The contact address for FAQ-related matters
+uref(https://www.zsh.org/FAQ/). The contact address for FAQ-related matters
is tt(<faqmaster@zsh.org>).
texinode(The Zsh Web Page)(The Zsh Userguide)(The Zsh FAQ)(Introduction)
sect(The Zsh Web Page)
-Zsh has a web page which is located at uref(https://www.zsh.org/). This is
-maintained by Karsten Thygesen tt(<karthy@zsh.org>), of SunSITE Denmark.
+Zsh has a web page which is located at uref(https://www.zsh.org/).
The contact address for web-related matters is tt(<webmaster@zsh.org>).
texinode(The Zsh Userguide)(See Also)(The Zsh Web Page)(Introduction)
sect(The Zsh Userguide)
@@ -95,6 +98,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
-uref(http://zsh.sourceforge.net/Guide/). At the time of writing, chapters
+uref(https://zsh.sourceforge.io/Guide/). At the time of writing, chapters
dealing with startup files and their contents and the new completion system
were essentially complete.