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-serv15069/searches

Modified Files:
        sf.xml 
Log Message:
sf - add "/list" for jumping to a SourceForge hosted list info/admin page

Index: sf.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/sf.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sf.xml      25 Oct 2002 16:59:04 -0000      1.4
--- sf.xml      30 Oct 2002 15:54:57 -0000      1.5
***************
*** 11,14 ****
--- 11,15 ----
        <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>
+       <tr><td>/list[:admin]</td><td> - </td><td>Display list info or admin 
+page</td></tr>
      </table>
      <div class="helpboxDescLabels">Examples:</div>
***************
*** 17,20 ****
--- 18,22 ----
        <tr><td>sf /proj dqsd</td></tr>
        <tr><td>sf /cvs dqsd</td></tr>
+       <tr><td>sf /list dqsd-users</td></tr>
      </table>
    </description>
***************
*** 36,40 ****
          return false;
  
!       var args = parseArgs(q, "new, software, people, freshmeat, project, cvs");
        if( q == "" )
          openSearchWindow("http://www.sourceforge.net/";);
--- 38,42 ----
          return false;
  
!       var args = parseArgs(q, "new, software, people, freshmeat, project, cvs, 
list");
        if( q == "" )
          openSearchWindow("http://www.sourceforge.net/";);
***************
*** 55,58 ****
--- 57,64 ----
            case "cvs":
              openSearchWindow("http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/"; + 
args.q); return false;
+           case "list":
+             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;
            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/

Reply via email to