aboutsummaryrefslogtreecommitdiff
path: root/src/epub.rs
Commit message (Expand)AuthorAgeFilesLines
* Use a generic writer in write_container_xmlA Farzat2026-03-091-12/+9
* Add EPUB descriptions to OPF filesA Farzat2026-03-081-1/+3
* Use XDG directories to map downloadsA Farzat2026-03-081-0/+3
* Stream files to zip in chunksA Farzat2026-03-081-6/+5
* Avoid using string buffers when modifying chaptersA Farzat2026-03-071-7/+6
* Replace format! macro with xml! where xml is usedA Farzat2026-03-071-14/+1
* Use xml! macro for cleaner xml handlingA Farzat2026-03-071-9/+9
* 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