aboutsummaryrefslogtreecommitdiff
path: root/src/epub.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix chapter contents to proper xmlA Farzat2026-03-071-9/+24
* Gather stylesheet file entries for each chapterA Farzat2026-03-061-1/+12
* Deserialize URLs to Url type directlyA Farzat2026-03-051-13/+6
* Initiate full_path as RelativePathBufA Farzat2026-03-051-12/+8
* Convert URLs pointing upstream to local relativeA Farzat2026-03-041-3/+33
* Generate the EPUB fileA Farzat2026-03-031-2/+21
* Add container.xml to zipA Farzat2026-03-031-14/+21
* Start with the create_epub_archive functionA Farzat2026-03-031-1/+15
* Revert "Add a function to write mimetype"A Farzat2026-03-031-8/+0
* Add a function to write container.xmlA Farzat2026-03-031-0/+26
* Add a function to write mimetypeA Farzat2026-03-031-0/+8
* Add file download logicA Farzat2026-03-031-0/+34