about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-08-08 14:42:49 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-08-08 14:42:49 +0000
commita68a2a075329d8d2b3f87dd13edec5fced15daeb (patch)
treece0cdab2cf8e08a6a6acb0661090ad5b075a033b
parentf60279ae24e66cb2365eadc25f847f908adf9399 (diff)
downloadzsh-a68a2a075329d8d2b3f87dd13edec5fced15daeb.tar.gz
zsh-a68a2a075329d8d2b3f87dd13edec5fced15daeb.tar.xz
zsh-a68a2a075329d8d2b3f87dd13edec5fced15daeb.zip
17518: mention www.zshwiki.org in meta FAQ
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/metafaq.yo4
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5258df4b..723813aa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-08-08  Peter Stephenson  <pws@csr.com>
 
+	* 17518: Doc/Zsh/metafaq.yo: mention www.zshwiki.org (from Bruno
+	Bonfils in users/5210).
+
 	* 17517: Src/jobs.c: Another memory leak was showing up with the
 	pwd field of the job structure, this attempts to rationalise it. 
 
diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo
index 34b994efa..49954fbac 100644
--- a/Doc/Zsh/metafaq.yo
+++ b/Doc/Zsh/metafaq.yo
@@ -161,3 +161,7 @@ cabbalistic, hierographic, or downright mystifying (for example, the word
 tt(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.
+sect(The Zsh Wiki)
+A `wiki' website for zsh has been created at tt(http://www.zshwiki.org/).
+This is a site which can be added to and modified directly by users without
+any special permission.  You can add your own zsh tips and configurations.