1 # This is a sample configuration file for code_swarm for ikiwiki
10 InputFile=data/sample-repevents.xml
12 # Particle sprite file
13 ParticleSpriteFile=particle.png
15 # Project time per frame
16 MillisecondsPerFrame=21600000
17 #MillisecondsPerFrame=43200000
22 # Color assignment rules
23 # Keep in order, do not skip numbers. Numbers start
26 # Pattern: "Label", "regex", R,G,B R,G,B
27 # Label is optional. If it is omitted, the regex
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
36 # Save each frame to an image?
39 # Where to save each frame
40 SnapshotLocation=frames/code_swarm-#####.png
42 # Create a glow around names? (Runs slower)
45 # Natural distance of files to people
50 # OpenGL is experimental. Use at your own risk.