Tools, FAQ, Tutorials:
EPUB 2.0 Metadata - dc:publisher and dc:rights Elements
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements?
✍: FYIcenter.com
EPUB 2.0 Metadata "dc:publisher" and "dc:rights" are optional metadata elements
to specify the publisher and the rights statement of the EPUB 2.0 book.
For example, the following two elements specify that this EPUB book was published by FYIcenter.com and dedicated to the public domain under Creative Commons CC0:
<dc:publisher>FYIcenter.com</dc:publisher> <dc:rights>CC0 Public Domain</dc:rights>
If you want to see an example of "dc:publisher" and "dc:rights elements, you can download this EPUB 2.0 book, Row-Your-Boat-2.0.epub. Unzip it and open package.opf. You see "dc:publisher" and "dc:rights elements.
⇒ EPUB 2.0 Metadata - dc:subject Element
⇐ EPUB 2.0 Metadata - dc:creator and dc:contributor Elements
2019-01-26, 2853👍, 0💬
Popular Posts:
How To Submit Values without Using a Form in PHP? If you know the values you want to submit, you can...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How to convert JSON Objects to PHP Associative Arrays using the json_decode() function? Actually, JS...