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@xxxxxxxxxxxx>
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@xxxxxxxxxxxx>
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@xxxxxxxxxxxx>
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:
pgpbRj7H7DnSQ.pgp
Description: PGP signature