Bug 74341

Summary: htdig html templates need updating
Product: [Applications] kdevelop Reporter: Nick Brown <nickbroon>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.0.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Nick Brown 2004-02-06 13:58:10 UTC
Version:           3.0.0 (using KDE KDE 3.2.0)
Installed from:    Compiled From Sources
OS:          Linux

The templates all still refer to *.gif images, but these don't exsist, and the *.png images used instead.

[nick@localhost data]$ pwd
/home/nick/kdevelop/parts/doctreeview/data
[nick@localhost data]$ ls
checked.xpm  long.html     short.html      syntax.html
CVS/         Makefile.am   star_blank.png  unchecked.xpm
htdig.png    nomatch.html  star.png        wrapper.html
[nick@localhost data]$ grep gif *
nomatch.html:<h1><img src="htdig.gif">
nomatch.html:<img src="htdig.gif" border="0">ht://Dig $(VERSION)</a>
syntax.html:<h1><img src="htdig.gif">
syntax.html:<img src="htdig.gif" border="0">ht://Dig $(VERSION)</a>
[nick@localhost data]$

I also believe that the urls to these images etc need to be updated, as the relative links appear broken.

As a side issue, I note that although a htdig qt index etc is build, right clicking on any term and selecting "Search in Documentation" always displays the nomatch reults page.
Comment 1 Nick Brown 2004-02-11 11:45:51 UTC
Ok, so I think I was a little off with this report.
The actual problem seem to be with the generation of the indexs.
Please see my comment #6 at http://qa.mandrakesoft.com/show_bug.cgi?id=3783
Comment 2 Alexander Dymo 2004-05-11 00:38:39 UTC
Fixed in HEAD.