Replace bootcamp with workshop
authorRaniere Silva <raniere@ime.unicamp.br>
Thu, 25 Sep 2014 15:59:59 +0000 (12:59 -0300)
committerRaniere Silva <raniere@ime.unicamp.br>
Tue, 30 Sep 2014 00:03:07 +0000 (21:03 -0300)
commit5694341bc44213a8a354a292ef0521cb21dea67b
tree44d142a9e934016e868f15d99882d2f3bebdbcbe
parenta7a0009abd62fb895008ce47406b6fb371204e27
Replace bootcamp with workshop

~~~
$ for file in $(grep -r -l 'bootcamp' .); do sed -i 's/bootcamp/workshop/g' $file; done
$ for file in $(grep -r -l 'boot camp' .); do sed -i 's/boot camp/workshop/g' $file; done
~~~

and others minors changes.

Close #240.
swc.css