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-serv16383/searches
Modified Files:
sf.xml
Log Message:
Added /project and /cvs qualifiers to go directly to a project page or its cvs
repository
Index: sf.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/sf.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sf.xml 19 Jul 2002 15:20:21 -0000 1.1
--- sf.xml 22 Jul 2002 16:46:14 -0000 1.2
***************
*** 2,17 ****
<name>Sourceforge.net</name>
<description>
! Search open source projects on SourceForge.net.<br/>
<div class="helpboxDescLabels">Switches:</div>
! <table class="helpboxDescTable">
! <tr><td>/new</td><td> - </td><td>New Releases</td></tr>
! <tr><td>/software</td><td> - </td><td>Software</td></tr>
! <tr><td>/people</td><td> - </td><td>People</td></tr>
! <tr><td>/freshmeat</td><td> - </td><td>Freshmeat.net</td></tr>
! </table>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
! <tr><td>sf itext</td></tr>
! </table>
</description>
<category>Computers</category>
--- 2,21 ----
<name>Sourceforge.net</name>
<description>
! Search or go to open source projects on SourceForge.net.<br/>
<div class="helpboxDescLabels">Switches:</div>
! <table class="helpboxDescTable">
! <tr><td>/software [default]</td><td> - </td><td>Software</td></tr>
! <tr><td>/new</td><td> - </td><td>New Releases</td></tr>
! <tr><td>/people</td><td> - </td><td>People</td></tr>
! <tr><td>/freshmeat</td><td> - </td><td>Freshmeat.net</td></tr>
! <tr><td>/project</td><td> - </td><td>Project's summary page</td></tr>
! <tr><td>/cvs</td><td> - </td><td>Browse project's CVS repository</td></tr>
! </table>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
! <tr><td>sf itext</td></tr>
! <tr><td>sf /proj dqsd</td></tr>
! <tr><td>sf /cvs dqsd</td></tr>
! </table>
</description>
<category>Computers</category>
***************
*** 32,36 ****
return false;
! var args = parseArgs(q, "new, software, people, freshmeat");
if( q == "" )
openSearchWindow("http://www.sourceforge.net/");
--- 36,40 ----
return false;
! var args = parseArgs(q, "new, software, people, freshmeat, project, cvs");
if( q == "" )
openSearchWindow("http://www.sourceforge.net/");
***************
*** 39,44 ****
switch( args.switches[0].name )
{
! case "new":
! openSearchWindow("http://www.sourceforge.net/new/"); return false;
case "software":
document.sfsearch.type_of_search.value = "soft"; break;
--- 43,48 ----
switch( args.switches[0].name )
{
! case "new":
! openSearchWindow("http://www.sourceforge.net/new/"); return false;
case "software":
document.sfsearch.type_of_search.value = "soft"; break;
***************
*** 47,50 ****
--- 51,58 ----
case "freshmeat":
document.sfsearch.type_of_search.value = "freshmeat"; break;
+ case "project":
+ openSearchWindow("http://sourceforge.net/projects/" + args.q); return
+false;
+ case "cvs":
+ openSearchWindow("http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/" +
+args.q); return false;
default:
document.sfsearch.section.value = args.switches[0].name; break;
-------------------------------------------------------
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/