comparison README @ 185:82917ab0dff4

Allow 'subject' as a synonym for 'title'
author Steve Kemp <steve@steve.org.uk>
date Wed, 02 Apr 2008 13:27:11 +0100
parents 3739e04097da
children f5873df8ec0b
comparison
equal deleted inserted replaced
184:3739e04097da 185:82917ab0dff4
42 42
43 This will give you: 43 This will give you:
44 44
45 /usr/share/chronicle <- The theme directories. 45 /usr/share/chronicle <- The theme directories.
46 /usr/bin/chronicle <- The main binary. 46 /usr/bin/chronicle <- The main binary.
47 /etc/chroniclerc <- The main configuration file. 47 /etc/chroniclerc <- The global configuration file.
48 48
49 If you wish to customise the templates it is recommended you 49 If you wish to customise the templates it is recommended you
50 make a copy of them with a new name, then edit that copy. This 50 make a copy of them with a new name, then edit that copy. This
51 will prevent changes from being overwritten on upgrade. 51 will prevent changes from being overwritten on upgrade.
52 52
69 69
70 However much there is of it. 70 However much there is of it.
71 \-- 71 \--
72 72
73 73
74 The tags are optional, but recommended, similarly the date of the post 74 The three key fields are:
75 is used in preference to the current date if none is present. 75
76 Title:
77 This holds the name of the post. ("Subject:" may be used as a synonym.)
78 If neither "Title" or "Subject" are present the filename itself is
79 used.
80
81
82 Date:
83 The date this entry was created. If not present the creation time
84 of the file is used.
85
86
87 Tags:
88 If any tags are present they will be used to catagorise the entry.
89
76 90
77 91
78 Entry Cutting 92 Entry Cutting
79 ------------- 93 -------------
80 94
81 If you wish to truncate an entry you may do so via the <cut> tags. 95 If you wish you may truncate a long entry via the special <cut> tag,
82 96 for example:.
83 For example:
84 97
85 98
86 /--------------------------\ 99 /--------------------------\
87 This is a line of text 100 This is a line of text
88 <cut>This is hidden 101 <cut>This is hidden