Deluge Codeswarm- video representation of svn checkins

Suggestions and discussion of future versions
Post Reply
dstile

Deluge Codeswarm- video representation of svn checkins

Post by dstile »

Since Deluge is 1 of my favorite projects that I'm constantly downloading & compiling to get the latest & greatest, I chose it to try to make my first codeswarm video. Take a look: http://www.vimeo.com/9792120 !

I tried to use sane defaults for file color-coding:
ColorAssign1="C++","(.*.)cpp|hpp|c", 255,0,0, 255,0,0
ColorAssign2="Python",".*.py", 0,255,0, 0,255,0
ColorAssign3="Javascript",".*.js", 39,153,150, 39,153,150
ColorAssign4="Translation",".*.po", 0,0,255, 0,0,255
ColorAssign5="Glade",".*glade", 158,212,239, 158,212,239
ColorAssign6="Images","(.*.)png|xpm|jpg|gif|jpeg", 137,34,222, 137,34,222
ColorAssign7="Docs","(.*)doc|README(.*)", 255,255,0, 255,255,0
ColorAssign8="Web","(.*.)xml|html|htm|css" 222,169,52, 222,169,52

Interested in codeswarm? http://code.google.com/p/codeswarm/
Post Reply