Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23935/docs
Modified Files:
NEWS
Log Message:
Fix the -guid trackbacking stuff with a different approach.
We now use <guid isPermaLink="false">. This tells bloglines, RSS Bandit
and others to never ever use <guid> as a link, but always our <link> element
instead. The guid however is still used as a guid, so an entry can change
the title without being marked as "new entry" in the RSS feed, which was
the initial intention of introduciing the -guid.html link.
So we can remove the hackish ;) implementation of allowing trackbacks to
the -guid.html link, Tom. :-)
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- NEWS 3 Jan 2005 12:14:25 -0000 1.38
+++ NEWS 3 Jan 2005 21:13:43 -0000 1.39
@@ -3,7 +3,10 @@
Version 0.8 ()
------------------------------------------------------------------------
- * Allow to receive trackbacks to the '-guid.html' permalink
+ * Change RSS feed's <guid> element to contain isPermaLink=false.
+ Only the link of the <link> element should be used as Permalink.
+ This fixes problems with copying links to send a trackback to from
+ RSS readers/clients that used the <guid> element as Permalink.
(garvinhicking)
* Fixed flaw in the function used to validate path-names.
|