Atom Entries Generator.

The application providing two feeds. First one generating Atom entries every minute and the second one - every 5 minutes. The feeds can be used mostly for testing webhooks, pubsubhubbub etc.

The one minute feed is protected by a secret token in the end of the URL. If your application is installed for example on URL http://atomgen.appspot.com/ , the two feeds will be:

http://atomgen.appspot.com/YourSecretHere
http://atomgen.appspot.com/feed/5

The application is currently deployed on Google AppEngine. You can use the 5 minutes feed for your tests - go to http://pubsubhubbub.appspot.com/subscribe and subscribe for the http://atomgen.appspot.com/feed/5 topic. This will send to your subscribers a new Atom entry every 5 minutes. There is also a FriendFeed group - http://friendfeed.com/atomgen , which is already subscribed to the 5 minutes feed. You can use it to gen notifications via IM etc.

[Valid Atom 1.0]

This application was build by Stoyan Zhekov. The code can be found on GitHub.