Download & Extend

atom_api module for creating custom Atom feeds…

Project:Atom
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:mikl
Status:needs review

Issue Summary

I have several modules creating their own Atom feeds. I wanted to do something reusable, but since atom.module currently is hard-wired for nodes, I've created a minimal module for creating Atom feeds.

I was hoping that this could become a submodule of Atom, it might also help with the work on #358482: Integrate in atom.module?.

I think it could probably be improved a bit, so feel free to nitpick.

AttachmentSize
atom_api.tar_.gz1.36 KB

Comments

#1

I've done a few more changes to this after posting the tarball. The updated code is available here:

http://github.com/kdb/ding/tree/master/sites/all/modules/contrib/atom/at...