annotate docs/website/index.html.in @ 222:007145d7d975

2003-7-11 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_calc_kbs) - only call gettimeofday() at the end only if we are throttling this connection * lib/cache.c lib/options.h docs/sample.gftp/gftprc - added cache_ttl option to determine the amount of time that cache entries will stay around * docs/gftp.xml docs/legal.xml docs/figures/* - documentation from Alexander Kirillov <kirillov@math.sunysb.edu> * docs/website - files for generating my main website. They aren't pretty, but hey it works. I'm mainly putting these in CVS just for backup purposes.
author masneyb
date Sun, 13 Jul 2003 12:38:35 +0000
parents
children dbf13a10be13
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
222
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1 <HTML>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
2 <HEAD>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
3 <TITLE>gFTP Official Homepage</TITLE>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
4 <META NAME="description" CONTENT="gFTP is a free multithreaded ftp client for *NIX based machines running X11R6 or later.">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
5 <META NAME="keywords" CONTENT="gftp gtk ftp client x11r6 x windows linux bsd solaris unix">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
6 <META NAME="author" CONTENT="Brian Masney">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
7 <LINK REV=MADE HREF="mailto:masneyb@gftp.org">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
8 </HEAD>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
9
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
10 <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#336699" VLINK="#336699" ALINK="#336699">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
11 <FONT FACE="Lucida,Verdana,Helvetica,Arial">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
12
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
13 <TABLE CELLSPACING="0" CELLPADDING="2" BORDER="0" WIDTH="100%">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
14 <TR>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
15 <TD ALIGN="left" VALIGN="bottom">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
16 <A HREF="http://www.gftp.org/"><IMG WIDTH=294 HEIGHT=108 SRC="logo.jpg" BORDER="0" ALT="gFTP Logo"></A>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
17 </TD>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
18
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
19 <TD ALIGN="right" VALIGN="top">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
20 <TABLE CELLSPACING="0" CELLPADDING="1" BORDER="0" WIDTH="100%"><TR>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
21
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
22 <TD ALIGN="right"><SMALL><STRONG>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
23 <A HREF="install.html">Installation Instructions</A><BR>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
24 <A HREF="screenshots.html">Screenshots</A><BR>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
25 <A HREF="changelog.html">Changelog</A><BR>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
26 <A HREF="faq.html">FAQ</A><BR>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
27 </STRONG></SMALL></TD>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
28
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
29 </TR></TABLE></TD>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
30 </TR></TABLE>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
31 <SMALL>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
32 Latest Stable Version: %STABLE_VER% (%STABLE_DATE%)<BR>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
33 </SMALL>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
34 <BR>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
35
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
36 gFTP is a <a href="http://www.gnu.org/philosophy/free-sw.html">free</a> multithreaded ftp client for *NIX based machines running X11R6 or later. It has the following features:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
37 <UL>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
38 <LI>Distributed under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GNU Public License Agreement</a>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
39 <LI>Written in C and has a text interface and a GTK+ 1.2/2.0 interface
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
40 <LI>Supports the FTP, HTTP and SSH protocols
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
41 <LI>Supports FXP file transfers (transfering files between 2 remote servers via FTP)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
42 <LI>Multithreaded to allow for simultaneous downloads
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
43 <LI>File transfer queues to allow for downloading multiple files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
44 <LI>Supports downloading entire directories and subdirectories
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
45 <LI>Bookmarks menu to allow you to quickly connect to remote sites
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
46 <LI>Supports resuming interrupted file transfers
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
47 <LI>Supports caching of remote directory listings
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
48 <LI>Drag-N-Drop support
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
49 <LI>FTP and HTTP proxy server support
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
50 <LI>Allows for passive and non-passive file transfers
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
51 <LI>Supports UNIX, EPLF, Novell, MacOS, and NT (DOS) style directory listings
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
52 <LI>Full graphical configuration
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
53 <LI>Fully Internationalized. I currently have a Bulgarian (bg), Chinese (zh_TW, zh_CN), Czech (cs), Danish (da), Dutch (nl), Finnish (fi), French (fr), German (de), Hungarian (hu), Italian (it), Korean (ko), Japanese (ja), Norwegian (no), Polish (pl), Portuguese (pt_BR), Romanian (ro), Russian (ru), Spanish (es), Swedish (sv) and Turkish (tr) translations available.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
54 </UL>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
55
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
56 <H2>Requirements</H2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
57 <UL>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
58 <LI>GTK+ 1.2.3 or higher. GTK+/Glib is included with most systems now. If you don't have it installed, you may want to check to see if your vendor has a package available. If not, you can download the latest version of GTK+ and Glib from <A HREF="ftp://ftp.gtk.org/pub/gtk">ftp://ftp.gtk.org/pub/gtk</A>. gFTP will work with version 1.2 or 2.0 of GTK+, I would suggest using GTK+ 2.0, but installing GTK+ 2.0 does require installing more packages onto your system.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
59 <LI>pthread libraries. If you have a libc6 based machine (Debian 2.x+, Red Hat 5.x+), you should already have the pthread libraries installed. If you have a libc5 based machine, you will need to install LinuxThreads. You can download it from my website <A HREF="ftp://www.gftp.org/pub/gftp/libs/linuxthreads.tar.gz">here</A>. If you are running a pretty modern Linux distribution, this shouldn't be an issue. Also, if you don't have LinuxThreads installed, you most likely don't have thread safe X libraries. You must have thread safe X libraries or gFTP will constantly crash. You can download some thread safe X libraries off my website <A HREF="ftp://gftp.seul.org/pub/gftp/libs/XFree86-libs-3.3-2_threading.i386.tgz">here</A>. If you are on a platform other than GNU/Linux, you may want to take a look at the <A HREF="http://www.informatik.hu-berlin.de/~mueller/pthreads/">FSU Pthreads library</A>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
60 <LI>I would recommend running X in at least 800x600 mode.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
61 </UL>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
62
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
63 <H2>Download gFTP</H2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
64
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
65 <P>If you run into any problems compiling or using gFTP, please feel free to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
66 email me. The only thing that I ask is that you read the <A HREF="faq.html">FAQ</A> before you ask any questions. Most of the questions that I get asked are answered there. You can also download these files via FTP at <A HREF="ftp://www.gftp.org/pub/gftp">ftp://gftp.seul.org/pub/gftp</A>. For MD5 sum checks of these files, you can view them <A HREF="MD5SUMS">here</A></P>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
67
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
68 <UL>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
69 <LI><A HREF="%STABLE_BZ2%">%STABLE_BZ2%</A> - Stable Source (bzip2) [%STABLE_BZ2_KB% KB]
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
70 <LI><A HREF="%STABLE_GZ%">%STABLE_GZ%</A> - Stable Source (gzip) [%STABLE_GZ_KB% KB]
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
71 <LI><A HREF="%STABLE_I386RPM%">%STABLE_I386RPM%</A> - Stable Binary i386 RPM [%STABLE_I386RPM_KB% KB]
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
72 <LI><A HREF="%STABLE_SRCRPM%">%STABLE_SRCRPM%</A> - Stable Source RPM [%STABLE_SRCRPM_KB% KB]
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
73 <LI><A HREF="%STABLE_I386DEB%">%STABLE_I386DEB%</A> [%STABLE_I386DEB_KB% KB], <A HREF="%STABLE_I386DEB_COMMON%">%STABLE_I386DEB_COMMON%</A> [%STABLE_I386DEB_COMMON_KB% KB], <A HREF="%STABLE_I386DEB_GTK%">%STABLE_I386DEB_GTK%</A> [%STABLE_I386DEB_GTK_KB% KB], <A HREF="%STABLE_I386DEB_TEXT%">%STABLE_I386DEB_TEXT%</A> [%STABLE_I386DEB_TEXT_KB% KB] - Stable Binary i386 DEBs
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
74 </UL>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
75
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
76 <H2>Mailing Lists</H2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
77 <UL>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
78 <LI><A HREF="http://archives.seul.org/gftp/announce/">gftp-announce</A> - this list is announcements related to gFTP. To subscribe, send an email to <A HREF="mailto:majordomo@seul.org">majordomo@seul.org</A> with the words <EM>subscribe gftp-announce</EM> in the body.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
79 <LI><A HREF="http://archives.seul.org/gftp/users/">gftp-users</A> - this list is for questions regarding gFTP. Please check the list archives first to see if your question has already been answered. To subscribe, send an email to <A HREF="mailto:majordomo@seul.org">majordomo@seul.org</A> with the words <EM>subscribe gftp-users</EM> in the body.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
80 </UL>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
81
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
82 <P>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
83 Brian Masney <A HREF="mailto:masneyb@gftp.org">masneyb@gftp.org</A><BR>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
84 Elkview, WV USA
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
85 </P>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
86 </FONT></BODY></HTML>