Created
April 5, 2012 03:09
-
-
Save musubu/2307677 to your computer and use it in GitHub Desktop.
OPDS Catalog Entry Documentの仕様で「書くべき(SHOULD)」とされる要素を用いたyml中間フォーマットの例
This file contains 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
# OPDS Catalog Entry Documentの仕様で「書くべき(SHOULD)」とされる要素を用いたエントリーで構成されるフィードの例 | |
'@': | |
- | |
xmlns: http://www.w3.org/2005/Atom | |
- | |
"xmlns:dc": http://purl.org/dc/terms/ | |
- | |
"xmlns:opds": http://opds-spec.org/2010/catalog | |
- | |
"xml:lang": "ja" | |
id: http://example.com/all.opds | |
title: サンプル出版社のOPDS取得フィード | |
icon: http://example.com/favicon.ico | |
updated: 2012-04-04T00:00:00Z | |
links: | |
- | |
'@': | |
href: http://example.com/ | |
type: text/html | |
rel: alternate | |
title: サンプル出版株式会社のホームページ | |
- | |
'@': | |
href: http://example.com/all.opds | |
type: application/atom+xml;profile=opds-catalog;kind=acquisition | |
rel: self | |
authors: | |
- | |
name: サンプル出版株式会社 | |
email: [email protected] | |
uri: http://example.com/support | |
entries: | |
- | |
id: http://example.com/books/2 | |
title: サンプル書籍2 | |
updated: 2012-04-04T00:00:00Z | |
links: | |
- | |
'@': | |
href: http://example.com/books/2 | |
type: text/html | |
rel: alternate | |
title: サンプル書籍2の紹介ページ | |
- | |
'@': | |
href: http://example.com/books/2.epub | |
type: application/epub+zip | |
rel: http://opds-spec.org/acquisition | |
authors: | |
- | |
name: サンプル花子 | |
email: [email protected] | |
uri: http://example.com/authors/hanako | |
- | |
name: サンプル太郎 | |
email: [email protected] | |
uri: http://example.com/authors/taro | |
rights: Copyright (c) 2012, サンプル出版株式会社 | |
dc:issued: 2012-04-04T00:00:00Z | |
identifiers: | |
- urn:isbn:978123456789 | |
categories: | |
- | |
'@': | |
term: CLASSICS | |
scheme: http://example.com/categories | |
label: 古典 | |
- | |
'@': | |
term: HUMOR | |
scheme: http://example.com/categories | |
label: ユーモア | |
summary: | | |
大臣の大饗は、さるべき所を申し請けて行ふ、常の事なり。宇治左大臣殿は、東三条殿にて行はる。内裏にてありけるを、申されけるによりて、他所へ行幸ありけり。させる事の寄せなけれども、女院の御所など借り申す、故実なりとぞ。 | |
content: | |
'@': | |
type: text | |
'#': | | |
「喚子鳥は春のものなり」とばかり言ひて、如何なる鳥ともさだかに記せる物なし。或真言書の中に、喚子鳥鳴く時、招魂の法をば行ふ次第あり。これは鵺なり。万葉集の長歌に、「霞立つ、長き春日の」など続けたり。鵺鳥も喚子鳥のことざまに通いて聞ゆ。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment