Content for this-week-in-rust.org. Made available under CC-BY-SA.
All code Copyright 2014 Ember Arlynx, made available under the MIT license.
To propose content for inclusion in the next newsletter (found in the drafts/
folder), create a new [Pull Request][pr] updating the relevant section in the
draft.
Alternately, tweet us @thisweekinrust.
This Week in Rust is intended to highlight the incredible work of the Rust Community.
What we are generally looking for includes:
What we are generally NOT looking for includes:
These are meant to be guidelines, if you are ever not sure about whether something should be included please feel free to open a pull request anyway and we can discuss it!
The editors of This Week in Rust do reserve the right to make the decision about whether to include something or not, but we intend to do so in a way that is as transparent as possible.
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
Alternatively use GitHub search:
https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Amerged+updated%3A2014-11-03..2014-11-10
Use the included new_contribs.sh
script:
new_contribs.sh 6/21/2014
Ensure you have SASS installed. The easiest way to get it is via gem
, the
Ruby package manager.
env SASS_BIN=$HOME/.gem/ruby/*/bin/sass pelican content -s pelicanconf.py
TWIR_NEWSLETTER_THEME=1 pelican --delete-output-directory content
<head>
).