comparison docs/website/generate-gftp-website.pl @ 633:05c67a33b071

2004-12-2 Brian Masney <masneyb@gftp.org> * src/gtk/gtkui.c (gftpui_run_function_callback) src/uicommon/gftpui.h - added toggled variable to the gftpui_callback_data structure. If the edit dialog had a checkbox in it, then put the checkbox value in the toggled variable * src/gtk/gtkui.c (gftpui_site_dialog) src/uicommon/gftpuicallbacks.c (gftpui_common_run_site) - allow the user to not send the prepend the command with the SITE keyword * docs/website/index.html.in docs/website/bats.gif docs/website/generate-gftp-website.pl - updated bug reporting section. Added link and graphic for the National Speleological Society (NSS)
author masneyb
date Thu, 02 Dec 2004 23:19:31 +0000
parents d2bf2d3b0173
children 04a234bb896f
comparison
equal deleted inserted replaced
632:4ab29ec829bf 633:05c67a33b071
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 logo.jpg readme.html robots.txt screenshots.html"; 22 $tarfiles = "MD5SUMS changelog.html gftp-screenshot.png index.html bats.gif 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)