Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Add Git repository to homepage



On Fri, Apr 09, 2010 at 12:53:03PM +0100, Peter Stephenson wrote:
> On Sat, 3 Apr 2010 22:03:42 +0200
> Simon Ruderich <simon@xxxxxxxxxxxx> wrote:
>> From what I read in the past on the mailing list it looks like
>> most newcomers to Zsh don't know about the Git repository, so I
>> thought maybe we could add it to the homepage.
>
> If someone can write a variant of the page
>
> http://zsh.sourceforge.net/Arc/cvs.html
>
> that does essentially the same thing for Git I will add it (or anyone with
> CVS access should also now have access to the web site by rsync).

Attached is a version for Git. I don't know how this file is
generated so I just modified the HTML.

I found some problems with the links on both pages though, the
daily snapshots don't work, the yodl link also doesn't work.

While we're at it, could the News page get updated to include the
latest release? For someone visiting the page it looks like Zsh
wasn't updated in two years. And maybe a direct link to the Zsh
sources could also get added, I couldn't find one when I was
checking the cvs.html links.

Thanks,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
<html>
<head>
  <title>ZSH - Git</title>
  <link rel="icon" href="../favicon.png" type="image/png">
  <link rel="up" href="../">
  <link rel="top" href="../">
  <link rel="prev" href="./">
  <link rel="first" href="list-contents.html">
  <link rev="made" href="mailto:zsh@xxxxxxxxxx";>
</head>

<body bgcolor="#ffffff" text="#000000">

<table width="100%">
<tr><td>
<a href="./"><img src="../Images/prev.png" width=30 ALT="[prev]" height=30></a>
<a href="../"><img src="../Images/next.png" width=30 ALT="[next]" height=30></a>
<a href="../"><img src="../Images/up.png" width=30 ALT="[up]" height=30></a>
<a href="../"><img src="../Images/top.png" width=30 ALT="[top]" height=30></a>
</td>
<td>
<font size="+3" align=center><strong>Git</strong></font>
</td>
</tr>
</table>
<hr size=1 noshade>

<p>
Additionally to the main CVS repository there is also a Git mirror available,
also hosted by <a href="http://sourceforge.net/";>SourceForge</a>. To clone
the repository use the following command.
<p>
<tt>git clone git://zsh.git.sf.net/gitroot/zsh/zsh</tt>
<p>
You can also browse the repository online through
<a href="http://zsh.git.sourceforge.net/git/gitweb.cgi?p=zsh/zsh";>gitweb</a>.
<p>
To build it, you will need to run <tt>Util/preconfig</tt> to build the
configure script. This requires that you have a copy of
<a href="http://www.gnu.org/software/autoconf/autoconf.html";>autoconf</a>
installed. Documentation is pre-built for the releases so unless you have
<a href="http://www.xs4all.nl/~jantien/yodl/";>Yodl</a> installed builds
from Git sources will fail when they come to build documentation. This is
after zsh itself has been built so don't let that error worry you.

<p>
The master branch contains the current development.
<p>
Be aware that if you obtain your copy of Zsh in any of the ways described on
this page, it is likely to contain many more bugs than the official releases. If
you're not interested in having the very latest features and just want to get on
with some real work get the latest stable release.

<hr>
<div align=right>
<address>
<a name=Signature href="../disclaimer.html">Disclaimer</a>
Last modified: $Date: 2010/04/09 22:03:27 $
</address>
</div>

</body>
</html>

Attachment: pgpjl8Oqj2nHA.pgp
Description: PGP signature



Messages sorted by: Reverse Date, Date, Thread, Author