# HG changeset patch # User Steve Kemp # Date 1208195735 -3600 # Node ID f5873df8ec0bb83d857eced7d4fabf9a9dd48db9 # Parent 889827a88e34ba5f692ad510418347f7ab27ca74 Briefly mention the spooler. diff -r 889827a88e34 -r f5873df8ec0b README --- 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 +--