diff options
author | jmtd@d79be1606aba831a3b476d5fff7d99f4b321eab2 <jmtd@web> | 2017-03-03 10:52:14 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-03-03 10:52:14 -0400 |
commit | 6b75169007888c95829b4ad1209a5390f1bedf8f (patch) | |
tree | 8db62daf5cb3203c68259723bf197829c279ec00 /doc/todo | |
parent | 5fc2e8b55b99f94f413afc448ce8e659b4caaee1 (diff) | |
download | ikiwiki-6b75169007888c95829b4ad1209a5390f1bedf8f.tar ikiwiki-6b75169007888c95829b4ad1209a5390f1bedf8f.tar.gz |
speed up commenting by optionally providing a comment form in static pages
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/comment_posting_form_in_static_pages.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
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]] |