From: jmtd@d79be1606aba831a3b476d5fff7d99f4b321eab2 Date: Fri, 3 Mar 2017 14:52:14 +0000 (-0400) Subject: speed up commenting by optionally providing a comment form in static pages X-Git-Tag: debian/3.20170622~101 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/6b75169007888c95829b4ad1209a5390f1bedf8f speed up commenting by optionally providing a comment form in static pages --- diff --git a/doc/todo/comment_posting_form_in_static_pages.mdwn b/doc/todo/comment_posting_form_in_static_pages.mdwn new file mode 100644 index 000000000..e1246a2d3 --- /dev/null +++ b/doc/todo/comment_posting_form_in_static_pages.mdwn @@ -0,0 +1 @@ +I'd like to speed up the opportunity for people to comment on my ikiwiki, by having the comment-composition form included in static pages, below the existing comments. My initial hacks have been thwarted because the CGI-generated comment composition form has hidden elements with a session ID (a feature of CGI::FormBuilder I think) to prevent exactly this. -- [[users/jon]] [[!tag wishlist]]