skade / read-rust

Read Rust provides feeds that you can subscribe to in order to keep up with #Rust2018 no matter where articles are published.

Home Page:http://readrust.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read Rust

Source code to readrust.net. Currently just a couple of feeds for following #Rust2018. This repo contains the source to the website and tools for updating the feeds.

Contributing

See the contributing guidelines.

Building

Website

The website is built with Cobalt. After installing Cobalt the site can be built with cobalt build.

Tools

The tools are mostly written in Rust, so cargo build --release will build them. The tools themselves are:

  • add-url add a new entry to feed.json.
  • generate-rss generates feed.rss from feed.json.
  • twitter-rust2018 fetches #Rust2018 tweets using twurl and jq. twurl is a Ruby tool and can be installed by running bundle install in the project directory.

The Feeds

Two feeds are published: feed.json and feed.rss. feed.json is a JSON Feed and is the canonical feed. feed.rss is derived from feed.json. Don't make manual edits to feed.rss.

About

Read Rust provides feeds that you can subscribe to in order to keep up with #Rust2018 no matter where articles are published.

http://readrust.net/

License:MIT License


Languages

Language:Rust 67.0%Language:CSS 13.8%Language:Liquid 8.1%Language:Shell 5.6%Language:Ruby 3.5%Language:Makefile 1.9%