From 22cf077d3c709ec2a6901a303e72b1ff28058c35 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 30 Oct 2009 22:40:10 +0100 Subject: Add the postid attribute to MetaWeblog journal entry responses. Ignore-this: ab92266e9cc9da68805a4fc4a14e10da darcs-hash:25dade71346ea3f393c01d4e36adcf861dfb63c4 --- xml-rpc-functions.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'xml-rpc-functions.lisp') diff --git a/xml-rpc-functions.lisp b/xml-rpc-functions.lisp index d5c1741..9f77b33 100644 --- a/xml-rpc-functions.lisp +++ b/xml-rpc-functions.lisp @@ -52,6 +52,7 @@ (xml-rpc-struct :CATEGORIES (map 'vector #'uuid-of categories) :pubDate (xml-rpc-time date) :GUID uuid + :POSTID id :DESCRIPTION (htmlise-entry (find-entry postid)) :LINK (link-to :view :post-id postid :absolute t) :permaLink (link-to :view :post-id postid :absolute t) -- cgit v1.2.3