aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Release v0.1.2A Farzat15 hours1-1/+1
|
* Release v0.1.1A Farzat16 hours1-1/+1
|
* Use XDG directories to map downloadsA Farzat38 hours1-0/+1
| | | | | | | | This provides standard locations for files regardless of the location of the binary and/or the working directory. Could allow some customization in the future, both as a permanent config or one-time case.
* Use xml! macro for cleaner xml handlingA Farzat3 days1-0/+1
|
* Fix chapter contents to proper xmlA Farzat3 days1-0/+1
| | | | | | | Change resource URLs using attribute matching (only img src for now, should add more later). Add respective stylesheets to chapters.
* Deserialize URLs to Url type directlyA Farzat4 days1-0/+1
| | | | | This saves the effort of having to do it manually later on. Also avoids duplication in parsing.
* Initiate full_path as RelativePathBufA Farzat5 days1-1/+1
| | | | | | | This is better than having it as string then converting it to path whenever we want to use it. It also ensures better interoperability between operating systems (though it would probably worked fine beforehand, but better be safe for the future).
* Convert URLs pointing upstream to local relativeA Farzat5 days1-0/+1
| | | | EPUB standard only recognizes relative paths. Fixes image rendering.
* Start with the create_epub_archive functionA Farzat7 days1-0/+1
| | | | | For now, only mimetype is added. Next step is adding all the other files in epub_root.
* Add e-book metadata fetchingA Farzat8 days1-0/+1
|
* Add authentication using cookiesA Farzat8 days1-0/+4
|
* Init commit: setup project and cli parsingA Farzat8 days1-0/+7