comparison docs/website/generate-gftp-website.pl @ 975:04a234bb896f

2008-11-30 Brian Masney <masneyb@gftp.org> * docs/website/index.html.in docs/website/generate-gftp-website.pl docs/website/announce.txt ChangeLog-old - updated for the 2.0.19 release.
author masneyb
date Sun, 30 Nov 2008 22:44:35 +0000
parents 05c67a33b071
children
comparison
equal deleted inserted replaced
974:e27d7b7702fb 975:04a234bb896f
17 "STABLE_I386DEB" => "gftp_" . $version . "-1_all.deb", 17 "STABLE_I386DEB" => "gftp_" . $version . "-1_all.deb",
18 "STABLE_I386DEB_COMMON" => "gftp-common_" . $version . "-1_i386.deb", 18 "STABLE_I386DEB_COMMON" => "gftp-common_" . $version . "-1_i386.deb",
19 "STABLE_I386DEB_GTK" => "gftp-gtk_" . $version . "-1_i386.deb", 19 "STABLE_I386DEB_GTK" => "gftp-gtk_" . $version . "-1_i386.deb",
20 "STABLE_I386DEB_TEXT" => "gftp-text_" . $version . "-1_i386.deb"); 20 "STABLE_I386DEB_TEXT" => "gftp-text_" . $version . "-1_i386.deb");
21 21
22 $tarfiles = "MD5SUMS changelog.html gftp-screenshot.png index.html bats.gif logo.jpg readme.html robots.txt screenshots.html"; 22 $tarfiles = "MD5SUMS changelog.html gftp-screenshot.png index.html logo.jpg readme.html robots.txt screenshots.html";
23 23
24 print "Generating MD5SUMS...\n"; 24 print "Generating MD5SUMS...\n";
25 25
26 open M, ">MD5SUMS" || die "Can't open MD5SUMS: $!\n"; 26 open M, ">MD5SUMS" || die "Can't open MD5SUMS: $!\n";
27 foreach $tag (keys %rep) 27 foreach $tag (keys %rep)