#54 ✓resolved
Marcio Vinicius dos Santos

Some entry and feed attributes defined in class Restfulie::Common::Builder::Marshalling::Atom doesn't work

Reported by Marcio Vinicius dos Santos | May 4th, 2010 @ 11:17 AM

Restfulie must implement all attributes already defined in atom.rb file :

  ATOM_ATTRIBUTES = [
    :title, :id, :updated, # Required
    :author, :links, # Recommended
    :category, :contributor, :rights # Optional
  ]
  
  ATOM_ATTRIBUTES_ENTRY = ATOM_ATTRIBUTES + [
    :content, :summary, # Required
    :published, :source # Optional
  ]
  
  ATOM_ATTRIBUTES_FEED = ATOM_ATTRIBUTES + [
    :generator, :icon, :logo, :subtitle # Optional
  ]

Some attributes that doesn't work: author and category. I don't know if the others attributes are working.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins

People watching this ticket

Pages