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-serv7887/searches
Added Files:
smlnk.xml smlnkey.xml
Log Message:
New searches
* smlnk - smLNK is a link-shortening redirector where the URLs are as short as
possible (from Jonathon Marshall)
* smlnkey - Get the url that corresponds to the given key (see smlnk) (from Jonathon
Marshall)
--- NEW FILE: smlnk.xml ---
<search function="smlnk">
<name>smLNK</name>
<description>
smLNK is a link-shortening redirector where the URLs are as short as possible.<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>smlnk http://reallylongurltoannoyyou.com</td></tr>
</table>
</description>
<category>Functions</category>
<link>http://smlnk.com/</link>
<contributor>Jonathon Marshall</contributor>
<form name="smlnkf"
action="http://smlnk.com/index.php"
method="post">
<input type="hidden" name="url000"/>
</form>
<script><![CDATA[
function smlnk(q)
{
if( nullArgs("smlnk", q) )
return false;
else
{
document.smlnkf.url000.value = q;
submitForm(smlnkf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
NU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>
--- NEW FILE: smlnkey.xml ---
<search function="smlnkey">
<name>smLNK KEY</name>
<description>
Get the url that corresponds to the given key (see smlnk).<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>smlnkey ABCE1234</td></tr>
</table>
</description>
<category>Functions</category>
<link>http://smlnk.com/</link>
<contributor>Jonathon Marshall</contributor>
<form name="smlnkeyf"
action="http://smlnk.com/index.php"
method="post">
<input type="hidden" maxlength="8" name="hash000"/>
</form>
<script><![CDATA[
function smlnkey(q)
{
if( nullArgs("smlnkey", q) )
return false;
else
{
document.smlnkeyf.hash000.value = q;
submitForm(smlnkeyf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
NU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>
-------------------------------------------------------
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/