[DQSD-Users] ANN: DQSD 3.1.9.2

2006-04-05 Thread Kim Gräsman
Hello,

Long time, no see!

Here's a new release of Dave's Quick Search Deskbar with a couple of minor
bugfixes, and a huge amount of new searches.

Release notes:
http://tinyurl.com/jsqjg

Download from SourceForge:
http://tinyurl.com/ztam9

Mailing lists for support:
http://tinyurl.com/5g9ap

For support requests and questions, please join the dqsd-users mailing list.

Happy searching,
- DQSD team



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[DQSD-Users] ANN: TV Tome replaced by TV.com

2006-04-05 Thread Steve Poirier


The search I created for 'TV Tome' web siteback in July of 2003 no longer works as their site was swallowed up by TV.com.'tvtm.xml' should be removedfrom the distribution and the CVS. I have created a newsearchwhich uses TV.comand Iam submitting it here for your use. Feel free to modify itto make it better.
Steve
search function=tv
  nameTV.com Test/name
  categoryEntertainment/category
  contributorSteve Poirier/contributor
  linkhttp://www.tv.com/search.php/link
  description
  Search TV.com for programs, people or both
div class=helpboxDescLabelsSwitches:/div
table class=helpboxDescTable
trtd/program/tdtd - /tdtdSearch by program (default)/td/tr
trtd/person/tdtd - /tdtdSearch by actor/td/tr
trtd/all/tdtd - /tdtdSearch by program and/or actor/td/tr
/table
div class=helpboxDescLabelsExamples:/div
table class=helpboxDescTable
 trtdtv csi/td/tr
 trtdtv bob crane /person/td/tr
 trtdtv seinfeld /all/td/tr
/table
  /description
  form name=tvf
method=get
action=http://www.tv.com/search.php;
input type=hidden name=type value=11 /
input type=hidden name=stype value=program /
input type=hidden name=qs value= /
  /form
  script![CDATA[
function tv(q)
{
  if( nullArgs(tv, q) )
return;

  var args = parseArgs(q, program, person, all);
  if ( args.switches.length  0 )
  {
switch( args.switches[0].name )
{
  case program:
document.tvf.stype.value = program;
break;
  case person:
document.tvf.stype.value = person;
break;
  case all:
document.tvf.stype.value = all;
break;
  default:
document.tvf.stype.value = program;
break;
}
  }

  document.tvf.qs.value = args.q;

  submitForm(tvf);
}
  ]]/script
  copyright
The following applies if this file is included and distributed with Dave's Quick Search Deskbar:
Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  /copyright
  created_by
This search file was initially created on 04/05/06 at 20:53:45
by Dave's Quick Search Deskbar Search Wizard version 1.3,
Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
  /created_by
/search