The atompub tag has no wiki summary.
0
votes
1answer
21 views
Allow images in AtomPub ASPNET Web Api Server
I'm trying to create an Atompub service with ASP.NET WEB API, all it's ok but when I try to post any image from Windows Live Writer I get an error "The blog doesn't allow the image load" I'm reading ...
0
votes
0answers
140 views
Filenet CMIS: Document Type Access Rights
We have an issue with access rights to a document type (class). We have a cmis client developed with opencmis (apache chemistry) with Filenet CMIS (atompub connection). Even though the user does not ...
0
votes
1answer
115 views
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?
0
votes
0answers
58 views
AtomPub on Android
I need to know how Odata in Atom Pub format is parsed on an Android layout. Can anyone suggest the layout file and the the Activity code to display Odata on Android.
I have tried this tutorial bt i am ...
1
vote
1answer
218 views
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 ...
2
votes
1answer
171 views
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, ...
1
vote
1answer
394 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
203 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 ...
2
votes
0answers
226 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
95 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 ...
5
votes
1answer
423 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.
...
1
vote
1answer
89 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 ...
3
votes
2answers
1k 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
376 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 ...
2
votes
3answers
317 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
89 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
412 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 ...
6
votes
3answers
1k 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
233 views
Erlang: Are there any Atompub (Atom Publishing Protocol) libraries available?
Are there any Atompub (Atom Publishing Protocol) libraries available for Erlang?
10
votes
4answers
1k 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 ...