Menu

Tree [e967e4] main master /
 History

HTTPS access


File Date Author Commit
 Arc 2022-05-14 dana dana [e967e4] Update downloads, notes, etc., for 5.9
 Contrib 2022-04-08 Oliver Kiddle Oliver Kiddle [55252a] point to SVG favicon first
 Doc 2022-05-14 dana dana [e967e4] Update downloads, notes, etc., for 5.9
 Etc 2021-05-24 Phil Pennock Phil Pennock [81e7e3] Link repair & https-ification
 FAQ 2022-05-14 dana dana [e00b83] Doc, FAQ, Intro: Update for 5.9
 Functions 2013-03-27 Simon Ruderich Simon Ruderich [094e93] Remove old CVS directories.
 GSoC 2021-05-24 Phil Pennock Phil Pennock [030691] SourceForge https enabled on .io domain
 Guide 2022-04-08 Oliver Kiddle Oliver Kiddle [55252a] point to SVG favicon first
 Images 2022-04-08 Oliver Kiddle Oliver Kiddle [9c2b70] announce new logo
 Intro 2022-05-14 dana dana [e00b83] Doc, FAQ, Intro: Update for 5.9
 Keys 2020-08-04 dana dana [eea2b6] Add dana PGP key
 Misc 2013-03-27 Simon Ruderich Simon Ruderich [094e93] Remove old CVS directories.
 News 2022-05-14 dana dana [e967e4] Update downloads, notes, etc., for 5.9
 Patches 2020-07-12 Daniel Shahaf Daniel Shahaf [888382] Import Patches/ from the live site
 Refcard 2022-04-08 Oliver Kiddle Oliver Kiddle [55252a] point to SVG favicon first
 README 2020-12-27 Phil Pennock Phil Pennock [345ab8] Guard against SF_USER being unset
 about.html 2022-04-08 Oliver Kiddle Oliver Kiddle [55252a] point to SVG favicon first
 disclaimer.html 2010-04-17 Simon Ruderich Simon Ruderich [006541] Minor fixes and update dates.
 favicon.ico 2022-04-08 Oliver Kiddle Oliver Kiddle [9c2b70] announce new logo
 favicon.png 2022-04-08 Oliver Kiddle Oliver Kiddle [9c2b70] announce new logo
 favicon.svg 2022-04-08 Oliver Kiddle Oliver Kiddle [9c2b70] announce new logo
 index.html 2022-05-14 dana dana [e967e4] Update downloads, notes, etc., for 5.9
 links.html 2021-05-24 Phil Pennock Phil Pennock [81e7e3] Link repair & https-ification
 markUp.html 2010-04-14 Simon Ruderich Simon Ruderich [df253f] Initial commit.
 release-update-versions.zsh 2022-05-14 dana dana [766003] release-update-versions: Hack around bad file n...
 release.zsh 2019-02-13 dana dana [1250d4] release.zsh: Fix bug re: FAQ link replacement
 releases.html 2022-05-14 dana dana [e967e4] Update downloads, notes, etc., for 5.9

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:

    git status -uall --ignored
    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