Steve, Great! I took the liberty of renaming the to dps.xml, just to avoid collisions with Google searches that include the 'word' "dvd". (You can always add 'dvd|dps' to your localaliases.txt)
Thanks, Glenn > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Heil > Sent: Tuesday, September 24, 2002 11:16 PM > To: [EMAIL PROTECTED] > Subject: [DQSD-Devel] * NEW SEARCH * - DVDPriceSearch.com > > > > I didn't know if I should post this here or on the User's List, but in > any case, here is a new search I whipped up (my 2nd so far) for > dvdpricesearch.com, the best site for comparing online merchant DVD > prices. I don't know if attachments will come through okay, so I'll > dump the source here as well as attach the raw .xml file to this e-mail. > > As always, keep up the great work everyone! This app just keeps getting > better and better... > > P.S. Just as an aside, I don't know if you have given 'official' > support for Windows XP (it isn't listed on the Sourceforge main page as > a platform), but I have been using the 'bar under Windows XP for several > months now with no ill side effects. > > =========== > Steve Heil > [EMAIL PROTECTED] > =========== > > > > <search function="dvd"> > <name>DVDPriceSearch.com</name> > <description>Search for the best DVD prices from several online > merchants. Default search is by title.<br/> > <div class="helpboxDescLabels">Switches:</div> > <table class="helpboxDescTable"> > <tr><td>/person</td><td> - </td><td>Actor/Director search</td></tr> > <tr><td>/more</td><td> - </td><td>Price greater than...</td></tr> > <tr><td>/less</td><td> - </td><td>Price less than...</td></tr> > <tr><td>/range</td><td> - </td><td>Price range (e.g. 5-9)</td></tr> > <tr><td>/msrp</td><td> - </td><td>Percent Off MSRP</td></tr> > </table> > <div class="helpboxDescLabels">Examples:</div> > <table class="helpboxDescTable"> > <tr><td>dvd kevin spacey /person</td></tr> > <tr><td>dvd 14.99 /less</td></tr> > </table> > </description> > <category>Shopping</category> > <link>http://www.dvdpricesearch.com/</link> > <contributor>Steven J. Heil</contributor> > <email>sjheil_at_hotmail_dot_com</email> > <form name="dvdf" > action="http://www.dvdpricesearch.com/cgi-bin/dvdsearch2" > method="post"> > <input type="hidden" name="cmd" value="simpleSearch"/> > <input type="hidden" name="sstype" value="title"/> > <input type="hidden" name="ssstore" value="ALL"/> > <input type="hidden" name="sstext" value=""/> > </form> > <script><![CDATA[ > function dvd(q) > { > if( nullArgs("dvd", q) ) > return false; > > var args = parseArgs(q, "person, more, less, range, msrp"); > > if( q == "" ) > openSearchWindow("http://www.dvdpricesearch.com/"); > > else if( args.switches.length == 1 ) > { > switch( args.switches[0].name ) > { > case "more": > document.dvdf.sstype.value = "moreThan"; break; > case "less": > document.dvdf.sstype.value = "lessThan"; break; > case "range": > document.dvdf.sstype.value = "priceRange"; break; > case "person": > document.dvdf.sstype.value = "person"; break; > case "msrp": > document.dvdf.sstype.value = "msrp"; break; > case "title": > default: > document.dvdf.sstype.value = "title"; break; > } > document.dvdf.sstext.value = args.q; > submitForm(dvdf); > } > else if( args.switches.length > 1 ) > nullArgs("dvd","?"); > else > { > document.dvdf.sstext.value = q; > submitForm(dvdf); > } > } > ]]></script> > <copyrv > > > Copyright (c) 2002 David Bau > Distributed under the terms of the > GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt) > </copyright> > </search> > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
