comparison README @ 166:df0201e39fed

Added 'cut' implementation.
author Steve Kemp <steve@steve.org.uk>
date Tue, 11 Mar 2008 20:18:47 +0000
parents 10797bf26799
children 3739e04097da
comparison
equal deleted inserted replaced
165:170ae024c82f 166:df0201e39fed
30 30
31 31
32 Installation 32 Installation
33 ------------ 33 ------------
34 34
35 It is possible to run the software without installing it, just 35 It is possible to run the software without installing it, just
36 by placing blog entries in the ./blog directory and running 36 by placing blog entries in the ./blog directory and running
37 ./bin/chronicle. 37 ./bin/chronicle.
38 38
39 However it is recommended you install the software system-wide 39 However it is recommended you install the software system-wide
40 by running "make install" as root. 40 by running "make install" as root.
72 72
73 The tags are optional, but recommended, similarly the date of the post 73 The tags are optional, but recommended, similarly the date of the post
74 is used in preference to the current date if none is present. 74 is used in preference to the current date if none is present.
75 75
76 76
77 Entry Cutting
78 -------------
79
80 If you wish to truncate an entry you may do so via the <cut> tags.
81
82 For example:
83
84
85 /--------------------------\
86 This is a line of text
87 <cut>This is hidden
88 So is this
89 </cut>
90 This is displayed.
91 \==========================/
92
93
94 Or, with specific test:
95
96 /-------------------------------------------------\
97 This is a line of text
98 <cut text="Click to read more...">This is hidden
99 So is this
100 </cut>
101 This is displayed.
102 \=================================================/
103
77 104
78 Comment Support 105 Comment Support
79 --------------- 106 ---------------
80 107
81 The system supports the submission of user-supplied comments upon 108 The system supports the submission of user-supplied comments upon