index
:
public/oreilly-epub
master
[no description]
A Farzat
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
epub.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add EPUB descriptions to OPF files
A Farzat
28 hours
1
-1
/
+3
*
Use XDG directories to map downloads
A Farzat
33 hours
1
-0
/
+3
*
Stream files to zip in chunks
A Farzat
39 hours
1
-6
/
+5
*
Avoid using string buffers when modifying chapters
A Farzat
46 hours
1
-7
/
+6
*
Replace format! macro with xml! where xml is used
A Farzat
2 days
1
-14
/
+1
*
Use xml! macro for cleaner xml handling
A Farzat
2 days
1
-9
/
+9
*
Fix chapter contents to proper xml
A Farzat
2 days
1
-9
/
+24
*
Gather stylesheet file entries for each chapter
A Farzat
3 days
1
-1
/
+12
*
Deserialize URLs to Url type directly
A Farzat
4 days
1
-13
/
+6
*
Initiate full_path as RelativePathBuf
A Farzat
4 days
1
-12
/
+8
*
Convert URLs pointing upstream to local relative
A Farzat
5 days
1
-3
/
+33
*
Generate the EPUB file
A Farzat
6 days
1
-2
/
+21
*
Add container.xml to zip
A Farzat
6 days
1
-14
/
+21
*
Start with the create_epub_archive function
A Farzat
6 days
1
-1
/
+15
*
Revert "Add a function to write mimetype"
A Farzat
6 days
1
-8
/
+0
*
Add a function to write container.xml
A Farzat
6 days
1
-0
/
+26
*
Add a function to write mimetype
A Farzat
6 days
1
-0
/
+8
*
Add file download logic
A Farzat
6 days
1
-0
/
+34