# HG changeset patch # User Dirk Olmes # Date 1409537771 -7200 # Node ID 96084c11584a8703ad1e64f8bb71b4c8a393c006 # Parent a30aee3f61588da8a566c63224f5acf8dea1529e comment out the captcha code. Trying the new approach to accept any blog post comment and filter it through an email spam filter. diff -r a30aee3f6158 -r 96084c11584a pelicanconf.py --- a/pelicanconf.py Mon Sep 01 04:15:01 2014 +0200 +++ b/pelicanconf.py Mon Sep 01 04:16:11 2014 +0200 @@ -11,7 +11,8 @@ TYPOGRIFY = True PLUGIN_PATHS = [ '../simple_comments' ] -PLUGINS = [ 'simple_comments', 'pelicaptcha' ] +#PLUGINS = [ 'simple_comments', 'pelicaptcha' ] +PLUGINS = [ 'simple_comments' ] # simple_comments plugin config COMMENT_PATH = 'comments' diff -r a30aee3f6158 -r 96084c11584a themes/tuxlite_tbs/templates/simple_comments.html --- a/themes/tuxlite_tbs/templates/simple_comments.html Mon Sep 01 04:15:01 2014 +0200 +++ b/themes/tuxlite_tbs/templates/simple_comments.html Mon Sep 01 04:16:11 2014 +0200 @@ -18,7 +18,10 @@
Leave a comment
+{% if False %}
+{% endif %} + @@ -37,6 +40,7 @@ +{% if False %} +{% endif %}
Please type the characters you see in this image: @@ -51,6 +55,7 @@