-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathopensearch.xml
24 lines (24 loc) · 1.24 KB
/
opensearch.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!--
* SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
* SPDX-License-Identifier: MIT
-->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>yegor256</ShortName>
<Description>Search yegor256.com</Description>
<Tags>programming oop management zerocracy agile java ruby</Tags>
<Contact>me@yegor256.com</Contact>
<Url type="application/atom+xml" template="https://www.yegor256.com/opensearch.html?q={searchTerms}&format=atom"/>
<Url type="application/rss+xml" template="https://www.yegor256.com/opensearch.html?q={searchTerms}&format=rss"/>
<Url type="text/html" template="https://www.yegor256.com/opensearch.html?q={searchTerms}"/>
<LongName>Yegor's Blog About Computers</LongName>
<Image height="128" width="128" type="image/png">https://www.yegor256.com/favicon.ico</Image>
<Developer>Yegor Bugayenko</Developer>
<Attribution>Copyright 2014-2025, Yegor Bugayenko, All Rights Reserved</Attribution>
<Query role="example" searchTerms="java"/>
<SyndicationRight>open</SyndicationRight>
<AdultContent>false</AdultContent>
<Language>en-us</Language>
<OutputEncoding>UTF-8</OutputEncoding>
<InputEncoding>UTF-8</InputEncoding>
</OpenSearchDescription>