Go to file
Brian Anderson 2c4558b138 Add an updated new_contribs.sh and update README.md 2014-11-09 18:37:38 -08:00
cache Initial commit 2014-11-05 17:12:45 -05:00
content More 2014-11-10 2014-11-09 18:26:09 -08:00
.gitignore gitignore 2014-11-07 12:41:34 -08:00
README.md Add an updated new_contribs.sh and update README.md 2014-11-09 18:37:38 -08:00
new_contribs.sh Add an updated new_contribs.sh and update README.md 2014-11-09 18:37:38 -08:00
pelicanconf.py Initial commit 2014-11-05 17:12:45 -05:00
requirements.txt Initial commit 2014-11-05 17:12:45 -05:00
run.sh Initial commit 2014-11-05 17:12:45 -05:00

README.md

this-week-in-rust

Data for this-week-in-rust.org

How I get PR lists:

git log --author=bors --since='MM/DD/YYYY 12:00PM' --until='MM/DD/YYYY 12:00PM' --pretty=oneline > ~/entropy/twir.txt
# edit in vim to get rid of everything but PR number, copy into clipboard
for pr in $(xsel -ob); do firefox https://github.com/mozilla/rust/pull/$pr; sleep 0.07; done
# wait a long time...
# write TWIR

Alternately use GitHub search:

https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Amerged+updated%3A2014-11-03..2014-11-10

How I get new contributors:

Use the included new_contribs.sh script:

new_contribs.sh 6/21/2014

Building

pelican content -s pelicanconf.py