Obtaining the ProFTPD Developer's Guide
This guide is distributed in two parts: the descriptive pages, and the source
code pages. This is a necessary arrangement.
The descriptive pages, including the API indices, are available via CVS from
SourceForge.net. When prompted for a password for anonymous,
simply press the Enter key:
cvs -d:pserver:anonymous@pdd.cvs.sourceforge.net:2401/cvsroot/pdd login
cvs -z3 -d:pserver:anonymous@pdd.cvs.sourceforge.net:2401/cvsroot/pdd co devel-guide
Updates from within the module's directory do not need the -d
parameter.
To obtain the source code pages, obtain the latest source code tarball from
the www.proftpd.org site, and use
my c2html Perl script (c2html -h for
usage):
mkdir /tmp/proftpd
cd into that
directory:
tar zxvf proftpd-release.tar.gz
cd proftpd-release
ctags program to generate the information needed
by c2html:
ctags -R -x --sort=no > tags
c2html to generate the HTML pages:
c2html -r -v -d /tmp/proftpd
devel-guide directory as src/:
mv /tmp/proftpd devel-guide/src
You should now have a complete local copy of the ProFTPD Developer's Guide.