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

[PATCH 6/6] Add new Arc/source.html page with current downloads.



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@xxxxxxx";>
+</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



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