# 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. # ColorAssign1="Tests",".*test.*", 90,225,90, 110,200,90 ColorAssign2="Localizations","(.*(\.mo|\.po))|(.*\.lproj.*)", 90,225,225, 110,200,200 ColorAssign3="Source Code",".*(\.py|\.rb|\.erb|\.hs|\.sql|\.c|\.cpp|\.h|\.m|\.d|\.js|\.pl|\.sh|\.java|\.lhs|\.hi)", 225,90,90, 200,90,110 ColorAssign4="Documents/Images",".*(\.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=class_mop_swarm/#####.png #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