aboutsummaryrefslogtreecommitdiff
path: root/src/epub.rs
Commit message (Expand)AuthorAgeFilesLines
* Use a generic writer in write_container_xmlA Farzat20 hours1-12/+9
* Add EPUB descriptions to OPF filesA Farzat33 hours1-1/+3
* Use XDG directories to map downloadsA Farzat38 hours1-0/+3
* Stream files to zip in chunksA Farzat45 hours1-6/+5
* Avoid using string buffers when modifying chaptersA Farzat2 days1-7/+6
* Replace format! macro with xml! where xml is usedA Farzat3 days1-14/+1
* Use xml! macro for cleaner xml handlingA Farzat3 days1-9/+9
* Fix chapter contents to proper xmlA Farzat3 days1-9/+24
* Gather stylesheet file entries for each chapterA Farzat4 days1-1/+12
* Deserialize URLs to Url type directlyA Farzat4 days1-13/+6
* Initiate full_path as RelativePathBufA Farzat5 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 Farzat7 days1-1/+15
* Revert "Add a function to write mimetype"A Farzat7 days1-8/+0
* Add a function to write container.xmlA Farzat7 days1-0/+26
* Add a function to write mimetypeA Farzat7 days1-0/+8
* Add file download logicA Farzat7 days1-0/+34