1
0
Fork 0
Fork/mirror of Andy Wingo's tekuti
Find a file
Andy Wingo 60bc3db10f Add comment closing window feature
* tekuti/config.scm (*comments-open-window*): New config, indicating
seconds for which to keep comments open.
* tekuti/page-helpers.scm (post-editing-form): Expose comments closed
date feature.
* tekuti/page.scm (page-new-comment): Oops -- we were missing a
server-side comments-open check!
* tekuti/post.scm (*post-spec*): Serialize comments-closed-timestamp.
(post-comments-open?): Return false if we are after the
comments-closed-timestamp.
(post-comments-closed-timestamp): New accessor.
(munge-post): Write comments-closed-timestamp.
(parse-post-data): Parse comments-closed-timestamp from form data.
2021-03-08 15:04:23 +01:00
src src/tekuti is a shell script 2010-11-24 21:37:27 +01:00
tekuti Add comment closing window feature 2021-03-08 15:04:23 +01:00
.gitignore autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
acinclude.m4 autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
AUTHORS autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
ChangeLog autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
configure.ac autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
COPYING autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
env.in autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
example-config Add example config 2014-10-22 15:46:35 +02:00
Makefile.am Add bogus comment detector. 2017-03-06 09:41:52 +01:00
NEWS autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
nginx-config Add example nginx config. 2014-10-22 15:50:31 +02:00
README autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
wordpress-to-dir.py Change wordpress import to use the newer wordpress database layout. 2010-11-15 22:05:15 +01:00
wordpress-xmlrpc-to-dir.py do not remove numbers and s/./-/ in post keys 2011-02-18 23:36:10 +01:00