[racket] racket search engine plugin

From: Anthony Carrico (acarrico at memebeam.org)
Date: Fri Jul 4 20:01:37 EDT 2014

I was wondering if there was a search engine plugin for Racket, and I
found this:

http://mycroftproject.com/search-engines.html?name=http%3A%2F%2Fdocs.racket-lang.org%2F

Apparently by Justin Zamora. I think this is the source:

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"

xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <!-- Created on Wed, 09 Jun 2010 02:00:56 GMT -->
  <ShortName>Racket</ShortName>
  <Description>Search the Racket documentation</Description>
  <Url type="text/html" method="get"
template="http://docs.racket-lang.org/search/index.html?q={searchTerms}"/>
  <Contact>justin at zamora.com</Contact>
  <Image width="16"
height="16">http://mycroftproject.com/updateos.php/id0/racket.ico</Image>
  <Developer>Justin Zamora</Developer>
  <InputEncoding>UTF-8</InputEncoding>
  <moz:SearchForm>http://docs.racket-lang.org/search/</moz:SearchForm>
  <Url type="application/opensearchdescription+xml" rel="self"
template="http://mycroftproject.com/updateos.php/id0/racket.xml"/>
</OpenSearchDescription>

Does anyone know about it? There is probably a way to make the plugin
installable from the racket webpages. BTW, zamora.com doesn't seem to be
active anymore (although I didn't try the email).

Waiting for the 4th of July fireworks :)...

-- 
Anthony Carrico

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 242 bytes
Desc: OpenPGP digital signature
URL: <http://lists.racket-lang.org/users/archive/attachments/20140704/a6e5440d/attachment.sig>

Posted on the users mailing list.