rssguard/resources/skins/plain
Martin Rotter 836b905725 updated sample skin to showcase complete font change 2023-02-03 06:28:29 +01:00
..
fonts updated sample skin to showcase complete font change 2023-02-03 06:28:29 +01:00
README fixup some +x execute rights 2022-03-02 08:37:11 +01:00
html_adblocked.html fixup some +x execute rights 2022-03-02 08:37:11 +01:00
html_enclosure_every.html fixup some +x execute rights 2022-03-02 08:37:11 +01:00
html_enclosure_image.html fixup some +x execute rights 2022-03-02 08:37:11 +01:00
html_single_message.html fixup some +x execute rights 2022-03-02 08:37:11 +01:00
html_wrapper.html fixup some +x execute rights 2022-03-02 08:37:11 +01:00
metadata.xml updated sample skin to showcase complete font change 2023-02-03 06:28:29 +01:00
qt_style.qss updated sample skin to showcase complete font change 2023-02-03 06:28:29 +01:00

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

%1, %2, ..., %N placeholders are used through all files and are replaced with various article's properties in run-time when needed.

Here is overview of all placeholders used throughtout the skin:
  Common placeholders:
    %data% - is replaced by current absolute path to user data folder.

  html_wrapper.html:
    %style% - Skin-wide CSS, will be replaced by custom CSS if skin provides it in file "html_style.css".
    %1 - Title of the article.
    %2 - Body of the preview which is composed from:
          - single "html_single_message.html" (single article preview),
          - multiple "html_single_message.html" (newspaper mode).

  html_single_message.html:
    %1 - Title of the article.
    %2 - "Written by" text.
    %3 - URL of the article.
    %4 - Body of the article.
    %5 - Date/time of the article.
    %6 - Attachments (composed from html_enclosure_every.html).
    %7 - Attached pictures (composed from html_enclosure_image.html).
    %8 - Database ID of the message.

  html_adblocked.html:
    %1 - Title of the page. This page is used when the website is entirely blocked by AdBlock.
    %2 - Description of what and why was blocked.

  html_enclosure_every.html:
    %1 - URL of the attached media file.
    %2 - Attachment symbol.
    %3 - MIME type of the attachment.

  html_enclosure_image.html:
    %1 - URL of the attached picture file.
    %2 - MIME type of the picture.
    %3 - height of the picture thumbnail to be displayed which is loaded from application settings.