You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generted feed now validates against http://validator.w3.org/feed
Added atommq_feed table. Now there are 2 tables total.
Entry and feed id's are now urn's
One AtomMQ server can serve multiple feeds.
Posting to a feed that doesn't exist will automatically create the feed for you.
The feed name is no longer a param of the constructor. It is passed in the
uri, e.g., /atommq/feed=widgets.
Added a FastCGI section to the docs.
Made the PSGI example simpler in the docs.
Updating version for a 1.0000 release.