From kde-commits Thu Apr 15 21:38:12 2004 From: Alexander Dymo Date: Thu, 15 Apr 2004 21:38:12 +0000 To: kde-commits Subject: kdevelop/parts/documentation/tools/htdig Message-Id: <20040415213812.773219A32 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108206509924403 CVS commit by dymo: Applied patch by John Tapsell - modify limit_urls_to option. M +1 -1 htdigindex.cpp 1.2 --- kdevelop/parts/documentation/tools/htdig/htdigindex.cpp #1.1:1.2 @@ -238,5 +238,5 @@ bool ProgressDialog::createConfig() // ts << "local_urls:\t\tfile://=" << endl; ts << "local_urls_only:\ttrue" << endl; - ts << "limit_urls_to:\t\tfile://" << endl; + ts << "limit_urls_to:\t\tfile:// http://localhost/" << endl; ts << "maximum_pages:\t\t1" << endl; ts << "image_url_prefix:\t" << images << endl;