Hi everybody,

I am trying to sort by title the search output of my htdig installation
(version 3.2.0b3 on freebsd4.2), but it doesn't work really:
I searched the mailing lists and found the following

http://www.geocrawler.com/archives/3/8822/2001/3/0/5448764/

I created this file (ResultMatch.h.patch):

--- ResultMatch.h.origThu Oct 19 22:40:59 2000
+++ ResultMatch.hThu Mar 29 16:55:56 2001
@@ -56,7 +56,7 @@ public:
 virtual char *getTitle();
 virtual time_t getTime();
-virtual void setTitle(const String& title);
+virtual void setTitle(char * title);
 virtual void setTime(time_t t);

then I "cd /usr/local/src/htdig-3.2.0b3/htsearch; patch ResultMatch.h 
ResultMatch.h.patch"

and I got this

$ patch ResultMatch.h ResultMatch.h.patch
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- ResultMatch.h.origThu Oct 19 22:40:59 2000
|+++ ResultMatch.hThu Mar 29 16:55:56 2001
--------------------------
Patching file ResultMatch.h using Plan A...
Hunk #1 failed at 56.
1 out of 1 hunks failed--saving rejects to ResultMatch.h.rej
done
$

can somebody please help me on this? or should I use Stable Release (3.1.5)
to get sorting by title working?

second question: how can I change the footer so that instead of "pages" says
"seiten" (is a german site)? I am using wrapper.html instead of separate header.html
and footer.html files, to produce the search output page? I tried to
"grep -r Pages ..." the whole htdif conf and related directories, but I get matches 
only
from binaries: is it hardcoded? do I have to edit some source file?

Thank a lot for any suggestion
Antonello


_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to