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