[Lazarus] Please test this page
Anthony Walter
sysrpl at gmail.com
Tue Nov 17 09:43:52 CET 2015
Ondrej, I wrote a program to download the pages from the following urls:
procedure TDocumentationForm.ExecuteThread(Thread: TSimpleThread);
begin
if not Thread.Terminated then
DocLoadUrl(Thread, 'http://www.freepascal.org/docs-html/rtl/index.html'
, 'rtl');
if not Thread.Terminated then
DocLoadUrl(Thread, 'http://www.freepascal.org/docs-html/fcl/index.html'
, 'fcl');
if not Thread.Terminated then
DocLoadUrl(Thread, '
http://lazarus-ccr.sourceforge.net/docs/lcl/index.html' , 'lcl');
end;
And what this does is request the each of those three pages, then it
follows every possible link in each of those pages recursively. So to
answer your question, I am using the documentation at:
http://www.freepascal.org/docs-html/rtl
http://www.freepascal.org/docs-html/fcl
http://lazarus-ccr.sourceforge.net/docs/lcl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20151117/c17de75a/attachment-0003.html>
More information about the Lazarus
mailing list