miniflux-v2/reader
dzaikos 45d7105ed1 Refactor AddImageTitle rewriter.
* 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.
2018-06-26 17:50:18 -04:00
..
atom Convert enclosure size field to bigint 2018-03-14 20:09:06 -07:00
date Handle feeds with dates formatted as Unix timestamp 2018-05-08 20:41:24 -07:00
encoding Handle more encoding edge cases 2018-01-20 13:25:21 -08:00
feed Add new fields for feed username/password 2018-06-19 22:58:29 -07:00
icon Move HTTP client to its own package 2018-04-28 10:51:07 -07:00
json Convert enclosure size field to bigint 2018-03-14 20:09:06 -07:00
opml Add API endpoint to import OPML file 2018-04-29 18:56:40 -07:00
processor Do not crawl existing entry URLs 2018-01-20 13:25:20 -08:00
rdf Add support for Dublin Core date in RDF feeds 2018-04-10 18:13:05 -07:00
readability Add logger 2017-12-15 18:55:57 -08:00
rewrite Refactor AddImageTitle rewriter. 2018-06-26 17:50:18 -04:00
rss Rename RSS parser getters 2018-04-09 20:38:12 -07:00
sanitizer Improve sanitizer to remove style tag contents. 2018-06-24 19:53:23 -07:00
scraper Move HTTP client to its own package 2018-04-28 10:51:07 -07:00
subscription Add new fields for feed username/password 2018-06-19 22:58:29 -07:00
doc.go Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00