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...
View Articlewcf - 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...
View ArticleCreate 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...
View ArticleJava 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 managementI'm interested...
View ArticleOData 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...
View ArticleWhy 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...
View ArticleSerialize 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...
View ArticleWindows 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,...
View ArticleWhat is the most efficient way to send OData payloads over the wire? "Dense...
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...
View ArticleWordpress: Timezone issue of published field (Atom Publishing Protocol Plugin)
When I post an entry via Atompub API using WordPress Atom Publishing Protocol Plugin (also previous wp-app.php), if the entry includes non-GMT time value as published field like this:<entry...
View ArticleAtomPub multipart, more than one Media Part?
In draft-gregorio-atompub-multipart-04.txt chapter 3, third paragraph it says :A multipart/related POST to a Media Collection MUST be a valid multipart/related representation as defined by [RFC2387]...
View ArticleBuilding REST web services with nested collections + collections inside entries
I would like to build a REST webservice that would provide :nested collections,collections inside entries.Nesting collections would be used to refine a concept from general to particular, for example...
View ArticleCmisNotSupportedException when accessing /docushare/ds_mobile_connector/atom
The AtomPub CMIS URL for Xerox DocuShare is supposed to be:http://server/docushare/ds_mobile_connector/atomPROBLEM: When I open a browser at that URL, I get the following exception:HTTP Status 405 -...
View ArticleSimple AtomPub server library [closed]
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?
View ArticleDoes 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...
View ArticleAtom 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"...
View ArticleIs there a way to get the list of existing tags from a WordPress blog using...
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...
View ArticleSummary 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?
View ArticleAllow 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...
View Articlequery with search terms in specific elements in opensearch?
Just starting with Opensearch, to retrieve content from the Nationaal Archief from the Netherlands.The example they provide is:http://www.gahetna.nl/beeldbank-api/opensearch/?q=ArnhemMy question is,...
View Article