Last active
September 29, 2018 21:40
-
-
Save dahlia/c4b8e88c60c8b273f7ede092b2c1c86b to your computer and use it in GitHub Desktop.
한국민족문화대백과사전 OpenSearch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- How to install on Firefox: | |
| window.external.AddSearchProvider( | |
| "https://gist.github.com/dahlia/c4b8e88c60c8b273f7ede092b2c1c86b/raw/encykorea.aks.ac.kr.xml" | |
| ); | |
| --> | |
| <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | |
| <ShortName>한국민족문화대백과사전</ShortName> | |
| <Description>한국민족문화대백과사전 검색</Description> | |
| <InputEncoding>UTF-8</InputEncoding> | |
| <LongName>한국민족문화대백과사전 검색</LongName> | |
| <Image height="16" width="16">http://encykorea.aks.ac.kr/favicon.ico</Image> | |
| <Url type="text/html" method="get" template="http://encykorea.aks.ac.kr/Search/List?keyword={searchTerms}&page=1"/> | |
| <Tags>Korea</Tags> | |
| </OpenSearchDescription> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment