Part of what might be going on with the list of required searches can be explained here:
Originally, the toolbar consisted of about a dozen internal commands, currency conversion, calculator, etc.. Searches were allowed to be placed into a single searches.xml file. Later, I split out all the searches into their own individual xml files and Glenn implemented a change to use a searches subdirectory to find all the available searches. Some of the original embedded searches were left in place because either they were 1) too entrenched in the source for me to feel comfortable in removing the code into a standalone xml file, or 2) I was over-ruled in my quest to split out *all* the searches into their own standalone files.. IMO if any of this special handling is in place, the embedded search code should be split into a standalone xml file and placed with the core searches bundle.. This might really make sense since the creation of the core searches directory. FWIW Monty ----- Original Message ----- From: "Brent Beardsley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 07, 2004 12:49 PM Subject: Re: [DQSD-Devel] coresearches dir > Hi Monty, etc, > > configure isn't required. It's only needed if you > want the menu options for configure. > > What about httpinst? It seems like an integral part of > the system but I suppose it's not required either :) > > Brent > > --- Monty Scroggins <[EMAIL PROTECTED]> wrote: > > Hmmm.. Are these supposed to be searches that > > _required_ for the toolbar to > > run or are these searches that would be delivered in > > a bare-bones install?.. > > I dont think most of them are actually required for > > the toolbar. > > configure, qsfind, and gg are probably the only > > ones actually required.. > > > > Monty > > > > > > ----- Original Message ----- > > From: "Kim Gr�sman" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Monday, June 07, 2004 12:09 PM > > Subject: RE: [DQSD-Devel] coresearches dir > > > > > > > Right, I'll look into how to fix that in the CVS > > structure... > > > > > > There are a couple of issues, though, IMO. I went > > through the sources and > > > the aliases, and ended up with 32 required > > searches in my coresearches > > > folder. Any chance we can strip that down, > > somewhat? > > > > > > Here are the ones I've identified so far: > > > -- > > > aj.xml > > > alarm.xml > > > anywho.xml > > > av.xml > > > aw.xml > > > bfe.xml > > > clc.xml > > > cnn.xml > > > curr.xml > > > dic.xml > > > dl.xml > > > dlt.xml > > > dp.xml > > > ebay.xml > > > enc.xml > > > faq.xml > > > fst.xml > > > gg.xml > > > httpinst.xml > > > ia.xml > > > mq.xml > > > mwd.xml > > > mwt.xml > > > phsp.xml > > > pw.xml > > > qsfind.xml > > > sb.xml > > > stk.xml > > > ths.xml > > > uns.xml > > > xref.xml > > > yhe.xml > > > -- > > > > > > >From what I could figure out, curr.xml and sb.xml > > are not really > > required -- > > > the main search checks if their respective > > autodetect_ stubs are defined > > > before attempting to call them. > > > > > > Most of the others are just aliases, and I believe > > the only ones *really* > > > required are gg.xml and qsfind.xml. > > > > > > Thoughts? > > > > > > Kim > > > > > > > -----Original Message----- > > > > From: Shawn K. Hall > > > > Sent: den 3 juni 2004 23:36 > > > > To: [EMAIL PROTECTED] > > > > Subject: RE: [DQSD-Devel] coresearches dir > > > > > > > > > > Subject: [DQSD-Devel] coresearches dir > > > > > > > > > > Sounds good to me. > > > > > > > > +1 > > > > > > > > Regards, > > > > > > > > Shawn K. Hall > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: GNOME > > Foundation > > > Hackers Unite! GUADEC: The world's #1 Open Source > > Desktop Event. > > > GNOME Users and Developers European Conference, > > 28-30th June in Norway > > > http://2004/guadec.org > > > _______________________________________________ > > > DQSD-Devel mailing list > > > [EMAIL PROTECTED] > > > > > > https://lists.sourceforge.net/lists/listinfo/dqsd-devel > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: GNOME Foundation > > Hackers Unite! GUADEC: The world's #1 Open Source > > Desktop Event. > > GNOME Users and Developers European Conference, > > 28-30th June in Norway > > http://2004/guadec.org > > _______________________________________________ > > DQSD-Devel mailing list > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/dqsd-devel > > > > > > __________________________________ > Do you Yahoo!? > Friends. Fun. Try the all-new Yahoo! Messenger. > http://messenger.yahoo.com/ > > > ------------------------------------------------------- > This SF.Net email is sponsored by: GNOME Foundation > Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. > GNOME Users and Developers European Conference, 28-30th June in Norway > http://2004/guadec.org > _______________________________________________ > DQSD-Devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/dqsd-devel > ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
