[Slackbuilds-users] Firefox Search Plugin

Vincent Batts vbatts at batts.mine.nu
Mon Apr 28 02:54:38 UTC 2008


perhaps like

<?php
  $searchStrng = $_GET["search"];

  if( strchr($searchStrng, "12.1) )
  {
  $sv = "12.1"
  }
  elif( strchr($searchStrng, "12.0) )
  {
  $sv = "12.0"
  }
  elif( strchr($searchStrng, "11.0) ){
  $sv = "11.0"
  }
  else
  {
  $sv = ""
  }
?>

just brainstorming

vb

On Sun, Apr 27, 2008 at 8:27 PM, dev <dev.akhawe at gmail.com> wrote:
> Hi,
>
> Via a trivial change to the JS , you could ask the user to give his
> slackware version and give the XML file as
>
> <Url type="text/html" method="GET"
> template="http://slackbuilds.org/result/?search={searchTerms}&sv=12.0"/>
>
> etc etc.
>
>
> Regards
> Dev
>
>
>
> _______________________________________________
> Slackbuilds-users mailing list
> Slackbuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>
> Please read the FAQ - http://slackbuilds.org/faq/
>


More information about the Slackbuilds-users mailing list