Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
846 views

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 ...
6
votes
3answers
803 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?
5
votes
1answer
306 views

Why isn't google api client library built on top of Apache's Abdera framework?

First of all I want to give many thanks to Google GData API's engineers for their good work and I'd like to mention that this question is not meant to criticize anything. It just pointing out things. ...
3
votes
2answers
523 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> ...
3
votes
2answers
183 views

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

Are there any Atompub (Atom Publishing Protocol) libraries available for Erlang?
2
votes
0answers
102 views

Create a new blog post using AtomPub and .NET

I need to create a new blog post from an application I am writing. Currently the target bloging engine is BlogEngine.net and probably WordPress in the near future. It was suggested to me to use ...
2
votes
1answer
56 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
3answers
232 views

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 or enterprise content management I'm ...
2
votes
1answer
64 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 ...
1
vote
1answer
73 views

Serialize class into Atom format

I have to export one c# class into a xml file which should be in the atompub format. I've read a lot of articles, but i still don't understand the main thing - how am i going to represent my class ...
1
vote
2answers
69 views

OData AtomPub formatting: application/xml vs. application/zip

While looking at responses from some OData feeds I saw that their structures are slightly different depending on wether they have content type set to application/xml or application/zip. Here are two ...
1
vote
1answer
147 views

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

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 ...
0
votes
0answers
177 views

AtomServer Webapp Fails to Start In Tomcat

I am trying to get AtomServer 2.3.6 working under Apache Tomcat 7.0.16 on Mac OS X 10.6.8 with Java SDK 1.6.0_26. If I start AtomServer as a standalone app by running: $ ...
0
votes
1answer
44 views

wcf - customizing service document

I am new to WCF programming and its syndication classes etc. I am trying to produce a AtomPub service document programmatically when someone tries to access root address of my service. I am able to do ...
0
votes
1answer
305 views

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