From 8587efa62189a30e3e47075739382d52ecc34cb6 Mon Sep 17 00:00:00 2001 From: papaschloss <11808509+papaschloss@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:01:18 -0700 Subject: Article css filtering (#4501) * Update feedController.php * Update subscriptionController.php * Update DatabaseDAO.php * Update Entry.php * Update Feed.php * Update FeedDAO.php * Update install.sql.mysql.php * Update install.sql.pgsql.php * Update install.sql.sqlite.php * Update sub.php * Update opml.phtml * Update ImportService.php * Update update.phtml * Update feed.js * Update install.sql.mysql.php * Update install.sql.pgsql.php * Update install.sql.sqlite.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update FeedDAO.php * Update feedController.php * Update subscriptionController.php * Update Entry.php * Update Feed.php * Update feedController.php * Update subscriptionController.php * Update ImportService.php * Update opml.phtml * Update update.phtml * Update update.phtml * Update update.phtml * Update DatabaseDAO.php * Update app/Models/Entry.php Co-authored-by: Alexandre Alapetite * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite * Update p/scripts/feed.js Co-authored-by: Alexandre Alapetite * Update app/Controllers/feedController.php * make fix-all * Update documentation * css_path_filter help message * i18n en-us ignore Co-authored-by: Alexandre Alapetite --- docs/en/developers/OPML.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/en/developers/OPML.md b/docs/en/developers/OPML.md index 3014dc457..9daa94b20 100644 --- a/docs/en/developers/OPML.md +++ b/docs/en/developers/OPML.md @@ -43,7 +43,9 @@ The following attributes are using similar naming conventions than [RSS-Bridge]( ### Miscellaneous * `frss:cssFullContent`: [CSS Selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors) to enable the download and extraction of the matching HTML section of each articles’ Web address. - * Example: `div.main` + * Example: `div.main, .summary` +* `frss:cssFullContentFilter`: [CSS Selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors) to remove the matching HTML elements from the full content retrieved by `frss:cssFullContent`. + * Example: `.footer, .aside` * `frss:filtersActionRead`: List (separated by a new line) of search queries to automatically mark a new article as read. ### Dynamic OPML (reading lists) -- cgit v1.2.3