
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
feedutils gems - web feed parser and normalizer (RSS 2.0, Atom, etc.)
Feed • Item
Feed
Structclass Feed
attr_accessor :format # e.g. atom|rss 2.0|etc.
attr_accessor :title
attr_accessor :title_type # e.g. text|html|html-escaped (optional) -use - why?? why not??
attr_accessor :url
attr_accessor :items
attr_accessor :summary # e.g. description (rss)
attr_accessor :summary_type # e.g. text|html|html-escaped
attr_accessor :title2 # e.g. subtitle (atom)
attr_accessor :title2_type # e.g. text|html|html-escaped
attr_accessor :published
attr_accessor :updated
attr_accessor :built
attr_accessor :generator
attr_accessor :generator_version # e.g. @version (atom)
attr_accessor :generator_uri # e.g. @uri (atom) - use alias url/link ???
end
Item
Structclass Item
attr_accessor :title
attr_accessor :title_type # optional for now (text|html|html-escaped) - not yet set
attr_accessor :url # todo: rename to link (use alias) ??
attr_accessor :content
attr_accessor :content_type # optional for now (text|html|html-escaped|binary-base64) - not yet set
attr_accessor :summary
attr_accessor :summary_type # optional for now (text|html|html-escaped) - not yet set
attr_accessor :published
attr_accessor :updated
attr_accessor :guid # todo: rename to id (use alias) ??
end
require 'open-uri'
require 'feedutils'
xml = open( 'http://openfootball.github.io/atom.xml' ).read
feed = FeedUtils::Parser.parse( xml )
pp feed
syndication
(Source) - by Mathew (aka lpar); RSS 1.0, 2.0, Atom, and understands namespaces; optional support for Dublin Core, iTunes/podcast feeds, and RSS 1.0 Syndication and Content modulessimple-rss
feedtools
TBD
The feedutils
scripts are dedicated to the public domain.
Use it as you please with no restrictions whatsoever.
FAQs
Unknown package
We found that feedutils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.