Menu

Tree [b0acda] master /
 History

HTTPS access


File Date Author Commit
 Arc 2017-09-21 Peter Stephenson Peter Stephenson [0d933a] Update 5.4.1 to 5.4.2.
 Contrib 2013-04-05 Simon Ruderich Simon Ruderich [798227] Fix prev/next buttons to match link rel=prev/next.
 Doc 2017-09-21 Peter Stephenson Peter Stephenson [0d933a] Update 5.4.1 to 5.4.2.
 Etc 2013-03-27 Simon Ruderich Simon Ruderich [094e93] Remove old CVS directories.
 FAQ 2017-09-21 Peter Stephenson Peter Stephenson [0d933a] Update 5.4.1 to 5.4.2.
 Functions 2013-03-27 Simon Ruderich Simon Ruderich [094e93] Remove old CVS directories.
 GSoC 2010-04-14 Simon Ruderich Simon Ruderich [df253f] Initial commit.
 Guide 2014-05-17 Simon Ruderich Simon Ruderich [75b675] Guide: regenerate
 Images 2013-03-27 Simon Ruderich Simon Ruderich [094e93] Remove old CVS directories.
 Intro 2017-09-21 Peter Stephenson Peter Stephenson [0d933a] Update 5.4.1 to 5.4.2.
 Misc 2013-03-27 Simon Ruderich Simon Ruderich [094e93] Remove old CVS directories.
 News 2017-09-22 Oliver Kiddle Oliver Kiddle [b0acda] fix typo in HTML syntax
 Patches 2013-03-27 Simon Ruderich Simon Ruderich [094e93] Remove old CVS directories.
 Refcard 2013-04-05 Simon Ruderich Simon Ruderich [798227] Fix prev/next buttons to match link rel=prev/next.
 patches 2013-03-27 Simon Ruderich Simon Ruderich [094e93] Remove old CVS directories.
 README 2015-10-03 Simon Ruderich Simon Ruderich [d62fd2] README: add --delete to rsync command
 about.html 2013-04-05 Simon Ruderich Simon Ruderich [240fb8] about.html: Add link to Git repository.
 disclaimer.html 2010-04-17 Simon Ruderich Simon Ruderich [006541] Minor fixes and update dates.
 favicon.ico 2010-04-14 Simon Ruderich Simon Ruderich [df253f] Initial commit.
 favicon.png 2010-04-14 Simon Ruderich Simon Ruderich [df253f] Initial commit.
 index.html 2017-09-21 Peter Stephenson Peter Stephenson [0d933a] Update 5.4.1 to 5.4.2.
 links.html 2013-04-05 Simon Ruderich Simon Ruderich [798227] Fix prev/next buttons to match link rel=prev/next.
 markUp.html 2010-04-14 Simon Ruderich Simon Ruderich [df253f] Initial commit.
 release.zsh 2016-12-17 Simon Ruderich Simon Ruderich [88760a] release.zsh: Doc/: add dvi pdf make targets
 releases.html 2017-08-13 Simon Ruderich Simon Ruderich [1fda0f] Add release notes for 5.4.1

Read Me

README
======

Website
-------

The website is _not_ automatically synchronized with the Git repository.


You can fetch the current version of the published website with:

    rsync -avi $SF_USER,zsh@web.sourceforge.net:htdocs/ .

$SF_USER is your Sourceforge user name, you need SSH access for this to work.

To upload the committed changes use:

    rsync -avi --no-perms --delete --exclude .git . $SF_USER,zsh@web.sourceforge.net:htdocs/

`--no-perms` is important if you have a strict umask or the pages are not
accessible.

The Git repository for the website can be cloned with

    git clone git://git.code.sf.net/p/zsh/web zsh

*Don't upload any uncommitted changes!*


Release
-------

To prepare a new release use the `release.zsh` script. $ZSHPATH must point to
a current checkout of the Zsh source repository.

    ZSHPATH=/path/to/zsh/ ./release.zsh

Follow the instructions and check the results. Then commit the changes and tag
the commit with:

    git tag -s -m "Release of zsh $ZSH_VERSION" zsh-$ZSH_VERSION
MongoDB Logo MongoDB