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