]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/pingback_support.mdwn
Merge commit 'upstream/master' into prv/po
[ikiwiki.git] / doc / todo / pingback_support.mdwn
1 A "pingback" is a system whereby URLs you might reference in a blog post are
2 contacted by the blog publishing software at publishing time (i.e., once) so
3 that they might update a list of "pingbacks" to the URL. The originating
4 URL's blog software might then display a list of pingbacks, or an excerpt of
5 the text from your blog, perhaps interleaved with comments, etc.
6
7 At a technical level, external URLs are extracted from your blog post by the
8 blogging software, fetched, inspected for information to determine whether the
9 remote server is configured to support pingbacks (look for link tags, or HTTP
10 headers) and the relevant pingback URL sent an XML-RPC packet.
11
12 There are other technologies to achieve the same thing: trackbacks predate
13 pingbacks but are more vulnerable to spam due to design problems.
14
15 The spec for pingbacks is at <http://www.hixie.ch/specs/pingback/pingback>.
16
17 I would like to somehow use pingbacks in conjunction with ikiwiki. I suppose
18 this could be achieved using a commit hook and some external software in which
19 case I will consider this done with an entry in [[tips]]; otherwise a
20 [[plugins|plugin]] to implement pingbacks would be great.
21
22 -- [[Jon]] (Wed Jan 14 13:48:47 GMT 2009)