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-serv18919/searches
Added Files:
qrz.xml
Log Message:
Added QRZ Ham Radio Callsign Database search (from Matthew McDougal)
--- NEW FILE: qrz.xml ---
<search function="qrz">
<name>QRZ Amateur Radio Callsign Lookup</name>
<description>
Look up profile information from amateur radio callsign.<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>qrz KC5PTF</td></tr>
</table>
</description>
<category>Fun</category>
<link>http://www.qrz.com</link>
<contributor>Matthew McDougal</contributor>
<form name="qrzf"
action="http://www.qrz.com/callsign"
method="get">
<input type="hidden" name="callsign"/>
</form>
<script><![CDATA[
function qrz(q)
{
if( nullArgs("qrz",q) )
return false;
else
{
document.qrzf.callsign.value = q;
submitForm(qrzf);
}
}
]]></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>
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/