View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/searches
In directory sc8-pr-cvs1:/tmp/cvs-serv12532/searches
Modified Files:
chap.xml
Added Files:
phpb.xml
Log Message:
updated chap and added phpb from Sarah Sweeney
--- NEW FILE: phpb.xml ---
<search function="phpb">
<name>PHPBuilder</name>
<category>Computers</category>
<contributor>Sarah Sweeney</contributor>
<link>http://www.phpbuilder.com/search/</link>
<email>[EMAIL PROTECTED]</email>
<description>
<div class="helpboxDescLabels">Switches:</div>
<table class="helpboxDescTable">
<tr><td>/manual</td><td> - </td><td>PHP Manual</td></tr>
<tr><td>/mail</td><td> - </td><td>Mailing Lists</td></tr>
</table>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>phpb isset</td></tr>
<tr><td>phpb mail /mail</td></tr>
</table>
</description>
<form name="phpbf"
method="get"
action="http://www.phpbuilder.com/search/">
<input type="hidden" name="sort" value="Score" />
<input type="hidden" name="method" value="and" />
<input type="hidden" name="config" value="manual" />
<input type="hidden" name="restrict" value="" />
<input type="hidden" name="exclude" value="" />
<input type="hidden" name="words" />
</form>
<script><![CDATA[
function phpb(q)
{
if( nullArgs("phpb", q) )
return;
var args = parseArgs(q, "manual, mail");
if ( args.switches.length > 0 )
{
switch( args.switches[0].name )
{
case "manual":
document.phpbf.config.value = "manual";
break;
case "mail":
document.phpbf.config.value = "mail";
break;
default:
document.phpbf.config.value = "manual";
break;
}
}
document.phpbf.words.value = args.q;
submitForm(phpbf);
}
]]></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 01/20/03 at 13:07:39
by Dave's Quick Search Deskbar Search Wizard version 1.0.1 ,
Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General
Public License, Version 2
</created_by>
</search>
Index: chap.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/chap.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** chap.xml 30 Aug 2002 03:24:56 -0000 1.2
--- chap.xml 20 Jan 2003 17:36:31 -0000 1.3
***************
*** 1,43 ****
<search function="chap">
! <name>Chapters|Indigo</name>
<description>
! Search books, videos, DVDs at Chapters.Indigo.ca.<br/>
! <div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
! <tr><td>chap Ender's Game</td></tr>
</table>
</description>
! <category>Shopping</category>
! <link>http://chapters.indigo.ca/</link>
! <contributor>Sarah Sweeney</contributor>
! <email>[EMAIL PROTECTED]</email>
! <form name="chaptersform"
! action="http://chapters.indigo.ca/search/default.asp"
! method="post">
<input type="hidden" name="Search_Method" value="QuickSearch" />
<input type="hidden" name="Search_Phrase_QuickSearch" />
<input type="hidden" name="Search_Modifier_QuickSearch" value="QuickSearch" />
! <input type="hidden" name="Search_Catalog" value="Books,Video,DVD" />
</form>
<script><![CDATA[
! function chap(q, switches)
! {
if( nullArgs("chap", q) )
! return false;
! if( q == "" )
! openSearchWindow("http://chapters.indigo.ca/");
! else
{
! document.chaptersform["Search_Phrase_QuickSearch"].value = q;
! submitForm(chaptersform);
}
}
]]></script>
-
<copyright>
! 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>
--- 1,74 ----
<search function="chap">
! <name>Chapters</name>
! <category>Shopping</category>
! <contributor>Sarah Sweeney</contributor>
! <link>http://www.chapters.indigo.ca/search/default.asp</link>
! <email>[EMAIL PROTECTED]</email>
<description>
! Search books, videos, DVDs at Chapters.Indigo.ca. Switches:<br/>
<table class="helpboxDescTable">
! <tr><td>/Books</td><td> - </td><td>Books</td></tr>
! <tr><td>/DVD</td><td> - </td><td>DVDs</td></tr>
! <tr><td>/Video</td><td> - </td><td>VHS Videos</td></tr>
! <tr><td>/Gifts</td><td> - </td><td>Gifts</td></tr>
! </table>
! <div class="helpboxDescLabels">Examples:</div>
! <table class="helpboxDescTable">
! <tr><td>chap ender's game</td></tr>
! <tr><td>chap the matrix /dvd</td></tr>
</table>
</description>
! <form name="chapf"
! method="post"
!
action="http://www.chapters.indigo.ca/search/default.asp?Section=home&Lang=en&mscssid=4T526RGNNLHT8JWXBS1AP6B17WGEDLK7&WSID=1101A8E64229AA0F435795D4AEA3AC3A5A2A2620">
<input type="hidden" name="Search_Method" value="QuickSearch" />
<input type="hidden" name="Search_Phrase_QuickSearch" />
<input type="hidden" name="Search_Modifier_QuickSearch" value="QuickSearch" />
! <input type="hidden" name="Search_Catalog" value="Books" />
</form>
<script><![CDATA[
! function chap(q)
! {
if( nullArgs("chap", q) )
! return;
! var args = parseArgs(q, "books, dvd, video, gifts, all");
! if ( args.switches.length > 0 )
{
! switch( args.switches[0].name )
! {
! case "books":
! document.chapf.Search_Catalog.value = "Books";
! break;
! case "dvd":
! document.chapf.Search_Catalog.value = "DVD";
! break;
! case "video":
! document.chapf.Search_Catalog.value = "Video";
! break;
! case "gifts":
! document.chapf.Search_Catalog.value = "Gifts";
! break;
! case "all":
! document.chapf.Search_Catalog.value = "Books,Video,DVD,Gifts";
! break;
! default:
! document.chapf.Search_Catalog.value = "Books";
! break;
! }
}
+ document.chapf.Search_Phrase_QuickSearch.value = args.q;
+
+ submitForm(chapf);
}
]]></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 01/20/03 at 12:42:17
! by Dave's Quick Search Deskbar Search Wizard version 1.0.1 ,
! Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General
Public License, Version 2
! </created_by>
! </search>
\ No newline at end of file
-------------------------------------------------------
This SF.NET email is sponsored by: FREE SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/