|
From: Phil H. <ha...@gm...> - 2006-08-26 01:47:34
|
Well most sites publish a bit of rdf within the contents of a post. Subtext parses that and uses that. For example, view the source on the following URL and you'll see: http://haacked.com/archive/2006/08/23/String.IsNullOrEmpty.aspx <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://haacked.com/archive/2006/08/23/String.IsNullOrEmpty.aspx" dc:identifier="http://haacked.com/archive/2006/08/23/String.IsNullOrEmpty.as px" dc:title="String.IsNullOrEmpty" trackback:ping="http://haacked.com/services/trackbacks/15920.aspx" /> </rdf:RDF> --> _____ From: sub...@li... [mailto:sub...@li...] On Behalf Of Dave @ Dave's Tech Shop Sent: Friday, August 25, 2006 3:57 PM To: sub...@li... Subject: [Subtext-devs] how to use a trackback URL I was just learning about and testing trackbacks. If I test this between 2 subtext blogs, things work fine. I simply reference another post in my post (using the normal URL for that post) and a trackback is created at the other blog's post. It's nice and simple, and it works. However, many sites list a special trackback URL. For example, at this article <http://conscont.blogspot.com/2005/08/you-read-it-right-complete-blog.html> it says use this link for trackbacks: http://haloscan.com/tb/conscontblog/112468325700800580 The following advice <http://weblogs.about.com/od/weblogs101/f/usetrackback.htm> doesn't seem to apply to Subtext: Copy that trackback URL on the blog entry you wish to reference. Then, when you write your own blog entry, you must use that URL in the space provided for trackbacks. Most blogging systems that support the trackback function will have a section somewhere in the area where you create blog entries. Is Subtext enabled to use trackbacks like this? If so, how? Thanks. |