Bug 83132

Summary: htdig fails to build kdelibs-apidocs
Product: [Applications] kdevelop Reporter: Ferdy Nagy <ferdy.nagy>
Component: Documentation viewerAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ferdy Nagy 2004-06-10 03:52:10 UTC
Version:           3.2 (using KDE KDE 3.2.3)
Installed from:    Debian testing/unstable Packages
OS:                Linux

Building the htdig db fails to search all the files for indexing.

The problem appears to be in doctreeview/htdigindex.cpp where it builds the 'htdig.conf' file and the 'files' file.
The limit_urls in the generated htdig.conf means that [most of] the files in 'files' are ignored because
the don't have 'file://' in the url!

My version of htdig is 3.2.0b5-1

From kdevelop/parts/doctreeview/htdigindex.cpp [3.2] [HEAD] - 

ProgressDialog::createConfig() [395] sets the limit_urls to file://
ProgressDialog::startHtDigProcess() [446] prefixes the filenames with http://localhost


It would be nice if, as well as generating the htdig.conf file an overridable one or a template could be used, i.e. copy from /usr/share/apps/kdevelop3/htdig.conf.templ if it existed...
Comment 1 Amilcar do Carmo Lucas 2004-07-19 23:19:42 UTC
We do have a new documentation indexing engine in HEAD.
Try it out.
Comment 2 Jens Dagerbo 2006-12-31 04:01:33 UTC
As far as I can tell, this works now. At least I get full text searching for kdelibs and any other collection I let htdig parse.