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-serv14585/searches
Modified Files:
cpan.xml
Log Message:
cpan: added /new switch to view new additions to CPAN
Index: cpan.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/cpan.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** cpan.xml 25 Oct 2002 16:59:04 -0000 1.12
--- cpan.xml 17 Jul 2003 22:35:49 -0000 1.13
***************
*** 8,11 ****
--- 8,12 ----
<tr><td>/distribution</td><td> - </td><td>Search for
distributions.</td></tr>
<tr><td>/documentation</td><td> - </td><td>Search for distribution
documentation.</td></tr>
+ <tr><td>/new</td><td> - </td><td>View recent additions to CPAN.</td></tr>
</table>
<div class="helpboxDescLabels">Example:</div>
***************
*** 13,16 ****
--- 14,18 ----
<tr><td>cpan wrap</td></tr>
<tr><td>cpan wall /author</td></tr>
+ <tr><td>cpan /new </td></tr>
</table>
</description>
***************
*** 29,33 ****
function cpan(q)
{
! var args = parseArgs(q, "author, distribution, documentation");
if( nullArgs("cpan", q) )
--- 31,35 ----
function cpan(q)
{
! var args = parseArgs(q, "author, distribution, documentation, new");
if( nullArgs("cpan", q) )
***************
*** 40,43 ****
--- 42,46 ----
case "distribution": document.cpanf.mode.value = "dist"; break;
case "documentation": document.cpanf.mode.value = "doc"; break;
+ case "new": openSearchWindow("http://search.cpan.org/recent"); return;
}
document.cpanf.query.value = args.q;
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/