diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-03 10:43:27 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-03 10:43:27 -0500 |
commit | 9690356080e995d7f9d3b3370c0030f87f9e8650 (patch) | |
tree | 1ef2615412d89365f024cdd13e66b6890db1acb9 /doc/todo | |
parent | 4531e540746749391f1004f601eb78b42b826fd7 (diff) | |
download | ikiwiki-9690356080e995d7f9d3b3370c0030f87f9e8650.tar ikiwiki-9690356080e995d7f9d3b3370c0030f87f9e8650.tar.gz |
note
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/pingback_support.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/pingback_support.mdwn b/doc/todo/pingback_support.mdwn index 3a7b5a931..b10366bda 100644 --- a/doc/todo/pingback_support.mdwn +++ b/doc/todo/pingback_support.mdwn @@ -28,6 +28,9 @@ case I will consider this done with an entry in [[tips]]; otherwise a > would be subject to the usual comment filtering (ie, blogspam) and > moderation and would then show up amoung the other, regular comments on > the page. +> +> (One wrinkle: would need to guard against duplicate pings. Maybe by +> checking existing comments for any that have the same url?) > > As for sending trackbacks and pingbacks, this could fairly easily be > implemented using a `editcontent` hook. Since this hook is called |