# HG changeset patch # User Dirk Olmes # Date 1374106789 -7200 # Node ID bb1f035109dad1e9a14fc096d3ad057cee5dd703 # Parent bd8e75de187a914bc2c0f1aba481b5e42af805ca turn off comments for the eclipse validation article which attracts comment spam diff -r bd8e75de187a -r bb1f035109da content/Eclipse/validating-xml-documents.md --- a/content/Eclipse/validating-xml-documents.md Mon Jul 15 11:43:18 2013 +0200 +++ b/content/Eclipse/validating-xml-documents.md Thu Jul 18 02:19:49 2013 +0200 @@ -2,6 +2,7 @@ Date: 2007-06-07 Tags: XML Lang: en +AllowComments: False This week I started to work on Mule 2.0 which will be based on Spring. We're dropping our own custom config format in favor of Spring's xml format. This requires me to design the schema for the transports I'm working on as well as convert the configuration of the unit tests to spring config files. I noticed that Eclipse kept complaining diff -r bd8e75de187a -r bb1f035109da themes/tuxlite_tbs/templates/simple_comments.html --- a/themes/tuxlite_tbs/templates/simple_comments.html Mon Jul 15 11:43:18 2013 +0200 +++ b/themes/tuxlite_tbs/templates/simple_comments.html Thu Jul 18 02:19:49 2013 +0200 @@ -13,6 +13,7 @@ {% endfor %} {% endif %} +{% if article.metadata.allowcomments %}
Leave a comment @@ -29,4 +30,5 @@
-
\ No newline at end of file + +{% endif %}