diff --git a/README.md b/README.md index cd77743..7009a04 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,10 @@ rustaceans.org ============== [rustaceans.org](https://www.rustaceans.org/) is a website for finding -information about members of the Rust community. This repository contains -details of Rustaceans and provides the data for rustaceans.org. To see the -source itself for rustaceans.org, see +information about members of the Rust community. This repository contains details of Rustaceans and provides the data for rustaceans.org. To see the source itself for rustaceans.org, see https://github.com/rust-unofficial/rustaceans-src. -To add or edit your data, you must fork this repo and send a pull request. Your -PR should only add/modify a single file named `.json` in -the `data` directory. If your PR touches only your file, it will be -automatically merged and the database for rustaceans.org is automatically -updated. +To add or edit your data, you must fork this repo and send a pull request. Your PR should only add/modify a single file named `.json` in the `data` directory. If your PR touches only your file, it will be automatically merged and the database for rustaceans.org is automatically updated. To remove yourself from rustaceans.org, send a PR removing your JSON file. Note that your data will remain in the public history of this repository and cannot @@ -28,19 +22,30 @@ fields you like (such as `email`). ### The fields * `name` - Your name. -* `email` - Your email address. Will appear in a mailto link. +* `location` - Your location +* `tz`: - any ISO timezone format i.e. PST AEST +* `email` - Your email address. + - Will appear in a mailto link. +* `matrix.org` - your matrix.org + - 👀: [#rust:matrix.org]https://matrix.to/#/#rust:matrix.org * `website` - Your homepage URL. * `blog` - URL for your blog. * `irc` - Your IRC nickname. (Does not support different nicknames for different servers; use the nickname you use on Rust IRC channels.) * `irc_channels` - A JSON array of channel names on `irc.mozilla.org`, without the `#` (e.g. `["rust", "rust-gamedev"]`). -* `discourse` - Your username on [Discourse](https://internals.rust-lang.org/). -* `reddit` - Your username on [Reddit](https://www.reddit.com/r/rust/). -* `twitter` - Your username on [Twitter](https://twitter.com/), including the +* `discourse` - [Discourse](https://internals.rust-lang.org/). +* `discord.gg` - [Discord](https://discord.gg/), fg + - 👂: [Rustacean Station](https://discord.gg/chW4EKV9) +* `reddit.com` - [Reddit](https://www.reddit.com/r/rust/). +* `twitter.com` - [Twitter](https://twitter.com/), including the `@`. -* `show_avatar` - `true` or `false`, if it is true, your GitHub avatar will be - displayed on rustaceans.org. + - 👀: [Rust Lang](http://twitter.com/Rustlang) + - 👀: [Rust LibHunt](http://twitter.com/RustLibHunt) + - 👀: [Rust Trending](http://twitter.com/Rusttrending) + - 👀: [Rust Foundation](http://twitter.com/Rust_foundation) + - 👀: [Rustacean Station](http://twitter.com/rustaceanfm) +* `show_avatar` - `true` or `false`, if it is true, your GitHub avatar will be displayed on rustaceans.org. * `notes` - Any notes you like about yourself. Markdown format; make sure you escape newlines and double quotes. diff --git a/data/template.json b/data/template.json index ef6bd1a..1c8d088 100644 --- a/data/template.json +++ b/data/template.json @@ -4,9 +4,11 @@ "irc_channels": [], "show_avatar": false, "email": "", + "emoji_story": "💖🦀", "discourse": "", - "reddit": "", - "twitter": "", + "reddit.com": "u/", + "twitter.com": "", + "linkedin.com": "in/", "blog": "", "website": "", "notes": "" diff --git "a/data/\360\237\232\200.json" "b/data/\360\237\232\200.json" new file mode 100644 index 0000000..2296d28 --- /dev/null +++ "b/data/\360\237\232\200.json" @@ -0,0 +1,19 @@ +{ + "name": "Brian Horakh", + "location": "melbourne, au.", + "tz":"AEST", + "irc": "gru3hunt3r", + "irc_channels": [ "fungible" ], + "matrix.org": "elasticventures@matrix.org", + "discord.gg": "elasticventures#4645", + "show_avatar": true, + "email": "brianh@fungible.farm", + "emoji_seq": "2022🚀🍭🌱🍄🌈🦘🌏🪃💖🦀", + "linkedin.com": "in/brianhorakh", + "discourse": "", + "reddit.com": "u/elasticdotventures", + "twitter.com": "brianhorakh", + "blog": "", + "website": "http://candi-date.xyz", + "notes": "" +}