# HG changeset patch # User Dirk Olmes # Date 1412040603 -7200 # Node ID e6872b8d42e2ffdf95063c821f472298dd17d1ff # Parent 96084c11584a8703ad1e64f8bb71b4c8a393c006# Parent ee16c7218357815b4aaba6db4e81fbafd280117e do not genereate captchas: the comments script sends comment notification mails now diff -r 96084c11584a -r e6872b8d42e2 pelicanconf.py --- a/pelicanconf.py Mon Sep 01 04:16:11 2014 +0200 +++ b/pelicanconf.py Tue Sep 30 03:30:03 2014 +0200 @@ -10,9 +10,9 @@ TIMEZONE = 'Europe/Berlin' TYPOGRIFY = True -PLUGIN_PATHS = [ '../simple_comments' ] -#PLUGINS = [ 'simple_comments', 'pelicaptcha' ] -PLUGINS = [ 'simple_comments' ] +PLUGIN_PATHS = ['../simple_comments'] +#PLUGINS = ['simple_comments', 'pelicaptcha'] +PLUGINS = ['simple_comments'] # simple_comments plugin config COMMENT_PATH = 'comments'