Update README.md
This commit is contained in:
parent
e37a000b36
commit
dcdc2248f1
|
|
@ -1,6 +1,6 @@
|
||||||
# ZiniGo
|
# ZiniGo
|
||||||
|
|
||||||
A tool written in Go for saving (legally purchased) magazines from Zinio.
|
A tool written in Go for saving (legally purchased) magazines from Zinio as DRM-free PDFs.
|
||||||
|
|
||||||
## Precompiled binaries
|
## Precompiled binaries
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@ Google chrome installed, and accessible via the command `google-chrome`, or at a
|
||||||
## How it works
|
## How it works
|
||||||
ZiniGo logs into Zinio, and pulls a list of all issues purchased.
|
ZiniGo logs into Zinio, and pulls a list of all issues purchased.
|
||||||
|
|
||||||
Each page is available as an SVG, which is then injected into n HTML page (based on template.html).
|
Each page is available as an SVG, which is then injected into an HTML page (based on template.html).
|
||||||
|
|
||||||
google-chrome is then used to print the page to PDF, and all pages are combined into a single PDF.
|
google-chrome is then used to print the page to PDF, and all pages are combined into a single PDF.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue