Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement/🚀 #706

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 19 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<your github username>.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 `<your github username>.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
Expand All @@ -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.

Expand Down
6 changes: 4 additions & 2 deletions data/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
Expand Down
19 changes: 19 additions & 0 deletions data/🚀.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Brian Horakh",
"location": "melbourne, au.",
"tz":"AEST",
"irc": "gru3hunt3r",
"irc_channels": [ "fungible" ],
"matrix.org": "[email protected]",
"discord.gg": "elasticventures#4645",
"show_avatar": true,
"email": "[email protected]",
"emoji_seq": "2022🚀🍭🌱🍄🌈🦘🌏🪃💖🦀",
"linkedin.com": "in/brianhorakh",
"discourse": "",
"reddit.com": "u/elasticdotventures",
"twitter.com": "brianhorakh",
"blog": "",
"website": "http://candi-date.xyz",
"notes": ""
}