# New Ticket Created by Dino Morelli
# Please include the string: [perl #35910]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=35910 >
It was pointed out by a visitor to #parrot that, on the index and source
pages of parrotcode.org, one uses an FTP url and the other uses an HTTP
url. This is for the 0.2.0 .tar.gz download link.
I put both methods of download on both pages.
files:
source.html
index.html
-Dino
--
.~. Dino Morelli
/V\ email: [EMAIL PROTECTED]
/( )\ weblog: http://categorically.net/d/blog/
^^-^^ preferred distro: Debian GNU/Linux http://www.debian.org
Index: source.html
===================================================================
--- source.html (revision 627)
+++ source.html (working copy)
@@ -23,12 +23,15 @@
<H1>Releases</H1>
<p>Parrot releases are collected into tarballs and are available for
-download. The most recent release is available here:</p>
+download. The most recent release is available from CPAN:</p>
<UL>
<LI><A
HREF="http://www.cpan.org/authors/id/L/LT/LTOETSCH/parrot-0.2.0.tar.gz"
- >parrot 0.2.0</A>
+ >parrot 0.2.0 (HTTP)</A>
+ <LI><A
+
HREF="ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LT/LTOETSCH/parrot-0.2.0.tar.gz"
+ >parrot 0.2.0 (FTP)</A>
</UL>
<A NAME="VersionControl"></A>
Index: index.html
===================================================================
--- index.html (revision 627)
+++ index.html (working copy)
@@ -20,8 +20,8 @@
On May 8th, 2005, Parrot pumpking Leo Tötsch released Parrot 0.2.0.
See the <a href="news/2005/Parrot-0.2.0.html">Parrot
0.2.0 release announcement</a> for more details or <a
-href="ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LT/LTOETSCH/parrot-0.2.0.tar.gz">download
-Parrot 0.2.0</a> from the CPAN.
+href="http://www.cpan.org/authors/id/L/LT/LTOETSCH/parrot-0.2.0.tar.gz">download
+Parrot 0.2.0 via HTTP</a> from the CPAN. Or download via <a
href="ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LT/LTOETSCH/parrot-0.2.0.tar.gz">FTP</a>
if you prefer.
</p>
<h2> What is Parrot? </h2>