Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fun-apps / templates / funsite / static_templates / searchprovider.xml
Size: Mime:
## mako
<?xml version="1.0" encoding="UTF-8"?>
<%!
from django.core.urlresolvers import reverse
from django.utils.translation import ugettext as _
%>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
   <ShortName>FUN MOOC</ShortName>
   <Description>${_(u"Search courses on FUN")}</Description>
   <InputEncoding>UTF-8</InputEncoding>
   <Url type="text/html" template="${request.build_absolute_uri(reverse('fun-courses:index'))}#search?query={searchTerms}"/>
</OpenSearchDescription>