| Class | DocBook::Epub |
| In: |
lib/docbook.rb
|
| Parent: | Object |
| CHECKER | = | "epubcheck" |
| STYLESHEET | = | File.expand_path(File.join(File.dirname(__FILE__), '..', '..', "docbook.xsl")) |
| CALLOUT_PATH | = | File.join('images', 'callouts') |
| CALLOUT_FULL_PATH | = | File.expand_path(File.join(File.dirname(__FILE__), '..', '..', '..', CALLOUT_PATH)) |
| CALLOUT_LIMIT | = | 15 |
| CALLOUT_EXT | = | ".png" |
| XSLT_PROCESSOR | = | "xsltproc" |
| OUTPUT_DIR | = | ".epubtmp#{Time.now.to_f.to_s}" |
| MIMETYPE | = | "application/epub+zip" |
| META_DIR | = | "META-INF" |
| OEBPS_DIR | = | "OEBPS" |
| ZIPPER | = | "zip" |
| output_dir | [R] |