diff 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
line wrap: on
line diff
--- a/README	Wed Jan 16 18:50:40 2008 +0000
+++ b/README	Tue Mar 11 20:18:47 2008 +0000
@@ -32,7 +32,7 @@
 Installation
 ------------
 
-  It is possible to run the software without installing it, just 
+  It is possible to run the software without installing it, just
  by placing blog entries in the ./blog directory and running
  ./bin/chronicle.
 
@@ -74,6 +74,33 @@
  is used in preference to the current date if none is present.
 
 
+Entry Cutting
+-------------
+
+  If you wish to truncate an entry you may do so via the <cut> tags.
+
+  For example:
+
+
+/--------------------------\
+This is a line of text
+<cut>This is hidden
+So is this
+</cut>
+This is displayed.
+\==========================/
+
+
+  Or, with specific test:
+
+/-------------------------------------------------\
+This is a line of text
+<cut text="Click to read more...">This is hidden
+So is this
+</cut>
+This is displayed.
+\=================================================/
+
 
 Comment Support
 ---------------