atompub

Atom Publishing Protocol in real life

I know that some big players have embraced it and are actually exposing some of their services in APP compliant way, already. However, I haven't found many other (smaller) players in this field. Do you know any web application/service that uses APP as its public API protocol? What is your own take on AtomPub? Do you have any practical ex...

Erlang: Are there any Atompub (Atom Publishing Protocol) libraries available?

Are there any Atompub (Atom Publishing Protocol) libraries available for Erlang? ...

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? ...

AtomPub - What's your recommendation?

I'm looking to create a service (based on .NET Fx 3.5 or 4.0) that exposes data via Atom and enables AtomPub (so that I can update using Windows Live Writer). There looks to be two options: Use ADO.NET Data Services. From what I can tell this is the easiest to get working, but requires EF (I'm using LinqToSQL - although I know there ...

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

Hi all, 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 Protocol (APP)? Creating a .Net APP server from scratch seems a daunting task, even if it 'stands on the shoulders' of Argotic. Maybe a ...

Portal articles migration, need a htmleditor with API, fckeditor ?

Hey, we are migrating articles from old portal to new one. The source of articles is atom feed and they will be added to atomPub server of the new portal using apache abdera. Each entry, when being processed by abdera in the object representation, should be placed into a queue and supplied to a htmleditor when a person-editor clicks "ne...

Java web CMS & HTML presentation, templating

Hey, I'm looking for a content management system in java with good support for html content presentation in sense of web presentations, not document management and corporate content presentation in a desktop-like gui. I'm interested in templating html pages in categories/filesystem within the cms. Most CMS I know are corporate systems ...

Reading and writing in .NET from and to Wordpress: XML-RPC or AtomPub?

Hi, I need to read out posts and maybe write back comments to a WordPress blog. I found some documentation on their API's XML-RPC and AtomPub. But what would be the recommended way to go. XML-RPC seems more documented, as far as I can see. Any experiences/recommendations? ...

Atom entry with C#

Hello, 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> <summary>summary1</summary> </entry> I tried to do this with SyndicationItem class but entry contains more info than I need: SyndicationItem ato...