diff README @ 109:10797bf26799

Added 'COMMENTS' to the file.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 12:18:20 +0000
parents e5b192246b68
children df0201e39fed
line wrap: on
line diff
--- a/README	Thu Dec 13 12:11:43 2007 +0000
+++ b/README	Thu Dec 13 12:18:20 2007 +0000
@@ -8,8 +8,11 @@
 Sample Output:
     http://www.steve.org.uk/Software/chronicle/demo/
 
+Real World Use:
+    http://blog.steve.org.uk/
 
-         
+
+
 chronicle - A blog compiler
 ---------------------------
 
@@ -19,11 +22,9 @@
   The system is intentionally simple, but it does support:
 
   * Template based output.
-
   * Support for RSS feeds.
-
   * Support for tagged entries.
-
+  * Optional support for comments.
 
 
 
@@ -41,7 +42,7 @@
   This will give you:
 
     /usr/share/chronicle        <-  The theme directories.
-    /usr/local/bin/chronicle    <-  The main binary.
+    /usr/bin/chronicle          <-  The main binary.
     /etc/chroniclerc            <-  The main configuration file.
 
   If you wish to customise the templates it is recommended you
@@ -73,6 +74,15 @@
  is used in preference to the current date if none is present.
 
 
+
+Comment Support
+---------------
+
+  The system supports the submission of user-supplied comments upon
+ posts, for more details please see the included file COMMENTS.
+
+
+
 Bugs?
 -----