Installable Search Engine for Assembla
| ghismo 1 post |
It’s a shame that assembla seems not to provide any installable search engine when it’s so easy : You need this xml file (let’s name it assembla-search.src) <?xml version=”1.0”?> And a reference in the head tag of your pages like that : <link rel=”search” type=”application/opensearchdescription+xml” href=”http://yourdomain/assembla-search.src” title=”Assembla – Search Engine” /> And that’s it ! This done, your users will be able to search their spaces from the search input of their browser. For those who wants this feature right now, you just have to create on your web server (you need one) an html page containing the “link” tag, host the “assembla-search.src” file, open the page in your browser and install the search engine. |
