Tagged Questions

6
votes
3answers
824 views

Simple AtomPub server library

What simple AtomPub server libraries with file- or DB-based backends can you recommend? Unix-style servers that "do one thing, do it well" are especially welcome. Maybe even libraries in Python?
3
votes
2answers
544 views

Atom entry with C#

How can I make an Atom entry with C# and .NET 4 ? I need to make an entry with this structure: <entry xmlns="http://www.w3.org/2005/Atom" xmlns:f="XXX:aaa"> <title>title1</title> ...
2
votes
1answer
61 views

Is there a way to get the list of existing tags from a WordPress blog using AtomPub?

I'd like to be able to query a Wordpress blog for a list of existing tags so that they can be offered at the time that a new post is being created. Is this possible through AtomPub with Wordpress? I'm ...
2
votes
1answer
66 views

Does anybody know of an Atom APP server for .Net?

I'm aware of the Argotic framework for .Net that assists in the collation and management of Atom data, but does anybody know of a .Net application/framework that implements the Atom Publishing ...