Erinevus lehekülje "Epub puust ja punaseks" redaktsioonide vahel
Allikas: Kuutõrvaja
29. rida: | 29. rida: | ||
http://www.hxa.name/articles/content/epub-guide_hxa7241_2007.html | http://www.hxa.name/articles/content/epub-guide_hxa7241_2007.html | ||
+ | |||
+ | *http://code.google.com/p/sigil/ |
Redaktsioon: 2. aprill 2012, kell 13:27
Toores. Ehk seda pala võib täiendada.
Epub fail kujutab endast tegelikult .zip faili mis minimaalselt sisaldab järgnevaid faile/kaustu:
- mimetype - tells a reader/operating system what's in here
- META-INF folder - This folder contains, at minimum, the container.xml file, which tells the reader software where in the zip file to find the book.
- OEBPS folder - (OPS kaust) Recommended location for the books content. It contains:
- images kaust - pildid lähevad siia
- toc.ncx - This is the table of Contents
- fonts folder (sisaldab ttf fonte)
- content1.xhtml - raamatu sisu
- content.opf - XML fail kus nimekiri zipi sees asuvatest failidest
- style.css
Failide sisust lähemalt
The mimetype file has no extension, and the content must read exactly as follows:
application/epub+zip
http://www.kepub.org/en/node/15
http://edutechwiki.unige.ch/en/EPub
http://www.hxa.name/articles/content/epub-guide_hxa7241_2007.html