summaryrefslogtreecommitdiff
path: root/META-FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'META-FAQ')
-rw-r--r--META-FAQ35
1 files changed, 19 insertions, 16 deletions
diff --git a/META-FAQ b/META-FAQ
index 2e5c1cd21..58c08a06b 100644
--- a/META-FAQ
+++ b/META-FAQ
@@ -8,12 +8,12 @@ listed below.
Author
------
-Zsh was originally written by Paul Falstad <pf@zsh.org>.
-Zsh is now maintained by the members of the zsh-workers mailing
-list <zsh-workers@zsh.org>. The development is currently
-coordinated by Peter Stephenson <pws@zsh.org>. The coordinator
-can be contacted at <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 <zsh-workers@zsh.org>.
+The development is currently coordinated by Peter Stephenson
+<pws@zsh.org>. The coordinator can be contacted at
+<coordinator@zsh.org>, but matters relating to the code should
+generally go to the mailing list.
Availability
------------
@@ -22,18 +22,17 @@ Zsh is available from the following HTTP and anonymous FTP site.
ftp://ftp.zsh.org/pub/
https://www.zsh.org/pub/
-)
The up-to-date source code is available via Git from Sourceforge. See
https://sourceforge.net/projects/zsh/ for details. A summary of
instructions for the archive can be found at
-http://zsh.sourceforge.net/.
+https://zsh.sourceforge.io/.
Mailing Lists
-------------
-Zsh has 3 mailing lists:
+Zsh has several mailing lists:
<zsh-announce@zsh.org>
Announcements about releases, major changes in the shell and the
@@ -45,6 +44,12 @@ Zsh has 3 mailing lists:
<zsh-workers@zsh.org>
Hacking, development, bug reports and patches.
+ <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.
+
To subscribe or unsubscribe, send mail
to the associated administrative address for the mailing list.
@@ -62,12 +67,11 @@ zsh-users. All submissions to zsh-users are automatically
forwarded to zsh-workers.
If you have problems subscribing/unsubscribing to any of the mailing
-lists, send mail to <listmaster@zsh.org>. The mailing lists are
-maintained by Karsten Thygesen <karthy@kom.auc.dk>.
+lists, send mail to <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 <gcw@zsh.org>, available at
+archive available at
https://www.zsh.org/mla/.
The Zsh FAQ
@@ -77,14 +81,13 @@ Zsh has a list of Frequently Asked Questions (FAQ), maintained by
Peter Stephenson <pws@zsh.org>. It is regularly posted to the
newsgroup comp.unix.shell and the zsh-announce mailing list.
The latest version can be found at any of the Zsh FTP sites, or at
-http://www.zsh.org/FAQ/. The contact address for FAQ-related matters
+https://www.zsh.org/FAQ/. The contact address for FAQ-related matters
is <faqmaster@zsh.org>.
The Zsh Web Page
----------------
-Zsh has a web page which is located at https://www.zsh.org/. This is
-maintained by Karsten Thygesen <karthy@zsh.org>, of SunSITE Denmark.
+Zsh has a web page which is located at https://www.zsh.org/.
The contact address for web-related matters is <webmaster@zsh.org>.
The Zsh Userguide
@@ -94,6 +97,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
-http://zsh.sourceforge.net/Guide/. At the time of writing, chapters
+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.