LoginSignup
1
1

More than 5 years have passed since last update.

[ReVIEW Tips] EPUBのIDを指定する

Last updated at Posted at 2013-09-16

EPUBではIdentifierを指定する必要があります。ReVIEWで作るEPUBにも、自動的にIdentifierが指定されます。

IDの設定方法

ReVIEWのreview-epubmakerでEPUBを作成する場合は、設定用YAMLファイルのurnidプロパティで指定します。

urnid: urn:isbn: 9784797372274

IDを設定しなかった場合

urnidプロパティを指定しない場合でも、EPUB自体にはIdentifierがつきます。そうしないとEPUB的に正しいファイルにならないので。

この場合、ReVIEWでは自動的にUUIDによるIDが生成され、その値が設定されます。2回実行すると別々のUUIDが生成されるので(UUIDなので……)、ご注意下さい。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1