# HG changeset patch # User Steve Kemp # Date 1225645011 0 # Node ID 6e34732430db88ae7326e8e71658b8e500b9779a # Parent 48f425340f566866bad31166084908f042e553e3 Updated ot include the comments.cgi file. diff -r 48f425340f56 -r 6e34732430db COMMENTS --- a/COMMENTS Thu Oct 09 20:01:43 2008 +0100 +++ b/COMMENTS Sun Nov 02 16:56:51 2008 +0000 @@ -1,8 +1,9 @@ - Chronicle, since version 2.0, supports the submission of comments - upon published posts. This document describes how you would go - about enabling this support. + Chronicle supports the submission of comments upon published posts, + via an optional CGI script. + + This document describes how you would go about enabling this support. @@ -15,11 +16,13 @@ There are two ways this software is typically used: Single Machine + -------------- The blog input is stored upon your web-server and you generate the output directly to a http-accessible directory upon that machine. Multiple Machines + ----------------- The blog input lives upon one machine, and once you've generated the output you copy it over to a remote web-server where it may be viewed. @@ -32,7 +35,7 @@ Common Setup ------------ - Install the included file cgi-bin/comments.cgi upon the web-server + Install the included file comments.cgi upon the web-server which hosts the blog, and adjust the settings at the start of that file to specify: diff -r 48f425340f56 -r 6e34732430db README --- a/README Thu Oct 09 20:01:43 2008 +0100 +++ b/README Sun Nov 02 16:56:51 2008 +0000 @@ -114,7 +114,7 @@ \==========================/ - Or, with specific test: + Or, with specific text: /-------------------------------------------------\ This is a line of text diff -r 48f425340f56 -r 6e34732430db debian/changelog --- a/debian/changelog Thu Oct 09 20:01:43 2008 +0100 +++ b/debian/changelog Sun Nov 02 16:56:51 2008 +0000 @@ -1,3 +1,10 @@ +chronicle (3.2-2) unstable; urgency=medium + + * Install the file cgi-bin/comments.cgi alongside the other example + files. (Closes: #504270) + + -- Steve Kemp Sun, 2 Nov 2008 14:55:41 +0000 + chronicle (3.2-1) unstable; urgency=high * New upstream release. diff -r 48f425340f56 -r 6e34732430db debian/rules --- a/debian/rules Thu Oct 09 20:01:43 2008 +0100 +++ b/debian/rules Sun Nov 02 16:56:51 2008 +0000 @@ -45,7 +45,7 @@ dh_testroot dh_installchangelogs dh_installdocs - dh_installexamples bin/chronicle-rss-importer bin/check-titles + dh_installexamples bin/chronicle-rss-importer bin/check-titles cgi-bin/comments.cgi dh_installman chronicle.1 chronicle-spooler.1 dh_compress dh_fixperms