]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/code_swarm/code_swarm.config
ikiwiki (3.20130711) unstable; urgency=low
[ikiwiki.git] / doc / news / code_swarm / code_swarm.config
1 # This is a sample configuration file for code_swarm for ikiwiki
2
3 # Frame width
4 Width=640
5
6 # Frame height
7 Height=480
8
9 # Input file
10 InputFile=data/sample-repevents.xml
11
12 # Particle sprite file
13 ParticleSpriteFile=particle.png
14
15 # Project time per frame
16 MillisecondsPerFrame=21600000
17 #MillisecondsPerFrame=43200000
18
19 # Background in R,G,B
20 Background=0,0,0
21
22 # Color assignment rules
23 # Keep in order, do not skip numbers. Numbers start
24 # at 1.
25
26 # Pattern:  "Label", "regex", R,G,B R,G,B
27 # Label is optional.  If it is omitted, the regex
28 # will be used.
29 #
30
31 ColorAssign1="Discussion (blue)",".*discussion.*", 0,0,255, 0,0,255
32 ColorAssign2="Docs (green)",".*\.mdwn", 255,0,0, 255,0,0
33 ColorAssign3="Plugins (orange)",".*Plugin/.*", 255,116,0, 255,116,0
34 ColorAssign4="Code (red)",".*\.p[ml]", 0,255,0, 0,255,0
35
36 # Save each frame to an image?
37 TakeSnapshots=true
38
39 # Where to save each frame
40 SnapshotLocation=frames/code_swarm-#####.png
41
42 # Create a glow around names? (Runs slower)
43 NameHalos=false
44
45 # Natural distance of files to people
46 EdgeLength=40
47
48 debug=false
49
50 # OpenGL is experimental. Use at your own risk.
51 UseOpenGL=false