• Sign In



  • Categories

    Extension Details



    Readme

    Manual RSS Feed provides two clips to manually create and add to an RSS XML file.

    Clips

    Title Description
    RSS Feed Adds the framework of the RSS feed
    RSS Item Adds an RSS item to an extant feed file

    Details

    • Any dates are in the following format: %a, %d %b %Y %H:%M:%S -[UTC offset]

      For example, the time of writing this README update would be Tue, 10 Sep 2024 22:17:00 -0700, with -0700 the UTC offset for Pacific Daylight Time. During Pacific Standard Time, the UTC offset would be -0800.

      strfti.me can show you how it will look.

    • The RSS Item clip goes between </ttl> and </channel>. Use an RSS Item clip for each item in the RSS feed.

    • If you want to include links and/or images in the description of an RSS Item, you need to use HTML entitles for angle brackets and quotes. For quick reference:

      • < = &lt;
      • > = &gt;
      • " = &quot;

    Release Notes

    Version 1.0.4

    Updated Clips.json to fix bug

    Version 1.0.3

    Updated Clips.json as per W3 RSS 2.0 guidelines
    Added link to strftime cheat sheet to README.md

    Version 1.0.2

    Further improved README.md

    Version 1.0.1

    Improved README.md

    Version 1.0

    Initial release

    License

    MIT License

    Copyright (c) 2024 tautology system

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.