| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Change resource URLs using attribute matching (only img src for now,
should add more later).
Add respective stylesheets to chapters.
|
| |
|
|
|
| |
This saves the effort of having to do it manually later on. Also avoids
duplication in parsing.
|
| |
|
|
|
|
|
| |
This is better than having it as string then converting it to path
whenever we want to use it. It also ensures better interoperability
between operating systems (though it would probably worked fine
beforehand, but better be safe for the future).
|
| |
|
|
| |
EPUB standard only recognizes relative paths. Fixes image rendering.
|
| |
|
|
|
| |
For now, only mimetype is added. Next step is adding all the other files
in epub_root.
|
| | |
|
| | |
|
| |
|