Bug 83132 - htdig fails to build kdelibs-apidocs
Summary: htdig fails to build kdelibs-apidocs
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Documentation viewer (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-10 03:52 UTC by Ferdy Nagy
Modified: 2006-12-31 04:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.