From 3d63cb8284bddfc71d054686894d94fdd69f3493 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 30 Oct 2009 22:37:16 +0100 Subject: Add the permaLink attribute to MetaWeblog journal entry responses. Ignore-this: a8225b69632872db25f184c1a21dcc8d darcs-hash:275f5e09943814bc9bb6bd124b07bb7f1dc3d662 --- xml-rpc-functions.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/xml-rpc-functions.lisp b/xml-rpc-functions.lisp index 7deefdb..d5c1741 100644 --- a/xml-rpc-functions.lisp +++ b/xml-rpc-functions.lisp @@ -54,6 +54,7 @@ :GUID uuid :DESCRIPTION (htmlise-entry (find-entry postid)) :LINK (link-to :view :post-id postid :absolute t) + :permaLink (link-to :view :post-id postid :absolute t) :COMMENTS (link-to :view :post-id postid :absolute t) :TITLE title))) -- cgit v1.2.3