zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Update FTP/HTTP mirrors.
@ 2011-04-15 14:46 Simon Ruderich
  2011-04-15 15:15 ` Peter Stephenson
  0 siblings, 1 reply; 11+ messages in thread
From: Simon Ruderich @ 2011-04-15 14:46 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 6324 bytes --]

Hi,

This patch updates the list of FTP/HTTP mirrors - most them are
either down or no longer contain the zsh sources. The following
mirrors are out of date:

    - Denmark
    - France
    - Hungary

I'm not sure if we should contact the old FTP mirrors or just
remove them. I guess most downloads happen over Sourceforge these
days.

We should also update http://www.zsh.org/ which contains the same
dead links. The following files need to be regenerated for
http://zsh.sourceforge.net/ (I'm not sure how to do that):

    - Doc/Release/Introduction.html
    - Doc/Release/zsh_2.html

    - FAQ/META.html
    - FAQ/zshfaq01.html
    - FAQ/zshfaq.yo

Btw. do we really need the FTP mirrors in two places: Etc/FAQ.yo
and Doc/Zsh/metafaq.yo?

Regards,
Simon
---
 Doc/Zsh/compsys.yo |    4 +-
 Doc/Zsh/metafaq.yo |   55 +++++++++++----------------------------------------
 Etc/FAQ.yo         |   26 +++--------------------
 3 files changed, 18 insertions(+), 67 deletions(-)

diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 1eefbcd..0fdd6d0 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2686,11 +2686,11 @@ descend as deep as necessary.
 For example,

 example(zstyle ':completion:*' urls ~/.urls
-mkdir -p ~/.urls/ftp/ftp.zsh.org/pub/development
+mkdir -p ~/.urls/ftp/ftp.zsh.org/pub
 )

 allows completion of all the components of the URL
-tt(ftp://ftp.zsh.org/pub/development) after suitable commands such as
+tt(ftp://ftp.zsh.org/pub) after suitable commands such as
 `tt(netscape)' or `tt(lynx)'.  Note, however, that access methods and
 files are completed separately, so if the tt(hosts) style is set hosts
 can be completed without reference to the tt(urls) style.
diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo
index 838c938..de7edfe 100644
--- a/Doc/Zsh/metafaq.yo
+++ b/Doc/Zsh/metafaq.yo
@@ -27,62 +27,31 @@ cindex(acquiring zsh by FTP)
 cindex(availability of zsh)
 startitem()
 item(Primary site)(
-nofill(tt(ftp://ftp.zsh.org/pub/zsh/)
-tt(http://www.zsh.org/pub/zsh/))
+nofill(tt(ftp://ftp.zsh.org/pub/)
+tt(http://www.zsh.org/pub/))
 )
 item(Australia)(
-nofill(tt(ftp://ftp.zsh.org/pub/zsh/)
-tt(http://www.zsh.org/pub/zsh/))
+nofill(tt(ftp://ftp.zsh.org/pub/)
+tt(http://www.zsh.org/pub/))
+)
+item(Denmark)(
+nofill(tt(ftp://mirrors.dotsrc.org/zsh/))
 )
 item(Finland)(
 nofill(tt(ftp://ftp.funet.fi/pub/unix/shells/zsh/))
 )
+item(France)(
+nofill(tt(ftp://nephtys.lip6.fr/pub/unix/shells/zsh/))
+)
 item(Germany)(
-nofill(tt(ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/)  em((H))
-tt(ftp://ftp.gmd.de/packages/zsh/)
-tt(ftp://ftp.uni-trier.de/pub/unix/shell/zsh/))
+nofill(tt(ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/))
 )
 item(Hungary)(
-nofill(tt(ftp://ftp.cs.elte.hu/pub/zsh/)
-tt(http://www.cs.elte.hu/pub/zsh/)
-tt(ftp://ftp.kfki.hu/pub/packages/zsh/))
-)
-item(Israel)(
-nofill(tt(ftp://ftp.math.technion.ac.il/pub/zsh/)
-tt(http://www.math.technion.ac.il/pub/zsh/))
-)
-item(Japan)(
-nofill(tt(ftp://ftp.win.ne.jp/pub/shell/zsh/))
-)
-item(Korea)(
-nofill(tt(ftp://linux.sarang.net/mirror/system/shell/zsh/))
-)
-item(Netherlands)(
-nofill(tt(ftp://ftp.demon.nl/pub/mirrors/zsh/))
-)
-item(Norway)(
-nofill(tt(ftp://ftp.uit.no/pub/unix/shells/zsh/))
+nofill(tt(ftp://ftp.kfki.hu/pub/packages/zsh/))
 )
 item(Poland)(
 nofill(tt(ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/))
 )
-item(Romania)(
-nofill(tt(ftp://ftp.roedu.net/pub/mirrors/ftp.zsh.org/pub/zsh/)
-tt(ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/))
-)
-item(Slovenia)(
-nofill(tt(ftp://ftp.siol.net/mirrors/zsh/))
-)
-item(Sweden)(
-nofill(tt(ftp://ftp.lysator.liu.se/pub/unix/zsh/))
-)
-item(UK)(
-nofill(tt(ftp://ftp.net.lut.ac.uk/zsh/)
-tt(ftp://sunsite.org.uk/packages/zsh/))
-)
-item(USA)(
-nofill(tt(http://zsh.open-mirror.com/))
-)
 enditem()

 The up-to-date source code is available via anonymous CVS and Git from
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index a74d62a..3663a68 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -335,9 +335,9 @@ label(16)
   url(http://www.zsh.org/)(http://www.zsh.org/) .

   description(
-    mydit(Home site) url(ftp://ftp.zsh.org/)(ftp://ftp.zsh.org/)
-    mydit()          (also url(http://www.zsh.org/pub/zsh/)
-(http://www.zsh.org/pub/zsh/))
+    mydit(Home site) url(ftp://ftp.zsh.org/pub/)(ftp://ftp.zsh.org/pub/)
+    mydit()          (also url(http://www.zsh.org/pub/)
+(http://www.zsh.org/pub/))
     mydit(Denmark)   url(ftp://mirrors.dotsrc.org/zsh/)
 (ftp://mirrors.dotsrc.org/zsh/)
     mydit()          (also url(http://mirrors.dotsrc.org/zsh/)
@@ -348,28 +348,10 @@ label(16)
 (ftp://nephtys.lip6.fr/pub/unix/shells/zsh/)
     mydit(Germany)   url(ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/)
 (ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/)
-    mydit(Hungary)   url(ftp://ftp.cs.elte.hu/pub/zsh/)
-(ftp://ftp.cs.elte.hu/pub/zsh/)
-    mydit()          (also url(http://www.cs.elte.hu/pub/zsh/)
-(http://www.cs.elte.hu/pub/zsh/))
-    mydit()          url(ftp://ftp.kfki.hu/pub/packages/zsh/)
+    mydit(Hungary)   url(ftp://ftp.kfki.hu/pub/packages/zsh/)
 (ftp://ftp.kfki.hu/pub/packages/zsh/)
-    mydit(Israel)    url(ftp://ftp.math.technion.ac.il/pub/zsh/)
-(ftp://ftp.math.technion.ac.il/pub/zsh/)
-    mydit()          (also url(http://www.math.technion.ac.il/pub/zsh/)
-(http://www.math.technion.ac.il/pub/zsh/))
-    mydit(Netherlands) url(ftp://ftp.demon.nl/pub/mirrors/zsh/)
-(ftp://ftp.demon.nl/pub/mirrors/zsh/)
     mydit(Poland)    url(ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/)
 (ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/)
-    mydit(Romania)   url(ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/)
-(ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/)
-    mydit(Sweden)    url(ftp://ftp.lysator.liu.se/pub/unix/zsh/)
-(ftp://ftp.lysator.liu.se/pub/unix/zsh/)
-    mydit(UK)        url(ftp://sunsite.org.uk/packages/zsh/)
-(ftp://sunsite.org.uk/packages/zsh/)
-    mydit(USA)       url(http://zsh.open-mirror.com/)
-(http://zsh.open-mirror.com/)
   )

   A Windows port was created by Amol Deshpandem based on 3.0.5 (which
-- 
1.7.4.4

-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] Update FTP/HTTP mirrors.
  2011-04-15 14:46 [PATCH] Update FTP/HTTP mirrors Simon Ruderich
@ 2011-04-15 15:15 ` Peter Stephenson
  2011-04-17 20:31   ` Simon Ruderich
  0 siblings, 1 reply; 11+ messages in thread
From: Peter Stephenson @ 2011-04-15 15:15 UTC (permalink / raw)
  To: zsh-workers

On Fri, 15 Apr 2011 16:46:11 +0200
Simon Ruderich <simon@ruderich.org> wrote:
> This patch updates the list of FTP/HTTP mirrors - most them are
> either down or no longer contain the zsh sources.

Thanks, please do submit it.

> We should also update http://www.zsh.org/ which contains the same
> dead links. The following files need to be regenerated for
> http://zsh.sourceforge.net/ (I'm not sure how to do that):
> 
>     - Doc/Release/Introduction.html
>     - Doc/Release/zsh_2.html
> 
>     - FAQ/META.html
>     - FAQ/zshfaq01.html
>     - FAQ/zshfaq.yo

FAQ is made by "make" in the Etc directory of the distribution and the
files are copied from there.  You can make an HTML version by "make
FAQ.html".  It's got a different name from what's on the web --- I think
that's just cosmetic.  It's amusing that the metafaq seems to have
changed case in the opposite direction between the two.

> Btw. do we really need the FTP mirrors in two places: Etc/FAQ.yo
> and Doc/Zsh/metafaq.yo?

No, that's historical.  FAQ.yo was a single standalone piece of text and
metafaq.yo was included into the manual.

-- 
Peter Stephenson <pws@csr.com>            Software Engineer
Tel: +44 (0)1223 692070                   Cambridge Silicon Radio Limited
Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] Update FTP/HTTP mirrors.
  2011-04-15 15:15 ` Peter Stephenson
@ 2011-04-17 20:31   ` Simon Ruderich
  2011-04-18 19:25     ` Peter Stephenson
  0 siblings, 1 reply; 11+ messages in thread
From: Simon Ruderich @ 2011-04-17 20:31 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1918 bytes --]

On Fri, Apr 15, 2011 at 04:15:36PM +0100, Peter Stephenson wrote:
> On Fri, 15 Apr 2011 16:46:11 +0200 Simon Ruderich wrote:
>> This patch updates the list of FTP/HTTP mirrors - most them are
>> either down or no longer contain the zsh sources.
>
> Thanks, please do submit it.

I don't have commit access (this patch is for the zsh
repository).

>> We should also update http://www.zsh.org/ which contains the same
>> dead links. The following files need to be regenerated for
>> http://zsh.sourceforge.net/ (I'm not sure how to do that):
>>
>>     - Doc/Release/Introduction.html
>>     - Doc/Release/zsh_2.html
>>
>>     - FAQ/META.html
>>     - FAQ/zshfaq01.html
>>     - FAQ/zshfaq.yo
>
> FAQ is made by "make" in the Etc directory of the distribution and the
> files are copied from there.  You can make an HTML version by "make
> FAQ.html".  It's got a different name from what's on the web --- I think
> that's just cosmetic.  It's amusing that the metafaq seems to have
> changed case in the opposite direction between the two.

Thanks. However my yodl version seems to be different (2.15.2 on
Debian Squeeze) and modifies the FAQ files in many places. Should
I just replace the old files or do you (or somebody else with the
correct yodl) want to generate the files?

I haven't found a way to generate META.html or
Doc/Release/zsh_2.html, any idea? The Doc/Release notes seem to
be quite outdated, should I update the rest as well?

>> Btw. do we really need the FTP mirrors in two places: Etc/FAQ.yo
>> and Doc/Zsh/metafaq.yo?
>
> No, that's historical.  FAQ.yo was a single standalone piece of text and
> metafaq.yo was included into the manual.

Any idea how to resolve that? Should we just keep it in two
places or remove it from one (which)?

Regards,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] Update FTP/HTTP mirrors.
  2011-04-17 20:31   ` Simon Ruderich
@ 2011-04-18 19:25     ` Peter Stephenson
  2011-04-20  0:06       ` Simon Ruderich
  0 siblings, 1 reply; 11+ messages in thread
From: Peter Stephenson @ 2011-04-18 19:25 UTC (permalink / raw)
  To: zsh-workers

On Sun, 17 Apr 2011 22:31:50 +0200
Simon Ruderich <simon@ruderich.org> wrote:
> On Fri, Apr 15, 2011 at 04:15:36PM +0100, Peter Stephenson wrote:
> > On Fri, 15 Apr 2011 16:46:11 +0200 Simon Ruderich wrote:
> >> This patch updates the list of FTP/HTTP mirrors - most them are
> >> either down or no longer contain the zsh sources.
> >
> > Thanks, please do submit it.
> 
> I don't have commit access (this patch is for the zsh
> repository).

I think you do, but I've committed it anyway.
 
> > FAQ is made by "make" in the Etc directory of the distribution and the
> > files are copied from there.  You can make an HTML version by "make
> > FAQ.html".  It's got a different name from what's on the web --- I think
> > that's just cosmetic.  It's amusing that the metafaq seems to have
> > changed case in the opposite direction between the two.
> 
> Thanks. However my yodl version seems to be different (2.15.2 on
> Debian Squeeze) and modifies the FAQ files in many places. Should
> I just replace the old files or do you (or somebody else with the
> correct yodl) want to generate the files?

If the text is OK it doesn't matter if the alignment is a little
different.

> I haven't found a way to generate META.html or
> Doc/Release/zsh_2.html, any idea?

If it's not obvious they're from an existing document then no, I'm
afraid I don't know either.

> The Doc/Release notes seem to
> be quite outdated, should I update the rest as well?

That would be helpful if you have the information (should be in the
distribution).

> >> Btw. do we really need the FTP mirrors in two places: Etc/FAQ.yo
> >> and Doc/Zsh/metafaq.yo?
> >
> > No, that's historical.  FAQ.yo was a single standalone piece of text and
> > metafaq.yo was included into the manual.
> 
> Any idea how to resolve that? Should we just keep it in two
> places or remove it from one (which)?

Probably including metafaq.yo in FAQ.yo is the way to go now FAQ.yo is
only generated in situ in the source tree.

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] Update FTP/HTTP mirrors.
  2011-04-18 19:25     ` Peter Stephenson
@ 2011-04-20  0:06       ` Simon Ruderich
  2011-04-20  0:14         ` Simon Ruderich
                           ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Simon Ruderich @ 2011-04-20  0:06 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 16941 bytes --]

On Mon, Apr 18, 2011 at 08:25:47PM +0100, Peter Stephenson wrote:
>> I don't have commit access (this patch is for the zsh
>> repository).
>
> I think you do, but I've committed it anyway.

Interesting, didn't know that ;-)

I've never really used CVS (I guess that's the only way to
commit). Could you give me a short introduction (or link to one)
how to commit to zsh's CVS and which rules have to be followed?

>> Thanks. However my yodl version seems to be different (2.15.2 on
>> Debian Squeeze) and modifies the FAQ files in many places. Should
>> I just replace the old files or do you (or somebody else with the
>> correct yodl) want to generate the files?
>
> If the text is OK it doesn't matter if the alignment is a little
> different.

Ok, I've uploaded the changes (as far as I can see nothing
important changed - ask me if you want to see the diff).

    11 files changed, 1440 insertions(+), 1132 deletions(-)

Btw. I'm managing the website changes in a Git repository, do we
want to publish that somewhere to log the changes and let
everybody commit to it?

>> I haven't found a way to generate META.html or
>> Doc/Release/zsh_2.html, any idea?
>
> If it's not obvious they're from an existing document then no, I'm
> afraid I don't know either.

I guess META-FAQ.yo is the file which generates it, but I've no
idea how to get yodl to create a HTML file from it, all my
attempts using yodl2html failed. Any idea?

The zsh_<1-27>.html files are old files before the manual used
named pages like Style-and-Tag-Index.html, I've removed them.

>> The Doc/Release notes seem to
>> be quite outdated, should I update the rest as well?
>
> That would be helpful if you have the information (should be in the
> distribution).

I meant running `make everything` in Doc/ and uploading all the
files (HTML, PDF, etc.). I've done that as well (with zsh version
4.3.11), another big diff (ask if you want it), but not much
changed:

    182 files changed, 15692 insertions(+), 13287 deletions(-)

>> Any idea how to resolve that? Should we just keep it in two
>> places or remove it from one (which)?
>
> Probably including metafaq.yo in FAQ.yo is the way to go now FAQ.yo is
> only generated in situ in the source tree.

I don't know any yodl, could you please change that? Thanks.

We still have to update http://zsh.org/ - it contains the broken
mirrors.

Regards,
Simon

PS: Here's the git log --stat of my changes I uploaded to the
server.

commit 396fc7e728aa1b5b80369620c94f9b8aac735ade
Author: Simon Ruderich <simon@ruderich.org>
Date:   Wed Apr 20 01:58:21 2011 +0200

    Doc/Release: Remove old files.

 Doc/Release/zsh_1.html  |  118 -
 Doc/Release/zsh_10.html |  286 ---
 Doc/Release/zsh_11.html |  280 ---
 Doc/Release/zsh_12.html |  489 -----
 Doc/Release/zsh_13.html | 2639 -----------------------
 Doc/Release/zsh_14.html | 1624 --------------
 Doc/Release/zsh_15.html | 1813 ----------------
 Doc/Release/zsh_16.html | 2269 --------------------
 Doc/Release/zsh_17.html | 2422 ---------------------
 Doc/Release/zsh_18.html | 1417 -------------
 Doc/Release/zsh_19.html | 5428 -----------------------------------------------
 Doc/Release/zsh_2.html  |  407 ----
 Doc/Release/zsh_20.html | 1013 ---------
 Doc/Release/zsh_21.html | 4079 -----------------------------------
 Doc/Release/zsh_22.html | 1189 -----------
 Doc/Release/zsh_23.html | 1092 ----------
 Doc/Release/zsh_24.html | 2031 ------------------
 Doc/Release/zsh_25.html |  318 ---
 Doc/Release/zsh_26.html |  352 ---
 Doc/Release/zsh_27.html |  270 ---
 Doc/Release/zsh_3.html  |  340 ---
 Doc/Release/zsh_4.html  |  171 --
 Doc/Release/zsh_5.html  |  659 ------
 Doc/Release/zsh_6.html  |  402 ----
 Doc/Release/zsh_7.html  |   82 -
 Doc/Release/zsh_8.html  |  362 ----
 Doc/Release/zsh_9.html  |  206 --
 27 files changed, 0 insertions(+), 31758 deletions(-)

commit 5bc06abae1d8b328afe6532e1447d2476d1bc491
Author: Simon Ruderich <simon@ruderich.org>
Date:   Wed Apr 20 01:18:45 2011 +0200

    Doc/Release: Update for zsh 4.3.11 (just small changes).

 Doc/Release/Aliasing.html                          |    8 +-
 .../Alternate-Forms-For-Complex-Commands.html      |    8 +-
 Doc/Release/Alternative-Completion.html            |    8 +-
 Doc/Release/Arguments.html                         |    8 +-
 Doc/Release/Arithmetic-Evaluation.html             |  135 +-
 Doc/Release/Arithmetic-Expansion.html              |    8 +-
 Doc/Release/Array-Parameters.html                  |    8 +-
 Doc/Release/Author.html                            |    8 +-
 Doc/Release/Availability.html                      |    8 +-
 Doc/Release/Bindable-Commands.html                 |    8 +-
 Doc/Release/Brace-Expansion.html                   |    8 +-
 Doc/Release/Calendar-Bugs.html                     |    8 +-
 Doc/Release/Calendar-File-and-Date-Formats.html    |    8 +-
 Doc/Release/Calendar-Function-System.html          |  439 ++--
 Doc/Release/Calendar-Styles.html                   |    8 +-
 Doc/Release/Calendar-System-User-Functions.html    |    8 +-
 Doc/Release/Calendar-Utility-Functions.html        |    8 +-
 Doc/Release/Character-Highlighting.html            |    8 +-
 Doc/Release/Command-Execution.html                 |   52 +-
 Doc/Release/Command-Flags.html                     |    8 +-
 Doc/Release/Command-Substitution.html              |    8 +-
 Doc/Release/Comments.html                          |    8 +-
 Doc/Release/Compatibility.html                     |    8 +-
 Doc/Release/Completion-Builtin-Commands.html       |    8 +-
 Doc/Release/Completion-Condition-Codes.html        |    8 +-
 Doc/Release/Completion-Directories.html            |    8 +-
 Doc/Release/Completion-Functions.html              |    8 +-
 Doc/Release/Completion-Matching-Control.html       |    8 +-
 Doc/Release/Completion-Special-Parameters.html     |    8 +-
 Doc/Release/Completion-System-Configuration.html   |    8 +-
 Doc/Release/Completion-System.html                 | 1980 ++++++++--------
 Doc/Release/Completion-Using-compctl.html          |  347 ++--
 Doc/Release/Completion-Widget-Example.html         |    8 +-
 Doc/Release/Completion-Widgets.html                |  421 ++--
 Doc/Release/Completion.html                        |    8 +-
 Doc/Release/Complex-Commands.html                  |    8 +-
 Doc/Release/Concept-Index.html                     |  447 ++--
 Doc/Release/Conditional-Expressions.html           |   87 +-
 Doc/Release/Control-Flags.html                     |    8 +-
 Doc/Release/Control-Functions.html                 |    8 +-
 Doc/Release/Description-of-Options.html            |    8 +-
 Doc/Release/Editor-Functions-Index.html            |  366 ++--
 Doc/Release/Event-Designators.html                 |    8 +-
 Doc/Release/Example.html                           |    8 +-
 Doc/Release/Exception-Handling.html                |    8 +-
 Doc/Release/Expansion.html                         | 1642 ++++++++------
 Doc/Release/Extended-Completion.html               |    8 +-
 Doc/Release/Filename-Expansion.html                |    8 +-
 Doc/Release/Filename-Generation.html               |    8 +-
 Doc/Release/Files.html                             |  105 +-
 Doc/Release/Flags-with-Arguments.html              |    8 +-
 Doc/Release/Functions-Index.html                   |  409 ++--
 Doc/Release/Functions.html                         |  242 +-
 Doc/Release/History-Control.html                   |    8 +-
 Doc/Release/History-Expansion.html                 |    8 +-
 Doc/Release/Initialization.html                    |    8 +-
 Doc/Release/Installation.html                      |    8 +-
 Doc/Release/Introduction.html                      |  302 +--
 Doc/Release/Invocation.html                        |  186 +-
 Doc/Release/Jobs-_0026-Signals.html                |  120 +-
 Doc/Release/Keymaps.html                           |    8 +-
 Doc/Release/Local-Parameters.html                  |    8 +-
 Doc/Release/MIME-Functions.html                    |    8 +-
 Doc/Release/Mailing-Lists.html                     |    8 +-
 Doc/Release/Mathematical-Functions.html            |    8 +-
 Doc/Release/Miscellaneous-Features.html            |    8 +-
 Doc/Release/Miscellaneous.html                     |    8 +-
 Doc/Release/Modifiers.html                         |    8 +-
 Doc/Release/Modifying-Text.html                    |    8 +-
 Doc/Release/Movement.html                          |    8 +-
 Doc/Release/Option-Aliases.html                    |    8 +-
 Doc/Release/Option-Flags.html                      |    8 +-
 Doc/Release/Options-Index.html                     |  364 ++--
 Doc/Release/Options.html                           | 2516 +++++++++++---------
 Doc/Release/Other-Functions.html                   |    8 +-
 Doc/Release/Overview.html                          |    8 +-
 Doc/Release/Parameter-Expansion.html               |    8 +-
 Doc/Release/Parameters-Set-By-The-Shell.html       |    8 +-
 Doc/Release/Parameters-Used-By-The-Shell.html      |    8 +-
 Doc/Release/Parameters.html                        |  946 +++++----
 Doc/Release/Positional-Parameters.html             |    8 +-
 Doc/Release/Precommand-Modifiers.html              |    8 +-
 Doc/Release/Process-Substitution.html              |    8 +-
 Doc/Release/Prompt-Expansion.html                  |  303 ++--
 Doc/Release/Prompt-Themes.html                     |    8 +-
 Doc/Release/Quoting.html                           |    8 +-
 ...ption-Handling.html => Recent-Directories.html} |   18 +-
 Doc/Release/Redirection.html                       |  147 +-
 Doc/Release/Reserved-Words.html                    |    8 +-
 Doc/Release/Restricted-Shell.html                  |    8 +-
 Doc/Release/Roadmap.html                           |  225 +-
 Doc/Release/See-Also.html                          |    8 +-
 Doc/Release/Shell-Builtin-Commands.html            |  831 ++++----
 Doc/Release/Shell-Grammar.html                     |  446 ++--
 Doc/Release/Simple-Commands-_0026-Pipelines.html   |    8 +-
 Doc/Release/Simple-Flags.html                      |    8 +-
 Doc/Release/Single-Letter-Options.html             |    8 +-
 Doc/Release/Specifying-Options.html                |    8 +-
 Doc/Release/Style-and-Tag-Index.html               |  365 ++--
 Doc/Release/TCP-Bugs.html                          |    8 +-
 Doc/Release/TCP-Examples.html                      |    8 +-
 Doc/Release/TCP-Function-System.html               |  470 ++--
 Doc/Release/TCP-Functions.html                     |    8 +-
 Doc/Release/TCP-Parameters.html                    |    8 +-
 Doc/Release/The-Z-Shell-Manual.html                |   66 +-
 Doc/Release/The-Zsh-FAQ.html                       |    8 +-
 Doc/Release/The-Zsh-Userguide.html                 |    8 +-
 Doc/Release/The-Zsh-Web-Page.html                  |    8 +-
 Doc/Release/The-zsh_002fattr-Module.html           |    8 +-
 Doc/Release/The-zsh_002fcap-Module.html            |    8 +-
 Doc/Release/The-zsh_002fclone-Module.html          |    8 +-
 Doc/Release/The-zsh_002fcompctl-Module.html        |    8 +-
 Doc/Release/The-zsh_002fcomplete-Module.html       |    8 +-
 Doc/Release/The-zsh_002fcomplist-Module.html       |    8 +-
 Doc/Release/The-zsh_002fcomputil-Module.html       |    8 +-
 Doc/Release/The-zsh_002fcurses-Module.html         |    8 +-
 Doc/Release/The-zsh_002fdatetime-Module.html       |    8 +-
 Doc/Release/The-zsh_002fdeltochar-Module.html      |    8 +-
 Doc/Release/The-zsh_002fexample-Module.html        |    8 +-
 Doc/Release/The-zsh_002ffiles-Module.html          |    8 +-
 Doc/Release/The-zsh_002fmapfile-Module.html        |    8 +-
 Doc/Release/The-zsh_002fmathfunc-Module.html       |    8 +-
 Doc/Release/The-zsh_002fnet_002fsocket-Module.html |    8 +-
 Doc/Release/The-zsh_002fnet_002ftcp-Module.html    |    8 +-
 Doc/Release/The-zsh_002fnewuser-Module.html        |    8 +-
 Doc/Release/The-zsh_002fparameter-Module.html      |    8 +-
 Doc/Release/The-zsh_002fpcre-Module.html           |    8 +-
 Doc/Release/The-zsh_002fregex-Module.html          |    8 +-
 Doc/Release/The-zsh_002fsched-Module.html          |    8 +-
 Doc/Release/The-zsh_002fstat-Module.html           |    8 +-
 Doc/Release/The-zsh_002fsystem-Module.html         |    8 +-
 Doc/Release/The-zsh_002ftermcap-Module.html        |    8 +-
 Doc/Release/The-zsh_002fterminfo-Module.html       |    8 +-
 Doc/Release/The-zsh_002fzftp-Module.html           |    8 +-
 Doc/Release/The-zsh_002fzle-Module.html            |    8 +-
 Doc/Release/The-zsh_002fzleparameter-Module.html   |    8 +-
 Doc/Release/The-zsh_002fzprof-Module.html          |    8 +-
 Doc/Release/The-zsh_002fzpty-Module.html           |    8 +-
 Doc/Release/The-zsh_002fzselect-Module.html        |    8 +-
 Doc/Release/The-zsh_002fzutil-Module.html          |    8 +-
 Doc/Release/User-Configuration-Functions.html      |    8 +-
 Doc/Release/User-Contributions.html                | 2388 +++++++++++++------
 Doc/Release/Utilities.html                         |    8 +-
 Doc/Release/Variables-Index.html                   |  455 ++--
 Doc/Release/Version-Control-Information.html       |    8 +-
 Doc/Release/Word-Designators.html                  |    8 +-
 Doc/Release/ZLE-Functions.html                     |    8 +-
 Doc/Release/Zftp-Function-System.html              |  548 +++---
 Doc/Release/Zftp-Functions.html                    |    8 +-
 Doc/Release/Zle-Builtins.html                      |    8 +-
 Doc/Release/Zle-Widgets.html                       |    8 +-
 Doc/Release/Zsh-Line-Editor.html                   | 1142 +++++----
 Doc/Release/Zsh-Modules.html                       | 1842 ++++++++-------
 Doc/Release/index.html                             |    8 +-
 Doc/Release/zsh.html                               |  292 ++--
 Doc/Release/zsh_28.html                            |  586 +++---
 Doc/Release/zsh_29.html                            |  596 +++---
 Doc/Release/zsh_30.html                            |  611 +++---
 Doc/Release/zsh_31.html                            |  391 ++--
 Doc/Release/zsh_33.html                            |  390 ++--
 Doc/Release/zsh_34.html                            |  354 ++--
 Doc/Release/zsh_36.html                            |  370 ++--
 Doc/Release/zsh_37.html                            |  896 ++++----
 Doc/Release/zsh_38.html                            |  352 ++--
 Doc/Release/zsh_39.html                            |  172 +-
 Doc/Release/zsh_41.html                            |  461 ++--
 Doc/Release/zsh_42.html                            |  324 ++--
 Doc/Release/zsh_44.html                            |  363 ++--
 Doc/Release/zsh_45.html                            |  162 +-
 Doc/Release/zsh_47.html                            |  368 ++--
 Doc/Release/zsh_48.html                            |  274 ++-
 Doc/Release/zsh_abt.html                           |   22 +-
 Doc/Release/zsh_toc.html                           |  655 +++---
 Doc/index.html                                     |   20 +-
 Doc/zsh.dvi.gz                                     |  Bin 417007 -> 646677 bytes
 Doc/zsh.texi.gz                                    |  Bin 352085 -> 372741 bytes
 Doc/zsh_a4.pdf                                     |  Bin 1343005 -> 2272534 bytes
 Doc/zsh_a4.ps.gz                                   |  Bin 629550 -> 926198 bytes
 Doc/zsh_html.tar.gz                                |  Bin 471425 -> 548659 bytes
 Doc/zsh_info.tar.gz                                |  Bin 366396 -> 390753 bytes
 Doc/zsh_us.pdf                                     |  Bin 1342858 -> 2235567 bytes
 Doc/zsh_us.ps.gz                                   |  Bin 629545 -> 926204 bytes
 182 files changed, 15692 insertions(+), 13287 deletions(-)

commit 97ed01590e90a8c5059a76847cd25ce5adb3dec7
Author: Simon Ruderich <simon@ruderich.org>
Date:   Wed Apr 20 00:53:46 2011 +0200

    FAQ: Update zshfaq.

    It's generated with `make FAQ` and `make FAQ.html` in Etc/ in the
    zsh-repository.

 FAQ/index.html         |  118 +------
 FAQ/zshfaq.html        |  185 +++++-----
 FAQ/zshfaq.html.tar.gz |  Bin 40577 -> 39589 bytes
 FAQ/zshfaq.txt         |  989 ++++++++++++++++++++++++++++--------------------
 FAQ/zshfaq.yo          |   77 ++--
 FAQ/zshfaq01.html      |  238 +++++++-----
 FAQ/zshfaq02.html      |  299 +++++++++-------
 FAQ/zshfaq03.html      |  357 ++++++++++++------
 FAQ/zshfaq04.html      |  101 +++--
 FAQ/zshfaq05.html      |  106 ++++--
 FAQ/zshfaq06.html      |  102 +++--
 11 files changed, 1440 insertions(+), 1132 deletions(-)
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] Update FTP/HTTP mirrors.
  2011-04-20  0:06       ` Simon Ruderich
@ 2011-04-20  0:14         ` Simon Ruderich
  2011-04-22 23:40         ` Wayne Davison
  2011-04-30 18:46         ` Peter Stephenson
  2 siblings, 0 replies; 11+ messages in thread
From: Simon Ruderich @ 2011-04-20  0:14 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1367 bytes --]

On Wed, Apr 20, 2011 at 02:06:07AM +0200, Simon Ruderich wrote:
> I meant running `make everything` in Doc/ and uploading all the
> files (HTML, PDF, etc.). I've done that as well (with zsh version
> 4.3.11), another big diff (ask if you want it), but not much
> changed:
>
>     182 files changed, 15692 insertions(+), 13287 deletions(-)

Seems like the frames version isn't generated by `make
everything` and is outdated. I've removed it for now.

Regards,
Simon
---
 Doc/index.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Doc/index.html b/Doc/index.html
index fce84c7..3071f03 100644
--- a/Doc/index.html
+++ b/Doc/index.html
@@ -28,7 +28,8 @@
 <p>The Zsh manual is available in the following formats:
 <ul>
   <li><a href="Release/zsh_toc.html">HTML, Browsable Hypertext</a></li>
-  <li><a href="Release/index-frame.html">HTML, Frames Interface</a></li>
+  <!-- FIXME: frame version not up to date! -->
+  <!-- <li><a href="Release/index-frame.html">HTML, Frames Interface</a></li> -->
   <li><a href="zsh_html.tar.gz">HTML</a> <i>(tarred and gzipped package, 860KiB)</i></li>
  <br>
   <li><a href="zsh_a4.ps.gz">PostScript</a> <i>(European A4 size paper, gzipped, 910KiB)</i></li>
-- 
1.7.4.4

-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] Update FTP/HTTP mirrors.
  2011-04-20  0:06       ` Simon Ruderich
  2011-04-20  0:14         ` Simon Ruderich
@ 2011-04-22 23:40         ` Wayne Davison
  2011-04-25 13:14           ` Simon Ruderich
  2011-04-30 18:46         ` Peter Stephenson
  2 siblings, 1 reply; 11+ messages in thread
From: Wayne Davison @ 2011-04-22 23:40 UTC (permalink / raw)
  To: Simon Ruderich; +Cc: zsh-workers

On Tue, Apr 19, 2011 at 5:06 PM, Simon Ruderich <simon@ruderich.org> wrote:
> Btw. I'm managing the website changes in a Git repository, do we want to publish
> that somewhere to log the changes and let everybody commit to it?

I (for one) like that idea.  Toward that end, I created an empty git
repo in a dir named "web" (along side the current zsh dir that holds
the mirroring of the cvs repo).  Anyone can pull the (currently empty)
repo like this:

 git clone git://zsh.git.sf.net/gitroot/zsh/web zsh-web

If you want to tweak your git repo's .git/config to match that (but
with an ssh url), you could push what you have that way.  Or you could
run these commands in your repo to setup its origin:

 git remote add origin ssh://USER@zsh.git.sourceforge.net/gitroot/zsh/web
 git config branch.master.remote origin
 git config branch.master.merge refs/heads/master

Then you just need to "git push origin master" (since the first push
needs an explicit branch name to get it started).

..wayne..


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] Update FTP/HTTP mirrors.
  2011-04-22 23:40         ` Wayne Davison
@ 2011-04-25 13:14           ` Simon Ruderich
  2011-04-25 16:24             ` Wayne Davison
  0 siblings, 1 reply; 11+ messages in thread
From: Simon Ruderich @ 2011-04-25 13:14 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 882 bytes --]

On Fri, Apr 22, 2011 at 04:40:14PM -0700, Wayne Davison wrote:
> On Tue, Apr 19, 2011 at 5:06 PM, Simon Ruderich wrote:
>> Btw. I'm managing the website changes in a Git repository, do
>> we want to publish that somewhere to log the changes and let
>> everybody commit to it?
>
> I (for one) like that idea.  Toward that end, I created an empty git
> repo in a dir named "web" (along side the current zsh dir that holds
> the mirroring of the cvs repo).  Anyone can pull the (currently empty)
> repo like this:
>
>  git clone git://zsh.git.sf.net/gitroot/zsh/web zsh-web

I just pushed my commits, please tell me if I missed something.

Thanks for the detailed information - git remotes are still a
little weird for me.

> [snip]
>
> ..wayne..

Regards,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] Update FTP/HTTP mirrors.
  2011-04-25 13:14           ` Simon Ruderich
@ 2011-04-25 16:24             ` Wayne Davison
  2011-04-25 19:22               ` Simon Ruderich
  0 siblings, 1 reply; 11+ messages in thread
From: Wayne Davison @ 2011-04-25 16:24 UTC (permalink / raw)
  To: Simon Ruderich; +Cc: zsh-workers

On Mon, Apr 25, 2011 at 6:14 AM, Simon Ruderich <simon@ruderich.org> wrote:
> I just pushed my commits, please tell me if I missed something.

Looks good to me!  If you have any tags, be sure to push them in an
extra step (git push --tags).  If not, you should be all set.

..wayne..


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] Update FTP/HTTP mirrors.
  2011-04-25 16:24             ` Wayne Davison
@ 2011-04-25 19:22               ` Simon Ruderich
  0 siblings, 0 replies; 11+ messages in thread
From: Simon Ruderich @ 2011-04-25 19:22 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

On Mon, Apr 25, 2011 at 09:24:35AM -0700, Wayne Davison wrote:
> On Mon, Apr 25, 2011 at 6:14 AM, Simon Ruderich wrote:
>> I just pushed my commits, please tell me if I missed something.
>
> Looks good to me!  If you have any tags, be sure to push them in an
> extra step (git push --tags).  If not, you should be all set.
>
> ..wayne..

Perfect. No tags yet.

Regards,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] Update FTP/HTTP mirrors.
  2011-04-20  0:06       ` Simon Ruderich
  2011-04-20  0:14         ` Simon Ruderich
  2011-04-22 23:40         ` Wayne Davison
@ 2011-04-30 18:46         ` Peter Stephenson
  2 siblings, 0 replies; 11+ messages in thread
From: Peter Stephenson @ 2011-04-30 18:46 UTC (permalink / raw)
  To: zsh-workers

On Wed, 20 Apr 2011 02:06:07 +0200
Simon Ruderich <simon@ruderich.org> wrote:

> On Mon, Apr 18, 2011 at 08:25:47PM +0100, Peter Stephenson wrote:
> >> I don't have commit access (this patch is for the zsh
> >> repository).
> >
> > I think you do, but I've committed it anyway.
> 
> Interesting, didn't know that ;-)
> 
> I've never really used CVS (I guess that's the only way to
> commit). Could you give me a short introduction (or link to one)
> how to commit to zsh's CVS and which rules have to be followed?

https://sourceforge.net/apps/trac/sourceforge/wiki/CVS

The only rule is stuff should appear on the mailing list first (or be
referred to as a patch somewhere else if it's really large) and the mail
sequence number appears in the ChangeLog entry; beyond that it's common
sense, i.e. contentious stuff such as changes of behaviour should be
discussed but typos, simple bug fixes, and enhancements to one's own
shell functions don't require explicit feedback before committing.
 
> > Probably including metafaq.yo in FAQ.yo is the way to go now FAQ.yo is
> > only generated in situ in the source tree.
> 
> I don't know any yodl, could you please change that? Thanks.

It'll be an includefile(...), I suppose.  However, it looks like the
metafaq itself is specific to the manual style, so the FTP info needs
need separating out and even then the remaining macros are different.
I've hacked up some kind of fix in FAQ.you which I will not be
attempting to improve further (the only remaining thing that's wrong
that I can see is the indentation, which isn't going to worry
anyone).

> We still have to update http://zsh.org/ - it contains the broken
> mirrors.

That's Geoff Wing's: email gcw@zsh.org.

Index: Doc/Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Makefile.in,v
retrieving revision 1.47
diff -p -u -r1.47 Makefile.in
--- Doc/Makefile.in	30 May 2009 22:28:51 -0000	1.47
+++ Doc/Makefile.in	30 Apr 2011 18:39:35 -0000
@@ -73,7 +73,8 @@ YODLSRC = zmacros.yo zman.yo ztexi.yo Zs
 Zsh/calsys.yo \
 Zsh/compat.yo Zsh/compctl.yo Zsh/compsys.yo Zsh/compwid.yo Zsh/cond.yo \
 Zsh/contrib.yo Zsh/exec.yo Zsh/expn.yo \
-Zsh/filelist.yo Zsh/files.yo Zsh/func.yo Zsh/grammar.yo Zsh/manual.yo \
+Zsh/filelist.yo Zsh/files.yo Zsh/ftp_sites.yo \
+Zsh/func.yo Zsh/grammar.yo Zsh/manual.yo \
 Zsh/index.yo Zsh/intro.yo Zsh/invoke.yo Zsh/jobs.yo Zsh/metafaq.yo \
 Zsh/modules.yo Zsh/modlist.yo Zsh/modmenu.yo Zsh/manmodmenu.yo $(MODDOCSRC) \
 Zsh/options.yo Zsh/params.yo Zsh/prompt.yo Zsh/redirect.yo Zsh/restricted.yo \
@@ -161,9 +162,9 @@ zshall.1: zsh.yo
 	    $(YODL) -I$(sdir) -DZSHALL -w zman.yo version.yo zsh.yo | sed -e '1s/\\-/-/g' -e '/^\.'\''/d' > $$target \
 	;; esac; \
 
-../META-FAQ: META-FAQ.yo Zsh/metafaq.yo
+../META-FAQ: META-FAQ.yo Zsh/metafaq.yo Zsh/ftp_sites.yo
 	case '$(YODL)' in :*) touch $(sdir_top)/META-FAQ ;; *) \
-	    $(YODL) -I$(sdir) META-FAQ.yo | sed -e '/NEXTLINE/N' -e '/DELLINE/d' -e '/^SECTHEAD$$/{N;s/^SECTHEAD.//;h;s/./-/g;H;g;}' -e 's/  *$$//' > $(sdir_top)/META-FAQ \
+	    $(YODL) -I$(sdir) META-FAQ.yo | sed -e '/NEXTLINE/N' -e '/DELLINE/d' -e '/^SECTHEAD$$/{N;s/^SECTHEAD.//;h;s/./-/g;H;g;}' -e 's/  *$$//' -e '/comment(.*)/d' > $(sdir_top)/META-FAQ \
 	;; esac
 
 $(YODLDOC): version.yo
@@ -176,7 +177,8 @@ man: $(MAN)
 $(MAN): zmacros.yo zman.yo
 
 zsh.1 zshall.1: Zsh/intro.yo Zsh/metafaq.yo Zsh/invoke.yo Zsh/files.yo \
-                Zsh/filelist.yo Zsh/filelist.yo Zsh/seealso.yo
+                Zsh/filelist.yo Zsh/filelist.yo Zsh/seealso.yo \
+                Zsh/ftp_sites.yo
 
 zshbuiltins.1: Zsh/builtins.yo
 
Index: Doc/Zsh/.distfiles
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/.distfiles,v
retrieving revision 1.20
diff -p -u -r1.20 .distfiles
--- Doc/Zsh/.distfiles	3 Mar 2009 16:40:42 -0000	1.20
+++ Doc/Zsh/.distfiles	30 Apr 2011 18:39:35 -0000
@@ -14,6 +14,7 @@ exec.yo
 expn.yo
 filelist.yo
 files.yo
+ftp_sites.yo
 func.yo
 grammar.yo
 index.yo
Index: Doc/Zsh/ftp_sites.yo
===================================================================
RCS file: Doc/Zsh/ftp_sites.yo
diff -N Doc/Zsh/ftp_sites.yo
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Doc/Zsh/ftp_sites.yo	30 Apr 2011 18:39:35 -0000
@@ -0,0 +1,28 @@
+startitem()
+item(Primary site)(
+nofill(tt(ftp://ftp.zsh.org/pub/)
+tt(http://www.zsh.org/pub/))
+)
+item(Australia)(
+nofill(tt(ftp://ftp.zsh.org/pub/)
+tt(http://www.zsh.org/pub/))
+)
+item(Denmark)(
+nofill(tt(ftp://mirrors.dotsrc.org/zsh/))
+)
+item(Finland)(
+nofill(tt(ftp://ftp.funet.fi/pub/unix/shells/zsh/))
+)
+item(France)(
+nofill(tt(ftp://nephtys.lip6.fr/pub/unix/shells/zsh/))
+)
+item(Germany)(
+nofill(tt(ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/))
+)
+item(Hungary)(
+nofill(tt(ftp://ftp.kfki.hu/pub/packages/zsh/))
+)
+item(Poland)(
+nofill(tt(ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/))
+)
+enditem()
Index: Doc/Zsh/metafaq.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/metafaq.yo,v
retrieving revision 1.22
diff -p -u -r1.22 metafaq.yo
--- Doc/Zsh/metafaq.yo	18 Apr 2011 08:38:53 -0000	1.22
+++ Doc/Zsh/metafaq.yo	30 Apr 2011 18:39:35 -0000
@@ -25,34 +25,7 @@ mirroring tt(ftp.cs.elte.hu) instead of 
 cindex(FTP sites for zsh)
 cindex(acquiring zsh by FTP)
 cindex(availability of zsh)
-startitem()
-item(Primary site)(
-nofill(tt(ftp://ftp.zsh.org/pub/)
-tt(http://www.zsh.org/pub/))
-)
-item(Australia)(
-nofill(tt(ftp://ftp.zsh.org/pub/)
-tt(http://www.zsh.org/pub/))
-)
-item(Denmark)(
-nofill(tt(ftp://mirrors.dotsrc.org/zsh/))
-)
-item(Finland)(
-nofill(tt(ftp://ftp.funet.fi/pub/unix/shells/zsh/))
-)
-item(France)(
-nofill(tt(ftp://nephtys.lip6.fr/pub/unix/shells/zsh/))
-)
-item(Germany)(
-nofill(tt(ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/))
-)
-item(Hungary)(
-nofill(tt(ftp://ftp.kfki.hu/pub/packages/zsh/))
-)
-item(Poland)(
-nofill(tt(ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/))
-)
-enditem()
+INCLUDEFILE(Zsh/ftp_sites.yo)\
 
 The up-to-date source code is available via anonymous CVS and Git from
 Sourceforge.  See tt(http://sourceforge.net/projects/zsh/) for details.
Index: Etc/FAQ.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Etc/FAQ.yo,v
retrieving revision 1.56
diff -p -u -r1.56 FAQ.yo
--- Etc/FAQ.yo	18 Apr 2011 08:38:53 -0000	1.56
+++ Etc/FAQ.yo	30 Apr 2011 18:39:36 -0000
@@ -42,7 +42,12 @@ whenhtml(report(ARG1)(ARG2)(ARG3))\
 whenlatex(report(ARG1)(ARG2)(ARG3))\
 whenman(report(ARG1)(ARG2)(ARG3))\
 whenms(report(ARG1)(ARG2)(ARG3))\
-whensgml(report(ARG1)(ARG2)(ARG3)))
+whensgml(report(ARG1)(ARG2)(ARG3)))\
+def(startitem)(0)() \
+def(enditem)(0)()\
+def(item)(2)(
+ARG1: ARG2)\
+def(nofill)(1)(ARG1)
 myreport(Z-Shell Frequently-Asked Questions)(Peter Stephenson)(2010/02/15)
 COMMENT(-- the following are for Usenet and must appear first)\
 description(\
@@ -334,25 +339,7 @@ label(16)
   the shell.  The following list also appears on the WWW at
   url(http://www.zsh.org/)(http://www.zsh.org/) .
 
-  description(
-    mydit(Home site) url(ftp://ftp.zsh.org/pub/)(ftp://ftp.zsh.org/pub/)
-    mydit()          (also url(http://www.zsh.org/pub/)
-(http://www.zsh.org/pub/))
-    mydit(Denmark)   url(ftp://mirrors.dotsrc.org/zsh/)
-(ftp://mirrors.dotsrc.org/zsh/)
-    mydit()          (also url(http://mirrors.dotsrc.org/zsh/)
-(http://mirrors.dotsrc.org/zsh/))
-    mydit(Finland)   url(ftp://ftp.funet.fi/pub/unix/shells/zsh/)
-(ftp://ftp.funet.fi/pub/unix/shells/zsh/)
-    mydit(France)    url(ftp://nephtys.lip6.fr/pub/unix/shells/zsh/)
-(ftp://nephtys.lip6.fr/pub/unix/shells/zsh/)
-    mydit(Germany)   url(ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/)
-(ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/)
-    mydit(Hungary)   url(ftp://ftp.kfki.hu/pub/packages/zsh/)
-(ftp://ftp.kfki.hu/pub/packages/zsh/)
-    mydit(Poland)    url(ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/)
-(ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/)
-  )
+includefile(../Doc/Zsh/ftp_sites.yo)
 
   A Windows port was created by Amol Deshpandem based on 3.0.5 (which
   is now rather old).  This has now been restored and can be found at
-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-04-30 18:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-15 14:46 [PATCH] Update FTP/HTTP mirrors Simon Ruderich
2011-04-15 15:15 ` Peter Stephenson
2011-04-17 20:31   ` Simon Ruderich
2011-04-18 19:25     ` Peter Stephenson
2011-04-20  0:06       ` Simon Ruderich
2011-04-20  0:14         ` Simon Ruderich
2011-04-22 23:40         ` Wayne Davison
2011-04-25 13:14           ` Simon Ruderich
2011-04-25 16:24             ` Wayne Davison
2011-04-25 19:22               ` Simon Ruderich
2011-04-30 18:46         ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).