view _locales/en/messages.json @ 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 1c31f4102408
children ff5e5e3eba32
line wrap: on
line source

{
    "extensionName": {
        "message": "Feed Preview",
        "description": "Name of the extension."
    },
    "extensionDescription": {
        "message": "Indicates available RSS and Atom feeds and renders previews.",
        "description": "Description of the extension."
    },
    "defaultFeedTitle": {
        "message": "Untitled Feed",
        "description": "Default title for feeds."
    },
    "noEntriesHint": {
        "message": "This feed has no entries.",
        "description": "Hint to display if there are no entries."
    },
    "defaultFeedEntryTitle": {
        "message": "Untitled Entry",
        "description": "Default title for feed entries."
    },
    "defaultFileName": {
        "message": "unnamed-file",
        "description": "Default filename for media files."
    },
    "defaultFileType": {
        "message": "unknown type",
        "description": "Default media file type."
    },
    "filesTitle": {
        "message": "Media Files:",
        "description": "Title of the list of media files."
    }
}