From b56eae17175abe0ecac665cf86af9aefab85a6e0 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 8 Sep 2014 20:32:34 +0200 Subject: Added basic isso commenting system integration * [isso](http://posativ.org/isso/) is a Disqus like commenting system written in Python ** self-hosted i.e. no privacy implications ** lightweight and provides all the features I require for this blog * I thought about implementing a commenting system in InputXSLT but sadly I just don't have the time to think of and implement a reasonable XSLT based solution ** maybe a simple REST service for pushing XML from the client into article-dependend comment directories can be implemented in the future * added basic CSS styling for isso comments simmilar to how they currently look in the old Symphony CMS based blog --- source/99_result/article/article.xsl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'source/99_result/article/article.xsl') diff --git a/source/99_result/article/article.xsl b/source/99_result/article/article.xsl index b3046b5..656c136 100644 --- a/source/99_result/article/article.xsl +++ b/source/99_result/article/article.xsl @@ -18,7 +18,7 @@ -
+

ยป @@ -41,6 +41,12 @@

+ +
+ + -- cgit v1.2.3