view README @ 6:5d7c13e998e9

Create feed previews using a stream filter Instead of replacing the feed document with an XHTML preview from a content script after it has already been rendered, create an XHTML preview using a stream filter before it is passed into the rendering engine and use an XSL style sheet to convert it to HTML. This has two advantages, firstly it results in an HTMLDocument with the full HTML DOM available and secondly it avoids rendering the document twice. Refactor the feed preview creation and split parsing and rendering into seperate modules.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Thu, 08 Nov 2018 16:30:34 +0100
parents bc5cc170163c
children
line wrap: on
line source

Feed Preview
============

Feed Preview is a Firefox Addon which indicates the availability of RSS or
Atom feeds in the browser's URL bar and renders a previews of feeds.

Usage
-----

A feed icon in the browser's URL bar indicates whether there are RSS and/or
Atom feeds available for the currently displayed page.  Click on the icon in
order to open a menu containing the titles and types of available feeds.
Select a feed from this menu in order to render a preview of that feed.
Navigating to an Atom or RSS feed will also render a preview.

Contact
-------

Please send any feedback, translations or bug reports via email to
<guido+feed-preview@berhoerster.name>

Bug Reports
-----------

When sending bug reports, please always mention the exact version of the addon
with which the issue occurs as well as the version of Firefox and the operating
system you are using and make sure that you provide sufficient information to
reproduce the issue and include any error messages.

License
-------

Except otherwise noted, all files are Copyright (C) 2018 Guido Berhoerster and
distributed under the following license terms:

Copyright (C) 2018 Guido Berhoerster <guido+feed-preview@berhoerster.name>

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.