docpad-plugin-feedr icon indicating copy to clipboard operation
docpad-plugin-feedr copied to clipboard

Adds support for reading feeds to DocPad

Results 7 docpad-plugin-feedr issues
Sort by recently updated
recently updated
newest added

Bumps [extendr](https://github.com/bevry/extendr) from 5.13.0 to 7.10.0. Changelog Sourced from extendr's changelog. v7.10.0 2024 January 2 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...

dependencies

Bumps [valid-directory](https://github.com/bevry/valid-directory) from 3.0.0 to 4.9.0. Changelog Sourced from valid-directory's changelog. v4.9.0 2023 December 30 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...

dependencies

Bumps [projectz](https://github.com/bevry/projectz) from 2.13.0 to 4.2.0. Changelog Sourced from projectz's changelog. v4.2.0 2023 December 30 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...

dependencies

Bumps [@bevry/update-contributors](https://github.com/bevry/update-contributors) from 1.15.0 to 1.23.0. Changelog Sourced from @​bevry/update-contributors's changelog. v1.23.0 2023 November 2 Updated dependencies, base files, and editions using boundation v1.22.0 2023 March 24 Updated dependencies, base...

dependencies

Bumps [docpad](https://github.com/docpad/docpad) from 6.83.1 to 6.83.2. Changelog Sourced from docpad's changelog. v6.83.2 2020 September 8 If the source path is missing, the correct and useful error is now displayed The...

dependencies

I made a simple plugin for a specific use-case to create documents from youtube feed items, which you can see here: https://github.com/Komodo/komodo-website/tree/master/plugins/youtubefeed It works semi-well but has some bugs. I'd...

i just wanted to fetch and RSS feed from https://kippt.com/elfpavlik/shareroulette/feed and needed in my template to dig into items as ``` coffee @feedr.feeds.kippt.rss.channel[0].item ``` and it seams that Atom may...