comparison COMMENTS @ 204:1d4f3be0e000

Updated the comment example to be valid.
author Steve Kemp <steve@steve.org.uk>
date Mon, 14 Apr 2008 19:04:14 +0100
parents 07482ca8e696
children 79f30bca8489
comparison
equal deleted inserted replaced
203:a032048557b6 204:1d4f3be0e000
93 3. Upload the built blog. 93 3. Upload the built blog.
94 94
95 With the "pre-build" and "post-build" arguments to chronicle 95 With the "pre-build" and "post-build" arguments to chronicle
96 you can automate this: 96 you can automate this:
97 97
98 chronicle 98 chronicle \
99 --pre-build="rsync varz user@remote:/path/to/comments comments/" \ 99 --pre-build="rsync -varz user@remote:/path/to/comments comments/" \
100 --comments=./comments 100 --comments=./comments \
101 --output=./output 101 --output=./output \
102 --post-build="rsync vazr ./output user@remote:/path/to/location" 102 --post-build="rsync -vazr ./output user@remote:/path/to/location"
103 103
104 104
105 105
106 Spam Filtering 106 Spam Filtering
107 -------------- 107 --------------
115 they are spam they are deleted. 115 they are spam they are deleted.
116 116
117 You might need to do something similar for your own installation. 117 You might need to do something similar for your own installation.
118 118
119 Steve 119 Steve
120 -- 120 --