zsh-workers
 help / color / mirror / code / Atom feed
From: Simon Ruderich <simon@ruderich.org>
To: zsh-workers@zsh.org
Subject: [PATCH 6/6] Add new Arc/source.html page with current downloads.
Date: Sat, 17 Apr 2010 23:41:32 +0200	[thread overview]
Message-ID: <f6bc302ce8e5f71b6ff5ead550f1388952a5d034.1271539819.git.simon@ruderich.org> (raw)
In-Reply-To: <cover.1271539819.git.simon@ruderich.org>

Providing a direct link to fetch zsh makes it easier for new users.
---
 Arc/source.html |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 index.html      |    4 +-
 2 files changed, 60 insertions(+), 2 deletions(-)
 create mode 100644 Arc/source.html

diff --git a/Arc/source.html b/Arc/source.html
new file mode 100644
index 0000000..8153213
--- /dev/null
+++ b/Arc/source.html
@@ -0,0 +1,58 @@
+<html>
+<head>
+  <title>ZSH - Mirrors</title>
+  <link rel="icon" href="../favicon.png" type="image/png">
+  <link rel="up" href="../">
+  <link rel="top" href="../">
+  <link rel="prev" href="list-contents.html">
+  <link rel="next" href="cvs.html">
+  <link rel="first" href="list-contents.html">
+  <link rel="last" href="git.html">
+  <link rev="made" href="mailto:zsh-workers@zsh.org">
+</head>
+
+<body bgcolor="#ffffff" text="#000000">
+
+<table width="100%">
+<tr><td>
+<a href="list-contents.html"><img src="../Images/prev.png" alt="[prev]" width=30 height=30></a>
+<a href="cvs.html"><img src="../Images/next.png" alt="[next]" width=30 height=30></a>
+<a href="../"><img src="../Images/up.png" alt="[up]" width=30 height=30></a>
+<a href="../"><img src="../Images/top.png" alt="[top]" width=30 height=30></a>
+</td><td>
+<font size="+3" align=center><strong>Download zsh source</strong></font>
+</td>
+</tr>
+</table>
+<hr size=1 noshade>
+
+<p>You can either download the zsh source from one of the
+<a href="index.html">mirrors</a> or from Sourceforge.</p>
+
+<p>Download zsh 4.3.10 from Sourceforge (-doc contains additional documentation):</p>
+<p>
+As bzipped tar archive:
+<a href="http://sourceforge.net/projects/zsh/files/zsh-dev/4.3.10/zsh-4.3.10.tar.bz2/download">zsh-4.3.10.tar.bz2</a>,
+<a href="http://sourceforge.net/projects/zsh/files/zsh-doc-dev/4.3.10/zsh-4.3.10-doc.tar.bz2/download">zsh-4.3.10-doc.tar.bz2</a>
+</p>
+<p>
+As gzipped tar archive:
+<a href="http://sourceforge.net/projects/zsh/files/zsh-dev/4.3.10/zsh-4.3.10.tar.gz/download">zsh-4.3.10.tar.gz</a>,
+<a href="http://sourceforge.net/projects/zsh/files/zsh-doc-dev/4.3.10/zsh-4.3.10-doc.tar.gz/download">zsh-4.3.10-doc.tar.gz</a>
+</p>
+
+Older releases can be downloaded from the
+<a href="http://sourceforge.net/projects/zsh/files/">zsh downloads</a> on
+Sourceforge.
+
+<hr>
+<div align=right>
+<address>
+<a name=Signature href="../disclaimer.html">Disclaimer</a>
+Last modified: $Date: 2010/04/17 23:11:09 $
+</address>
+</div>
+
+</body>
+</html>
diff --git a/index.html b/index.html
index beb399f..f38930d 100644
--- a/index.html
+++ b/index.html
@@ -51,10 +51,10 @@
   <td>
     <ul>
     <font size="+1" color="#600000"><b>Download</b></font>
+    <li><a href="Arc/source.html">Source</a>
     <li><a href="Arc/list-contents.html">Contents</a>
     <li><a href="Arc/">Mirrors</a>
-    <li><a href="Arc/cvs.html">CVS</a>
-    <li><a href="Arc/git.html">Git</a>
+    <li><a href="Arc/cvs.html">CVS</a> / <a href="Arc/git.html">Git</a>
     </ul>
   </td>
 </tr>
-- 
1.7.0.5


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


  parent reply	other threads:[~2010-04-17 21:43 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-17 21:39 [PATCH 0/6] Proposed updates for the zsh website Simon Ruderich
2010-04-17 21:40 ` [PATCH 1/6] Update old *sunsite.dk links Simon Ruderich
2010-04-17 21:40 ` [PATCH 2/6] links.html: Update old links Simon Ruderich
2010-04-17 21:40 ` [PATCH 3/6] Minor fixes and update dates Simon Ruderich
2010-04-17 21:40 ` [PATCH 4/6] Update news and releases Simon Ruderich
2010-04-17 21:41 ` [PATCH 5/6] FAQ/META: Remove outdated information Simon Ruderich
2010-04-17 21:41 ` Simon Ruderich [this message]
2010-04-18  2:19 ` [PATCH 0/6] Proposed updates for the zsh website Michael Hwang
2010-04-18 16:18   ` Simon Ruderich
2010-04-19 13:18     ` Peter Stephenson
2010-04-20 22:21       ` Simon Ruderich
2010-04-20 22:30         ` Simon Ruderich
2010-04-18 15:47 ` Clint Adams
2010-04-18 16:34 ` Peter Stephenson
2010-04-20 22:18   ` Simon Ruderich
     [not found]     ` <p2w2d460de71004210202l319757bew616cfaeb758fe120@mail.gmail.com>
2010-04-21 19:09       ` Simon Ruderich
2010-04-21 20:09         ` Richard Hartmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f6bc302ce8e5f71b6ff5ead550f1388952a5d034.1271539819.git.simon@ruderich.org \
    --to=simon@ruderich.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).