aboutsummaryrefslogtreecommitdiff
path: root/src/epub.rs
Commit message (Expand)AuthorAgeFilesLines
* Use a generic writer in write_container_xmlA Farzat15 hours1-12/+9
* Add EPUB descriptions to OPF filesA Farzat28 hours1-1/+3
* Use XDG directories to map downloadsA Farzat33 hours1-0/+3
* Stream files to zip in chunksA Farzat39 hours1-6/+5
* Avoid using string buffers when modifying chaptersA Farzat46 hours1-7/+6
* Replace format! macro with xml! where xml is usedA Farzat2 days1-14/+1
* Use xml! macro for cleaner xml handlingA Farzat2 days1-9/+9
* Fix chapter contents to proper xmlA Farzat2 days1-9/+24
* Gather stylesheet file entries for each chapterA Farzat3 days1-1/+12
* Deserialize URLs to Url type directlyA Farzat4 days1-13/+6
* Initiate full_path as RelativePathBufA Farzat4 days1-12/+8
* Convert URLs pointing upstream to local relativeA Farzat5 days1-3/+33
* Generate the EPUB fileA Farzat6 days1-2/+21
* Add container.xml to zipA Farzat6 days1-14/+21
* Start with the create_epub_archive functionA Farzat6 days1-1/+15
* Revert "Add a function to write mimetype"A Farzat6 days1-8/+0
* Add a function to write container.xmlA Farzat6 days1-0/+26
* Add a function to write mimetypeA Farzat6 days1-0/+8
* Add file download logicA Farzat6 days1-0/+34