summaryrefslogtreecommitdiff
path: root/xml-rpc-functions.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-30 22:37:16 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-30 22:37:16 +0100
commit3d63cb8284bddfc71d054686894d94fdd69f3493 (patch)
treeb0fac5ba77948b78ab8e6baec055ad1eaaf52063 /xml-rpc-functions.lisp
parent13f4f5d2304e0f20d171e5b680eb4748c69d0e66 (diff)
Add the permaLink attribute to MetaWeblog journal entry responses.
Ignore-this: a8225b69632872db25f184c1a21dcc8d darcs-hash:275f5e09943814bc9bb6bd124b07bb7f1dc3d662
Diffstat (limited to 'xml-rpc-functions.lisp')
-rw-r--r--xml-rpc-functions.lisp1
1 files changed, 1 insertions, 0 deletions
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)))