View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/searches
In directory usw-pr-cvs1:/tmp/cvs-serv25311/searches
Added Files:
bq.xml
Log Message:
Added bq - Search Bartlett's Familiar Quotations at http://www.online-literature.com
--- NEW FILE: bq.xml ---
<search function="bq">
<name>Bartlett's Familiar Quotations</name>
<category></category>
<contributor>Glenn Carr</contributor>
<link>http://www.online-literature.com/quotes/quotations.php</link>
<email>glenn at glenncarr dot com</email>
<description>
Search Bartlett's Familiar Quotations at <a target="_blank"
href="http://www.online-literature.com/">The Literature Network</a>.
<div class="helpboxDescLabels">Switches:</div>
<table class="helpboxDescTable">
<tr><td><nobr>/author:<author></nobr></td><td> - </td><td>Limit to works
by the specified author</td></tr>
<tr><td>/work:<work></td><td> - </td><td>Limit to works with the specified
title</td></tr>
</table>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>bq truths to be self-evident</td></tr>
<tr><td>bq /author:twain</td></tr>
<tr><td>bq /work:declaration</td></tr>
</table>
</description>
<form name="bqf"
method="post"
action="http://www.online-literature.com/quotes/quotation_search.php">
<input type="hidden" name="author" value="" />
<input type="hidden" name="from" value="" />
<input type="hidden" name="quote" value="" />
</form>
<script><![CDATA[
function bq(q)
{
if ( nullArgs("bq", q) )
return;
var args = parseArgs(q, "quote, author, work");
if ( typeof args.switch_val["author"] != 'undefined' )
document.bqf.author.value = args.switch_val["author"];
if ( typeof args.switch_val["work"] != 'undefined' )
document.bqf.from.value = args.switch_val["work"];
document.bqf.quote.value = args.q;
submitForm(bqf);
}
]]></script>
</search>
-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing
real-time communications platform! Don't just IM. Build it in!
http://www.jabber.com/osdn/xim
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/