aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/rewrite
Commit message (Collapse)AuthorAge
* Refactor manual entry scraperGravatar Frédéric Guillot2018-12-02
|
* Convert text links and line feeds to HTML in YouTube channelsGravatar Frédéric Guillot2018-10-08
|
* Add missing package descriptions for GoDocGravatar Frédéric Guillot2018-10-08
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* New `add_dynamic_image` rewriter for JavaScript-loaded images.Gravatar dzaikos2018-07-09
| | | | | | Searches tags for various `data-*` attributes and sets `img` tag `src` attribute appropriately. Falls back to searching `noscript` for `img` tags. Includes unit tests.
* Refactor AddImageTitle rewriter.Gravatar dzaikos2018-06-26
| | | | | | | | | | * Only processes images with `src` **and** `title` attributes (others are ignored). * Processes **all** images in the document (not just the first one). * Wraps the image and its title attribute in a `figure` tag with the title attribute's contents in a `figcaption` tag. Updated xkcd rewriter unit test. Added another xkcd rewriter unit test to check rendering of images without title tags.
* Improve content scraperGravatar Frédéric Guillot2017-12-13
|
* Rewrite importsGravatar Frédéric Guillot2017-12-12
|
* Add the possibility to define rewrite rules for each feedGravatar Frédéric Guillot2017-12-11
|
* Make sure golint pass on the code baseGravatar Frédéric Guillot2017-11-27
|
* First commitGravatar Frédéric Guillot2017-11-19