Questions tagged [atompub]

AtomPub is a protocol for the exchange of Atom documents. It is based on and extends the Atom Syndication Format. It is widely held to follow the Representational State Transfer architectural style.

The Atom Publishing Protocol (AtomPub) is an application-level protocol for publishing and editing Web resources. The protocol is based on HTTP transfer of Atom-formatted representations. The Atom format is documented in the Atom Syndication Format.

33 questions
12
votes
4 answers

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…
Milan Novota
  • 15,506
  • 7
  • 54
  • 62
6
votes
3 answers

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?
Andrey Vlasovskikh
  • 16,489
  • 7
  • 44
  • 62
5
votes
1 answer

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. Could anybody please explain that to me? As far…
lisak
  • 21,611
  • 40
  • 152
  • 243
5
votes
2 answers

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: title1 summary1 I tried to do this with…
Alex Luberg
  • 247
  • 3
  • 10
4
votes
1 answer

How to use Abdera atom client to send content and attachment

We are using Abdera to interact with the IBM Connections API, but our problem is mostly related to Abdera itself. I think there is a bug in Abdera that does not allow you send an Entry that contains content and attachments in a single request. As a…
Driss Amri
  • 1,805
  • 2
  • 20
  • 28
3
votes
2 answers

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

Are there any Atompub (Atom Publishing Protocol) libraries available for Erlang?
jldupont
  • 93,734
  • 56
  • 203
  • 318
2
votes
1 answer

Windows Live Writer Authorization with custom AtomPub service

I've been working lately on my own WCF AtomPub service (based on the example in the "WCF REST Starter Kit") for using WLW with my custom written blog. All basic actions such as adding, updating, retrieving and deleting an entry are working…
Ronald
  • 1,990
  • 6
  • 24
  • 39
2
votes
0 answers

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 AtomPub for this, but I am having a difficult time…
Brettski
  • 19,351
  • 15
  • 74
  • 97
2
votes
1 answer

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 finding the documentation for Wordpress AtomPub…
Beau Simensen
  • 4,558
  • 3
  • 38
  • 55
2
votes
1 answer

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 more documented, as far as I can see. Any…
Bertvan
  • 4,943
  • 5
  • 40
  • 61
2
votes
3 answers

Java web CMS & HTML presentation, templating

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 interested in templating html pages in…
lisak
  • 21,611
  • 40
  • 152
  • 243
2
votes
1 answer

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 Protocol (APP)? Creating a .Net APP server from scratch…
ianmayo
  • 2,256
  • 3
  • 26
  • 44
2
votes
1 answer

Summary of OData standard for a minimal, read-only implementation

The OData specification is long. Even the "OData Core" document is pretty long. So, how about a condensed summary of what a read-only OData publisher needs to implement at a minimum?
Steve Bennett
  • 114,604
  • 39
  • 168
  • 219
1
vote
1 answer

What is the most efficient way to send OData payloads over the wire? "Dense JSON?"

I'm designing a distributed application that will consist of a variety of REST services. Lately I've been going back and forth about whether to implement my REST services using the ASP.NET MVC 4 Web API or OData. Web API seems like it will some…
Raymond Saltrelli
  • 4,071
  • 2
  • 33
  • 52
1
vote
1 answer

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 data ( properties information) in the xml file
d1mitar
  • 226
  • 2
  • 13
1
2 3