Skip to content

Data for this-week-in-rust.org

Notifications You must be signed in to change notification settings

damoasda/this-week-in-rust

This branch is 10326 commits behind rust-lang/this-week-in-rust:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6eef5e6 · Oct 29, 2020
Oct 29, 2020
Oct 29, 2020
May 22, 2020
Oct 27, 2020
Jun 16, 2015
May 11, 2020
Sep 21, 2020
Aug 27, 2020
Oct 22, 2020
Nov 10, 2014
Aug 27, 2020
Mar 27, 2019
Feb 15, 2016

Repository files navigation

This Week in Rust

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.

PRs for next issue are now being accepted

Check the drafts directory for more details.

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

Alternatively 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

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

To build the newsletter

  • Generate the HTML
    TWIR_NEWSLETTER_THEME=1 pelican --delete-output-directory content
    
  • Copy the HTML and inline CSS at http://zurb.com/ink/inliner.php - (MailChimp's inliner doesn't remove the CSS from <head>).
  • Send the newsletter (we currently use MailChimp).

About

Data for this-week-in-rust.org

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.4%
  • CSS 17.5%
  • SCSS 8.9%
  • Python 7.5%
  • JavaScript 1.8%
  • Shell 0.9%