This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function http_get(const url: string): string;

Arguments:

url Target document URL, e.g. 'www.freepascal.org/news.html'

Description:

This function gets contents of a remote document/file and dumps it into a string.

Returns:

A string containing full document/file body.

Usage:

s := http_get('www.serv.com/search.php?query=psp');

See also:

http_copy.

PSP Help documents