According to Gabriele Bartolini:
> Ciao Gilles and everyone,
> 
>     I committed the changes for the 3.1 branch. I only have to do the same 
> for the 3.2 one. Let me know if it is ok for you the way I did it, or if 
> there's something I have to pay attention to ...

The restrict attribute isn't listed in cf_byname.html, but other than
that everything looks fine to me!  I haven't had a chance to test it
yet, though.

I can't think of any gotcha's to look out for when transferring this
to 3.2, as long as you're familiar with the new documentation scheme
in defaults.cc.  One difference is you just pass the urllist directly
to setEscaped(), instead of giving the urlpat to Pattern().  (You'll see
what I mean when you look at the existing code in htsearch.cc.)

You may also want to take out these 3 lines from the build_select_list
handling in 3.2's htsearch/Display.cc when you commit these changes,
as the hook will no longer be needed:

            if (strcmp(builds[b+1], "restrict") == 0
                || strcmp(builds[b+1], "exclude") == 0)
                    sepc = '|';

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to