Commit graph

6 commits

Author SHA1 Message Date
pin
cb689eeca5 textproc/paperoni: update to 0.6.0
This release adds the following:
-HTML exports. Visit the README to know more.
-Fix header id generation for table of contents.
2021-08-02 15:02:29 +00:00
tnn
ab9578d7c4 g/c RUSTFLAGS from individual package Makefiles. Handled by cargo.mk. 2021-07-22 16:16:35 +00:00
pin
1c943ecc87 textproc/paperoni: update to 0.5.0
This release adds the following:
-Table of Contents generation of article headers upto h4
-An --output-dir flag for specifying the download directory for non merged
articles in #15
-Add output_dir to cli argument #15
-CSS styling of the epub document for better presentation. This also allows
users to convert to PDF using tools and have a decent typesetting
-Generating a list of the articles that were partially downloaded
-This release also includes a fix from #17
2021-06-24 08:47:13 +00:00
pin
00d6595dea textproc/paperoni: update to 0.4.1
-This patch release fixes the issue in #11 and #13.
-Missing images are not handled #11
-img src gets mangled on some images #13
2021-05-25 16:17:07 +00:00
pin
2294529815 textproc/paperoni: update to 0.4.0
This release adds the following new features:
  - Improved error handling during downloads
  - Printing summary tables for successful and failed downloads
  - Display progress bars for indicating download progress bars
  - Logging of errors to a log file

This additionally has fixes bugs referenced in #10
Enjoy!
2021-04-30 12:34:11 +00:00
pin
0223a99a9c textproc/paperoni: import package
Paperoni is a web article downloader written in Rust.
It takes a url, downloads the article content from it and saves it to an epub.

The project is in alpha release so it might crash when you use it.
Please open an issue if it does.
2021-02-24 13:17:28 +00:00