GithubHelp home page GithubHelp logo

isabella232 / blog.servo.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from servo/blog.servo.org

0.0 0.0 0.0 78.13 MB

The Servo blog

Home Page: https://blog.servo.org

HTML 17.24% CSS 82.76%

blog.servo.org's Introduction

blog.servo.org

This is code for the servo blog: https://blog.servo.org

Contributing

To add a blog post, write it in a markdown file at _posts/YYYY-MM-DD-title.md and submit a pull request to this repository.

Writing This Week in Servo

First, copy one of the other instances of the TWiS posts, changing the filename and two places within the file to have the date for the Monday.

To get the list of PRs merged across all Servo organization repos in the last week, do the following query, using the Monday of last week to the Sunday of this week (performed on Monday):

  https://github.com/pulls?page=1&q=is%3Apr+is%3Amerged+closed%3A2015-09-27..2015-10-05+user%3Aservo

New contributors can be retrieved by updating your Servo repo, checking out a hash for first thing Monday morning, and then running a script similar to the following:

#!/bin/sh

INITIAL_COMMIT=ce30d45
START_COMMIT=`git log --before="last week" --pretty=format:%H|head -n1`
ALL_NAMES=`git log $INITIAL_COMMIT.. --pretty=format:%an|sort|uniq`
OLD_NAMES=`git log $INITIAL_COMMIT..$START_COMMIT --pretty=format:%an|sort|uniq`
echo "$OLD_NAMES">names_old.txt
echo "$ALL_NAMES">names_all.txt
diff names_old.txt names_all.txt
rm names_old.txt names_all.txt

Note that sometimes the names that come out will be unique due to somebody changing their git client username or similar.

blog.servo.org's People

Contributors

adenilson avatar aneeshusa avatar atouchet avatar badboy avatar camelid avatar cbrewster avatar coder206 avatar connorimes avatar darkspirit avatar ddevault avatar emilio avatar ferjm avatar fitzgen avatar frewsxcv avatar garas avatar hrvolapeter avatar jdm avatar kichjang avatar kmcallister avatar kyoshino avatar larsbergstrom avatar manishearth avatar mbrubeck avatar metajack avatar ms2ger avatar notriddle avatar nox avatar paulrouget avatar simonsapin avatar wafflespeanut avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.