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-serv14371/searches
Modified Files:
cpan.xml gg.xml wotsit.xml
Added Files:
bg.xml
Removed Files:
bible.xml
Log Message:
3.1.2 final release
--- NEW FILE: bg.xml ---
<search function="bg">
<name>Bible Search</name>
<description>
Search The Bible Gateway for a scripture reference.<br/>
<div class="helpboxDescLabels">Switches:</div>
<table class="helpboxDescTable">
<tr><td>/NIV</td><td> - </td><td>Search the New International Version
(default).</td></tr>
<tr><td>/AMP</td><td> - </td><td>Search the Amplified Bible.</td></tr>
<tr><td>/ASV</td><td> - </td><td>Search the American Standard Version.</td></tr>
<tr><td>/DARBY</td><td> - </td><td>Search the Darby Translation.</td></tr>
<tr><td>/ESV</td><td> - </td><td>Search the English Standard Version.</td></tr>
<tr><td>/KJ21</td><td> - </td><td>Search the 21st Century King James
Version.</td></tr>
<tr><td>/KJV</td><td> - </td><td>Search the King James Version.</td></tr>
<tr><td>/NASB</td><td> - </td><td>Search the New American Standard
Bible.</td></tr>
<tr><td>/NKJV</td><td> - </td><td>Search the New King James Version.</td></tr>
<tr><td>/WE</td><td> - </td><td>Search the Worldwide English Version.</td></tr>
<tr><td>/YLT</td><td> - </td><td>Search Young's Literal Translation.</td></tr>
</table>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>bg 1 cor 13:4-7</td></tr>
<tr><td>bg rom 6:23 /KJV</td></tr>
</table>
</description>
<category>Reference</category>
<link>http://www.biblegateway.com/</link>
<contributor>Glenn Carr, David Thompson</contributor>
<form name="bgf"
action="http://www.biblegateway.com/cgi-bin/bible"
method="GET">
<input type="hidden" name="passage"/>
<input type="hidden" name="version" value="NIV"/>
<input type="hidden" name="showfn" value="yes"/>
<input type="hidden" name="showxref" value="yes"/>
<input type="hidden" name="language" value="english"/>
</form>
<script><![CDATA[
function bg(q)
{
if( nullArgs("bg", q) )
return;
var args = parseArgs(q, "NIV, NASB, AMP, NLT, KJV, ESV, NKJV, KJ21, ASV, WE,
YLT, DARBY");
if ( args.switches.length > 0 )
{
document.bgf.version.value = args.switches[0].name.toUpperCase();
}
document.bgf.passage.value = args.q;
submitForm(bgf);
}
]]></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>
Index: cpan.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/cpan.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** cpan.xml 6 Sep 2002 16:48:39 -0000 1.10
--- cpan.xml 8 Sep 2002 21:42:37 -0000 1.11
***************
*** 1,4 ****
<search function="cpan">
! <name>Comprehensive Perl Archive Network (CPAN)</name>
<description>
Search CPAN for Perl software. Searches for modules by default.<br/>
--- 1,4 ----
<search function="cpan">
! <name>Comprehensive Perl Archive Network</name>
<description>
Search CPAN for Perl software. Searches for modules by default.<br/>
Index: gg.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/gg.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** gg.xml 30 Aug 2002 03:24:56 -0000 1.20
--- gg.xml 8 Sep 2002 21:42:37 -0000 1.21
***************
*** 251,254 ****
--- 251,255 ----
document.ggf.q.value="related:" + args.q;
document.ggf.hl.value = msglang;
+ document.ggf.cat.value = "";
submitForm(ggf);
break;
***************
*** 256,259 ****
--- 257,261 ----
document.ggf.q.value="cache:" + args.q;
document.ggf.hl.value = msglang;
+ document.ggf.cat.value = "";
submitForm(ggf);
break;
***************
*** 261,264 ****
--- 263,267 ----
document.ggf.q.value="link:" + args.q;
document.ggf.hl.value = msglang;
+ document.ggf.cat.value = "";
submitForm(ggf);
break;
***************
*** 279,282 ****
--- 282,286 ----
document.ggf.q.value = args.q;
document.ggf.hl.value = msglang;
+ document.ggf.cat.value = "";
submitForm(ggf);
}
Index: wotsit.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/wotsit.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** wotsit.xml 30 Aug 2002 03:24:57 -0000 1.3
--- wotsit.xml 8 Sep 2002 21:42:37 -0000 1.4
***************
*** 1,4 ****
<search function="wotsit">
! <name>WotSit's Format - Programmers File Format Reference</name>
<description>
Search WotSit's Format - Programmers File Format Reference<br/>
--- 1,4 ----
<search function="wotsit">
! <name>WotSit's File Format Reference</name>
<description>
Search WotSit's Format - Programmers File Format Reference<br/>
--- bible.xml DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/