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-serv23353/searches
Added Files:
mnr.xml
Log Message:
mnr: added Mailinator.com email checker
--- NEW FILE: mnr.xml ---
<search function="mnr">
<name>Mailinator.com</name>
<category>Functions</category>
<contributor>Brent Beardsley</contributor>
<link>http://www.mailinator.com/</link>
<email></email>
<description>
Check an anonymous email account at Mailinator.com
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>mnr bob</td></tr>
<tr><td>mnr asdfasdf</td></tr>
</table>
</description>
<form name="mnrf"
method="post"
action="http://www.mailinator.com/mailinator/CheckMail.do">
<input type="hidden" name="email" value="" />
</form>
<script><![CDATA[
function mnr(q)
{
if( nullArgs("mnr", q) )
return;
document.mnrf.email.value = q;
submitForm(mnrf);
}
]]></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 09/19/03 at 14:06:07
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>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/