aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Fix chapter contents to proper xmlA Farzat2026-03-071-0/+1
| | | | | | | Change resource URLs using attribute matching (only img src for now, should add more later). Add respective stylesheets to chapters.
* Deserialize URLs to Url type directlyA Farzat2026-03-051-0/+1
| | | | | This saves the effort of having to do it manually later on. Also avoids duplication in parsing.
* Initiate full_path as RelativePathBufA Farzat2026-03-051-1/+1
| | | | | | | 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).
* Convert URLs pointing upstream to local relativeA Farzat2026-03-041-0/+1
| | | | EPUB standard only recognizes relative paths. Fixes image rendering.
* Start with the create_epub_archive functionA Farzat2026-03-031-0/+1
| | | | | For now, only mimetype is added. Next step is adding all the other files in epub_root.
* Add e-book metadata fetchingA Farzat2026-03-021-0/+1
|
* Add authentication using cookiesA Farzat2026-03-011-0/+4
|
* Init commit: setup project and cli parsingA Farzat2026-03-011-0/+7