Go to file
Vikrant Chaudhary 54ffed4011 Merge branch 'master' into rusty-makeover 2015-08-16 21:00:19 +05:30
content Revert "Revert "Revert "Revert "Merge pull request #66 from webstream-io/rusty-makeover"""" 2015-08-16 21:00:00 +05:30
drafts Merge branch 'master' into rusty-makeover 2015-08-16 21:00:19 +05:30
plugins/assets Revert "Revert "Revert "Revert "Merge pull request #66 from webstream-io/rusty-makeover"""" 2015-08-16 21:00:00 +05:30
themes Merge branch 'master' into rusty-makeover 2015-08-16 21:00:19 +05:30
.gitignore Revert "Revert "Revert "Revert "Merge pull request #66 from webstream-io/rusty-makeover"""" 2015-08-16 21:00:00 +05:30
README.md Add license 2014-11-11 08:17:08 -05:00
new_contribs.sh Add an updated new_contribs.sh and update README.md 2014-11-09 18:37:38 -08:00
pelicanconf.py Merge branch 'master' into rusty-makeover 2015-08-16 21:00:19 +05:30
requirements.txt 2014-12-22 community section 2014-12-21 09:03:59 -05:00
run.sh Revert "Staging" 2015-08-03 15:45:04 -07:00

README.md

this-week-in-rust

Content for this-week-in-rust.org. Made available under CC-BY-SA.

All code Copyright 2014 Corey Richardson, made available under the MIT license.

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