aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Dowland <jon@ra.ncl.ac.uk>2009-01-14 13:49:30 +0000
committerJon Dowland <jon@ra.ncl.ac.uk>2009-01-14 13:49:30 +0000
commite9eb93186daec1fc4c4d09a85ecfa2b06cc8476f (patch)
treec6c42ebabbe0775bd508568babc51164d9e20284 /doc
parenteaed3c70ce42a90732727a79bac88c120dd7ec85 (diff)
downloadikiwiki-e9eb93186daec1fc4c4d09a85ecfa2b06cc8476f.tar
ikiwiki-e9eb93186daec1fc4c4d09a85ecfa2b06cc8476f.tar.gz
pingback support todo item
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/pingback_support.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/todo/pingback_support.mdwn b/doc/todo/pingback_support.mdwn
new file mode 100644
index 000000000..6632cc747
--- /dev/null
+++ b/doc/todo/pingback_support.mdwn
@@ -0,0 +1,22 @@
+A "pingback" is a system whereby URLs you might reference in a blog post are
+contacted by the blog publishing software at publishing time (i.e., once) so
+that they might update a list of "pingbacks" to the URL. The originating
+URL's blog software might then display a list of pingbacks, or an excerpt of
+the text from your blog, perhaps interleaved with comments, etc.
+
+At a technical level, external URLs are extracted from your blog post by the
+blogging software, fetched, inspected for information to determine whether the
+remote server is configured to support pingbacks (look for link tags, or HTTP
+headers) and the relevant pingback URL sent an XML-RPC packet.
+
+There are other technologies to achieve the same thing: trackbacks predate
+pingbacks but are more vulnerable to spam due to design problems.
+
+The spec for pingbacks is at <http://www.hixie.ch/specs/pingback/pingback>.
+
+I would like to somehow use pingbacks in conjunction with ikiwiki. I suppose
+this could be achieved using a commit hook and some external software in which
+case I will consider this done with an entry in [[tips]]; otherwise a
+[[plugins|plugin]] to implement pingbacks would be great.
+
+-- [[Jon]] (Wed Jan 14 13:48:47 GMT 2009)