1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
------------------------
META-FAQ for the Z Shell
------------------------
The latest version of this META-FAQ can be found at any of the FTP sites
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@sunsite.dk>. 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
------------
Zsh is available from the following anonymous FTP sites. These mirror
sites are kept frequently up to date. The sites marked with (H) may be
mirroring ftp.cs.elte.hu instead of the primary site.
Primary site
ftp://ftp.zsh.org/pub/zsh/
http://www.zsh.org/pub/zsh/
Australia
ftp://ftp.zsh.org/pub/zsh/
http://www.zsh.org/pub/zsh/
Denmark
ftp://sunsite.dk/pub/unix/shells/zsh/
Finland
ftp://ftp.funet.fi/pub/unix/shells/zsh/
Germany
ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ (H)
ftp://ftp.gmd.de/packages/zsh/
ftp://ftp.uni-trier.de/pub/unix/shell/zsh/
Hungary
ftp://ftp.cs.elte.hu/pub/zsh/
http://www.cs.elte.hu/pub/zsh/
ftp://ftp.kfki.hu/pub/packages/zsh/
Israel
ftp://ftp.math.technion.ac.il/pub/zsh/
http://www.math.technion.ac.il/pub/zsh/
Japan
ftp://ftp.win.ne.jp/pub/shell/zsh/
ftp://ftp.ayamura.org/pub/zsh/
Korea
ftp://linux.sarang.net/mirror/system/shell/zsh/
Netherlands
ftp://ftp.demon.nl/pub/mirrors/zsh/
Norway
ftp://ftp.uit.no/pub/unix/shells/zsh/
Poland
ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/
Romania
ftp://ftp.roedu.net/pub/mirrors/ftp.zsh.org/pub/zsh/
ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/
Slovenia
ftp://ftp.siol.net/mirrors/zsh/
Sweden
ftp://ftp.lysator.liu.se/pub/unix/zsh/
UK
ftp://ftp.net.lut.ac.uk/zsh/
ftp://sunsite.org.uk/packages/zsh/
USA
ftp://uiarchive.uiuc.edu/mirrors/ftp/ftp.zsh.org/pub/
ftp://ftp.rge.com/pub/shells/zsh/
http://zsh.disillusion.org/
http://foad.org/zsh/
The up-to-date source code is available via anonymous CVS from Sourceforge.
See http://sourceforge.net/projects/zsh/ for details.
Mailing Lists
-------------
Zsh has 3 mailing lists:
<zsh-announce@sunsite.dk>
Announcements about releases, major changes in the shell and the
monthly posting of the Zsh FAQ. (moderated)
<zsh-users@sunsite.dk>
User discussions.
<zsh-workers@sunsite.dk>
Hacking, development, bug reports and patches.
To subscribe or unsubscribe, send mail
to the associated administrative address for the mailing list.
<zsh-announce-subscribe@sunsite.dk>
<zsh-users-subscribe@sunsite.dk>
<zsh-workers-subscribe@sunsite.dk>
<zsh-announce-unsubscribe@sunsite.dk>
<zsh-users-unsubscribe@sunsite.dk>
<zsh-workers-unsubscribe@sunsite.dk>
YOU ONLY NEED TO JOIN ONE OF THE MAILING LISTS AS THEY ARE NESTED.
All submissions to zsh-announce are automatically forwarded to
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>.
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
http://www.zsh.org/mla/.
The Zsh FAQ
-----------
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
is <faqmaster@zsh.org>.
The Zsh Web Page
----------------
Zsh has a web page which is located at http://www.zsh.org/. This is
maintained by Karsten Thygesen <karthy@zsh.org>, of SunSITE Denmark.
The contact address for web-related matters is <webmaster@zsh.org>.
The Zsh Userguide
-----------------
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.sunsite.dk/Guide/. At the time of writing, chapters
dealing with startup files and their contents and the new completion system
were essentially complete.
|