MobileRead Forums

MobileRead Forums (https://www.mobileread.com/forums/index.php)
-   Sigil (https://www.mobileread.com/forums/forumdisplay.php?f=203)
-   -   Sigil -- what version of .epub? (https://www.mobileread.com/forums/showthread.php?t=82525)

Kivgaen 05-04-2010 01:21 PM

Sigil -- what version of .epub?
 
I work for a book publisher and we are planning to make all of our ebooks available for sale on iTunes, but Apple requires us to have a specific version of .epub files: 1.0.5.

What do the different version numbers mean, and how can I make my .epub files version 1.0.5? What version does Sigil make?

Thanks in advance to anyone who knows what this means and who can point me to a direction where I can learn more about it.

Valloric 05-04-2010 03:02 PM

Quote:

Originally Posted by Kivgaen (Post 896765)
I work for a book publisher and we are planning to make all of our ebooks available for sale on iTunes, but Apple requires us to have a specific version of .epub files: 1.0.5.

There must be some kind of misunderstanding. Epub files don't have versions. There's only one epub standard, and it has no version.

st_albert 05-04-2010 03:12 PM

I can't say for sure, but I believe they mean your epub must pass the epubcheck version 1.0.5. I seem to recall having read somewhere also, that Apple has other requirements (maybe e.g. no embedded fonts, certain maximum cover art size?) that if not met will be reported as epubcheck failures, even though they actually are not.

ETA: I think they mean the epubcheck-1.0.5 you can get at

http://code.google.com/p/epubcheck/downloads/list

Sabardeyn 05-07-2010 09:05 PM

Quote:

Originally Posted by Valloric (Post 896894)
There must be some kind of misunderstanding. Epub files don't have versions. There's only one epub standard, and it has no version.

I thought the epub standard was currently at version 2.0. Not that this in any way pertains to Kivgaen's issue. I just wanted to point out something I think might not be accurate.

pdurrant 05-08-2010 07:17 AM

Quote:

Originally Posted by Kivgaen (Post 896765)
I work for a book publisher and we are planning to make all of our ebooks available for sale on iTunes, but Apple requires us to have a specific version of .epub files: 1.0.5.

What do the different version numbers mean, and how can I make my .epub files version 1.0.5? What version does Sigil make?

Thanks in advance to anyone who knows what this means and who can point me to a direction where I can learn more about it.

Apple means that the epub files must not report any errors when checked with epubcheck version 1.0.5. epubcheck is an open source, free, command-line program that checks the validity of the xml inside an epub.

If you set the metadata in Sigil, Sigil's output passes epubcheck 1.0.5, unless there's something weird going on in your XHTML files.

But you should certainly check yourselves. You can get epubcheck from

http://code.google.com/p/epubcheck/

and if you're on Mac, you can get a useful Applescript from here

https://www.mobileread.com/forums/showthread.php?t=55576

which will let you do drag&drop validation, instead of mucking around on the command-line.

Jellby 05-08-2010 08:10 AM

You can also use epubcheck online here.

asperger 05-08-2010 09:12 AM

"(...) unless there's something weird going on in your XHTML files."

Weird like an ops 2.0 epub passing an epubtest with a doc type of <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" instead of <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"

Yeah, that is weird.

Lugeral 05-08-2010 01:37 PM

Yeah, that is weird. (I'll say)
 
Referring to the e-pub standards at http://www.idpf.org/ one can easily determine the current standard for e-pubs.
Quote
".epub" is the file extension of an XML format for reflowable digital books and publications. ".epub" is composed of three open standards, the Open Publication Structure (OPS), Open Packaging Format (OPF) and Open Container Format (OCF), produced by the IDPF."

It has been our determination that neither Sigil nor E-pub check have updated their respective softwares to reflect the "current" standards. We have politely attempted to point this out recently to both developers we were basically told that they prefer to do it their way, rather than in accordance with published standards. While they are both free to do as they please, neither should be able to claim that they are in accordance with current e-pub standards as they are not!

While we like the software, we are forced to work around it as well!

Go figure:smack:

Valloric 05-08-2010 02:01 PM

Quote:

Originally Posted by Lugeral (Post 902494)
It has been our determination that neither Sigil nor E-pub check have updated their respective softwares to reflect the "current" standards. We have politely attempted to point this out recently to both developers we were basically told that they prefer to do it their way, rather than in accordance with published standards. While they are both free to do as they please, neither should be able to claim that they are in accordance with current e-pub standards as they are not!

While we like the software, we are forced to work around it as well!

Go figure:smack:

I can't speak for epubcheck, but I'd like you to point out where I told you "I'd like to do things my way" and then proceeded to ignore the standards.

Honestly I don't recall ever talking to you before.

zelda_pinwheel 05-08-2010 02:48 PM

Quote:

Originally Posted by Lugeral (Post 902494)
Referring to the e-pub standards at http://www.idpf.org/ one can easily determine the current standard for e-pubs.
Quote
".epub" is the file extension of an XML format for reflowable digital books and publications. ".epub" is composed of three open standards, the Open Publication Structure (OPS), Open Packaging Format (OPF) and Open Container Format (OCF), produced by the IDPF."

It has been our determination that neither Sigil nor E-pub check have updated their respective softwares to reflect the "current" standards. We have politely attempted to point this out recently to both developers we were basically told that they prefer to do it their way, rather than in accordance with published standards. While they are both free to do as they please, neither should be able to claim that they are in accordance with current e-pub standards as they are not!

While we like the software, we are forced to work around it as well!

Go figure:smack:

hm, i believe that epubcheck is developped and maintained by Liza Daly of threepress.org, who happens to be a very active member of the epub standards committee. obviously i can't speak for her but it would be very surprising if she ignored the standard, since she's helping define it...

Valloric 05-08-2010 03:37 PM

Quote:

Originally Posted by zelda_pinwheel (Post 902591)
hm, i believe that epubcheck is developped and maintained by Liza Daly of threepress.org, who happens to be a very active member of the epub standards committee. obviously i can't speak for her but it would be very surprising if she ignored the standard, since she's helping define it...

Actually AFAIK epubcheck is developed by Adobe developers involved with ADE, Peter Sorotokin being one of them. That's what the project page on Google Code says at least.

zelda_pinwheel 05-08-2010 03:39 PM

Quote:

Originally Posted by Valloric (Post 902640)
Actually AFAIK epubcheck is developed by Adobe developers involved with ADE, Peter Sorotokin being one of them. That's what the project page on Google Code says at least.

ha okay, my mistake. i didn't check, but i had a mistaken idea because it's used in the validator on the threepress site.

Kivgaen 05-12-2010 12:32 PM

Valloric -- I just wanted to let you know, I thought this would be the best place to reach you... We've gotten some use out of your program so far and we have sent you a donation in appreciation.

Valloric 05-12-2010 01:00 PM

Quote:

Originally Posted by Kivgaen (Post 907771)
Valloric -- I just wanted to let you know, I thought this would be the best place to reach you... We've gotten some use out of your program so far and we have sent you a donation in appreciation.

Donation received, thanks! :)

Kivgaen 06-18-2010 03:08 PM

Hey Valloric,

I spent more time on your program the other day and found a couple defects. One of which you accepted, but the second you marked as "Invalid"? (ID 446). I added a couple comments to it just now. This should just work automatically, as all other programs on my computer does. I shouldn't have to include special fonts for this to work -- if the user's computer has the capability to display the correct font (as mine does), then it should just work. With or without an imbedded font in the .epub file.


All times are GMT -4. The time now is 10:24 PM.

Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.