Hi guys,
I'm still having problems accessing CVS. I'm getting this:
$ cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/dqsd checkout dqsd
> cvs.sourceforge.net:Connection timed out
cvs.exe [checkout aborted]: end of file from server (consult above messages if any)
My CVS Version info:
$ cvs --version
Concurrent Versions System (CVS) 1.11 (client)
Copyright (c) 1989-2000 Brian Berliner, david d `zoo' zuhn,
Jeff Polk, and other authors
CVS may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the CVS distribution kit.
Specify the --help option for further information about CVS
Anyway, I wrote a simple search to create tinyurls from the search bar. If y'all deem
it worthy, you can add it to the project.
----- tinyurl.xml -----
<search function="tu">
<name>TinyURL</name>
<description>TinyURL makes long URLs tiny!
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr>
<td>tinyurl
http://www.cnn.com/2002/WORLD/europe/11/22/health.laptop.reut/index.html
</td>
</tr>
</table>
</description>
<category>Functions</category>
<link>http://tinyurl.com/</link>
<contributor>Nikolai Devereaux</contributor>
<idea>Nikolai Devereaux</idea>
<form name="tuf"
action="http://tinyurl.com/create.php"
method="post">
<input type="hidden" name="url" />
</form>
<script><![CDATA[
function tu(q)
{
if (q == "")
{
openSearchWindow("http://tinyurl.com/");
}
else
{
document.tuf.url.value=q;
submitForm(tuf);
}
}
]]></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>
-----------------------
Take care,
Nik
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel