comparison etc/chroniclerc @ 4:1465af87859a

2007-08-13 22:56:04 by steve Moved from / to ./etc/
author steve
date Mon, 13 Aug 2007 22:56:04 +0000
parents
children d9c2f0cb6096
comparison
equal deleted inserted replaced
3:8503c495b169 4:1465af87859a
1 ##
2 # Configuration file for the chronicle blog compiler.
3 ##
4
5
6 ##
7 #
8 # NOTE:
9 #
10 # For this file to be used it should be renamed ~/.chroniclerc
11 #
12 ####
13
14
15
16
17 #
18 # Input directory
19 #
20 input = /home/skx/cvs/chronicle/data
21
22
23 #
24 # The pattern of files to include
25 #
26 # pattern = *.txt
27 #
28
29
30 #
31 # Output directory to write the blog to
32 #
33 output = /home/skx/cvs/chronicle/output
34
35
36 #
37 # Directory containing the templates
38 #
39 template = /home/skx/cvs/chronicle/etc
40
41
42 #
43 # The number of entries to include on the index.
44 #
45 # entry-count = 10
46 #
47
48
49 #
50 # We can disable the sidebar if we want
51 #
52 # no-tags = 1
53 #
54 # no-archive = 1
55 #
56
57
58 # The filename to use for tag lings
59 #
60 # filename = index.html
61 #
62
63
64 #
65 # Suffix to use for single entries.
66 #
67 # suffix = .html
68
69
70 #
71 # URL prefix, if any.
72 #
73 url_prefix = http://www.steve.org.uk/Software/chronicle/demo/
74
75
76 #
77 # A command to run pre-build
78 #
79 # pre-build = cvs update -A -d
80
81
82 #
83 # A command to run post-build.
84 #
85 # post-build = scp -r output/* steve@www.steve.org.uk:/home/www/www.steve.org.uk/htdocs/Software/chronicle/demo