changeset 199:f5873df8ec0b

Briefly mention the spooler.
author Steve Kemp <steve@steve.org.uk>
date Mon, 14 Apr 2008 18:55:35 +0100
parents 889827a88e34
children 1dc051bcbe0c
files README
diffstat 1 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Apr 14 18:55:20 2008 +0100
+++ b/README	Mon Apr 14 18:55:35 2008 +0100
@@ -44,6 +44,7 @@
 
     /usr/share/chronicle        <-  The theme directories.
     /usr/bin/chronicle          <-  The main binary.
+    /usr/bin/chronicle-spooler  <-  A simple helper.
     /etc/chroniclerc            <-  The global configuration file.
 
   If you wish to customise the templates it is recommended you
@@ -71,7 +72,10 @@
   \--
 
 
-  The three key fields are:
+
+  The entries are aided by a psuedo-header.  This header contains
+ entries which are used by Chronicle to build your blog.  The entries
+ themselves are not included in your output HTML.
 
 Title:
    This holds the name of the post.  ("Subject:" may be used as a synonym.)
@@ -84,6 +88,11 @@
  of the file is used.
 
 
+Publish:
+  If you make use of the spooler, to automatically post pre-written entries
+ on particular days, this field will specify when an entry is made live.
+
+
 Tags:
    If any tags are present they will be used to catagorise the entry.
 
@@ -116,6 +125,7 @@
 \=================================================/
 
 
+
 Comment Support
 ---------------
 
@@ -132,4 +142,4 @@
 
 
 Steve
---
\ No newline at end of file
+--