#「メタデータが切り拓く音楽の未来」参加メモ
- ビーマップ5F会議室
- 2015-02-26 18:30-21:10
- 主催: NPO法人 日本メタデータ協議会
- http://kokucheese.com/event/index/260223/
- e-onkyo music
- 2005/08 オープン
- スーパーオーディオ専用の配信サイト
#!/usr/bin/env ruby | |
# cf. http://bit.ly/2raKfLZ | |
# makeapp - スクリプトをMacのアプリケーションにする | |
require 'fileutils' | |
if ARGV.length != 2 | |
abort("Usage: makeapp foo.rb Foo.app") | |
end |
#「メタデータが切り拓く音楽の未来」参加メモ
1, this, 17544 | |
2, that, 15950 | |
3, have, 9742 | |
4, with, 9584 | |
7, should, 5743 | |
8, error, 4285 | |
9, test, 4209 | |
10, work, 4175 | |
11, from, 4008 | |
12, make, 3993 |
<?xml version="1.0"?> | |
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="BookID" version="2.0"> | |
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf"> | |
<dc:title>samp001</dc:title> | |
<dc:creator opf:role="aut">sample</dc:creator> | |
<dc:language>ja</dc:language> | |
<dc:identifier id="BookID" opf:scheme="URL">http://example.com/epub/sample/sample1.epub</dc:identifier> | |
</metadata> | |
<manifest> | |
<item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/> |