Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

feedjira-atypon

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feedjira-atypon

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

feedjira-atypon

Atypon RSS format parser class for the Feedjira Ruby Gem

Build Status Code Climate Gem version

About the Atypon Format this Parser Handles

Atypon is a popular publishing software that many scientific journals use. The format of the RSS feed this generates is RDF with each and every element with a namespace prefix.

Example:

<rdf:RDF ...>
  <rss:channel ...>
    <rss:title ...></rss:title>
  </rss:channel>
  <rss:item ...>
    ...
  </rss:item>
  ...
</rdf:RDF>

Installation

Add this line to your application's Gemfile:

gem 'feedjira-atypon'

And then execute:

$ bundle

Or install it yourself as:

$ gem install feedjira-atypon

Configuration

You can configure Feedjira to use this parser like so:

Feedjira::Feed.add_feed_class(Feedjira::Parser::Atypon)

FAQs

Package last updated on 07 Jun 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc