aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/rewrite
Commit message (Collapse)AuthorAge
* Do no rewrite Youtube description twice in "add_youtube_video" ruleGravatar Frédéric Guillot2019-11-30
| | | | This is already done before in <media:description>.
* Add the possibility to add rules during feed creationGravatar Frédéric Guillot2019-11-29
|
* Add rewrite functions: convert_text_link and nl2brGravatar Frédéric Guillot2019-11-28
|
* add_mailto_subject: New rewrite functionGravatar Peter De Wachter2019-08-19
| | | | | Dinosaur Comics (qwantz.com) likes to hide jokes in mailto: links, but miniflux's sanitizer strips those out.
* addImageTitle: Fix HTML injectionGravatar Peter De Wachter2019-08-15
| | | | | | | | | | | | This rewrite rule would change this: <img title="<foo>"> to this: <figure><img><figcaption><foo></figcaption></figure> The image title needs to be properly escaped.
* 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