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-serv26406/searches
Modified Files:
sf.xml
Log Message:
added site status arg to sf search
Index: sf.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/sf.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** sf.xml 5 Nov 2002 19:48:53 -0000 1.6
--- sf.xml 16 Jan 2003 03:52:30 -0000 1.7
***************
*** 14,17 ****
--- 14,18 ----
<tr><td>/project</td><td> - </td><td>Project's summary page</td></tr>
<tr><td>/software [default]</td><td> - </td><td>Software</td></tr>
+ <tr><td>/status</td><td> - </td><td>Site Status</td></tr>
</table>
<div class="helpboxDescLabels">Examples:</div>
***************
*** 23,26 ****
--- 24,28 ----
<tr><td>sf /list dqsd-users</td></tr>
<tr><td>sf /fo java</td></tr>
+ <tr><td>sf /status cvs</td></tr>
</table>
</description>
***************
*** 44,48 ****
var exact = false;
! var args = parseArgs(q, "exact, new, software, people, freshmeat, project,
cvs, list, foundry");
if( args.switches.length == 1 )
{
--- 46,50 ----
var exact = false;
! var args = parseArgs(q, "exact, new, software, people, freshmeat, project,
cvs, list, foundry, status");
if( args.switches.length == 1 )
{
***************
*** 68,71 ****
--- 70,80 ----
var listtype = args.switch_val["list"].toLowerCase();
openSearchWindow("https://lists.sourceforge.net/lists/" + (
listtype.length && ( listtype == "admin".substr(0, listtype.length) ) ? "admin/" :
"listinfo/" ) + args.q); return false;
+ break;
+ case "status":
+ statusUrl =
+"http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1";
+ if (args.q != "")
+ statusUrl += "#" + args.q.toLowerCase();
+ openSearchWindow(statusUrl);
+ return false;
break;
default:
-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate
is essential in establishing user confidence by providing assurance of
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/