docsite is a Document Site Generator.
Its main purpose is to simply generate an entire tree of directories and documents for a web server from a set of preformatted documents in a source folder tree and a file describing the folder structure, document titles and some additional text.
On a Windows operating system the GUI version of the generator is started by
docsite-<version>
where version is the docsite version number $currentVersion.
In a Unix/Linux environment the call is simply
docsite
When at least three additional arguments are passed on the command line, the batch version of the generator is used automatically.
So under Windows the call would be
docsite <desc-file> <source-dir> <target-dir>
and under Unix/Linux
docsite.sh <desc-file> <source-dir> <target-dir>
The arguments are
An FTP URL has the following general format:
ftp://username:password@hostname:port/directory?locale=us_en
The :password part may be omitted if the password is empty.
If the :port part is left out, the FTP standard port 21 is used.