aboutsummaryrefslogtreecommitdiffstats
path: root/english/search.xml.in
blob: 2f2534a0d2a44f1eeee355c5d50b352dc269c739 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#use wml::debian::common_tags

<bind-gettext-domain domain="templates" />

<suck><?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
	<ShortName><gettext domain="templates">Debian website</gettext> ($(CUR_ISO_LANG))</ShortName>
	<Image height="16" width="16" type="image/x-icon">https://www.debian.org/favicon.ico</Image>
	<Description><gettext domain="templates">Search the Debian website.</gettext></Description>
<protect pass="2">
	<Url type="text/html" 
</protect>
<:	my $ext = lc('$(CUR_ISO_LANG)');  $ext =~ s/-/_/;
	print 'template="https://search.debian.org/cgi-bin/omega?P={searchTerms}&amp;HITSPERPAGE={count?}&amp;DB='.$ext.'[CN:-cn:][TW:-tw:][HK:-hk:]"/>'; :>
</OpenSearchDescription>

© 2014-2024 Faster IT GmbH | imprint | privacy policy