|
Width=1280 |
|
Height=720 |
|
MaxThreads=4 |
|
|
|
# This is a sample configuration file for code_swarm |
|
|
|
# Input file |
|
InputFile=log.xml |
|
|
|
# Color assignment rules |
|
# Keep in order, do not skip numbers. Numbers start |
|
# at 1. |
|
# |
|
# Pattern: "Label", "regex", R,G,B, R,G,B |
|
# Label is optional. If it is omitted, the regex |
|
# will be used. |
|
# |
|
ColorAssign3="Ruby",".*\.rb", 225,90,90, 200,90,110 |
|
ColorAssign1="Tests",".*test.*", 90,225,90, 110,200,90 |
|
ColorAssign2="Javascript",".*\.js", 90,225,225, 110,200,200 |
|
ColorAssign4="HTML/CSS/Images",".*(\.liquid|\.erb|\.txt|\.html|\.tex|\.tmpl|\.css|\.xml|\.yml|\.json|\.png|\.jpg|\.gif|\.jpeg|README|COPYING|LICENSE|AUTHORS)", 90,90,225, 90,110,200 |
|
|
|
|
|
# Save each frame to an image? |
|
TakeSnapshots=true |
|
|
|
# Where to save each frame |
|
SnapshotLocation=code_swarm_frames/#####.png |
|
|
|
UseOpenGL=true |
|
FontSize=14 |
|
DrawFilesJelly=false |
|
DrawFilesFuzzy=true |
|
DrawFilesSharp=false |
|
HighlightPct=0 |
|
FileLife=250 |
|
FramesPerDay=2 |
|
|
|
|
|
#Is the input xml sorted by date? It's faster and uses much less memory if it is |
|
IsInputSorted=true |
|
# - All of the given scripts for producing repository xml files produce sorted data |
|
# - Please file a bug if one doesn't |
|
|
|
|
|
# Uncomment to not use avatars |
|
AvatarFetcher=NoAvatar |
|
ShowUserName=true |
|
|
|
## How to draw names (choose as many as you like) |
|
# Draw sharp names? |
|
DrawNamesSharp=true |
|
|
|
# To use local avatars, uncomment this line: |
|
#AvatarFetcher=LocalAvatar |
|
|
|
# then place png files named after the usernames of committers in |
|
# the data/local_avatars directory |
|
# data/local_avatars/default.png is used by default |
Merci :)