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

Modified Files:
        gtwhois.xml 
Added Files:
        b64.xml 
Log Message:
* gtwhois - Post url changed, modified search accordingly (Dean Wilson)
* b64 - base64 encoder/decoder (Glenn Carr)

--- NEW FILE: b64.xml ---
<search function="b64">
  <COMMENT>

    Even though this XML search will probably load and is a good start
    toward a completed search, please be aware that this search will probably
    not work as is and will probably require some changes.

  </COMMENT>
  <name>Base64 Encoder/Decoder</name>
  <category>Computers<category>Programming</category></category>
  <contributor>Glenn Carr</contributor>
  <link>http://makcoder.sourceforge.net/demo/base64.php</link>
  <email>glenn at glenncarr dot com</email>
  <description>
  Base64 encode/decode
    <div class="helpboxDescLabels">Switches:</div>
    <table class="helpboxDescTable">
      <tr><td>/encode (default)</td><td> - </td><td>Encode</td></tr>
      <tr><td>/decode</td><td> - </td><td>Decode</td></tr>
    </table>
  </description>
  <form name="b64f"
        method="post"
        action="http://makcoder.sourceforge.net/demo/base64.php";>

    <COMMENT> The following field was active (i.e. had focus) when the search was 
generated. </COMMENT>

    <input type="hidden" name="plain" value="" />
    <input type="hidden" name="process" value="Encode" />
  </form>
  <script><![CDATA[
    function b64(q)
    {
      if( nullArgs("b64", q) )
        return;

      var args = parseArgs(q, "encode, decode");
      if ( args.switches.length > 0 )
      {
        switch( args.switches[0].name )
        {
          case "decode":
            document.b64f.process.value = "Decode";
            break;
          default:
            document.b64f.process.value = "Encode";
            break;
        }
      }

      document.b64f.plain.value = q;

      submitForm(b64f);
    }
  ]]></script>
  <copyright>
    The following applies if this file is included and distributed with Dave's Quick 
Search Deskbar:
    Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public 
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
  <created_by>
    This search file was initially created on 09/10/03 at 16:57:16
    by Dave's Quick Search Deskbar Search Wizard version 1.2,
    Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General 
Public License, Version 2
  </created_by>
</search>
Index: gtwhois.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/gtwhois.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gtwhois.xml 25 Oct 2002 16:59:04 -0000      1.3
--- gtwhois.xml 12 Sep 2003 12:20:36 -0000      1.4
***************
*** 10,18 ****
    </description>
    <category>Computers<category>Networking</category></category>
!   <link>http://geektools.com/cgi-bin/proxy.cgi</link>
    <contributor>Monty Scroggins</contributor>
    
    <form name="gtwhoisf"
!         action="http://geektools.com/cgi-bin/proxy.cgi";
          method="post">
      <input type="hidden" name="query" value=""/>
--- 10,18 ----
    </description>
    <category>Computers<category>Networking</category></category>
!   <link>http://www.geektools.com/whois.php</link>
    <contributor>Monty Scroggins</contributor>
    
    <form name="gtwhoisf"
!         action="http://www.geektools.com/whois.php";
          method="post">
      <input type="hidden" name="query" value=""/>




-------------------------------------------------------
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