From ae308a3ab4811ad15586cfdc69624c538a72ccb4 Mon Sep 17 00:00:00 2001 From: b Date: Tue, 14 Jun 2022 00:11:11 +1000 Subject: [PATCH 1/4] proposed modifications to template --- data/template.json | 6 ++++-- "data/\360\237\232\200.json" | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 "data/\360\237\232\200.json" diff --git a/data/template.json b/data/template.json index ef6bd1a4..1c8d0880 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 00000000..6fee036b --- /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_lifestory": "2022🚀🍭🌱🍄🌈🦘🌏🪃💖🦀", + "linkedin.com": "in/brianhorakh", + "discourse": "", + "reddit.com": "u/elasticdotventures", + "twitter.com": "brianhorakh", + "blog": "", + "website": "http://candi-date.xyz", + "notes": "" +} From 19252dc10959f156d11c304617f107cf089073b6 Mon Sep 17 00:00:00 2001 From: b Date: Tue, 14 Jun 2022 00:20:35 +1000 Subject: [PATCH 2/4] cleanup --- README.md | 23 ++++++++++------------- "data/\360\237\232\200.json" | 2 +- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index cd777435..bb781793 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,22 @@ fields you like (such as `email`). ### The fields * `name` - Your name. +* `location` - Your location +* `tz`: - any ISO timezone format * `email` - Your email address. Will appear in a mailto link. +* `matrix.org` - your 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 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. +* `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/\360\237\232\200.json" "b/data/\360\237\232\200.json" index 6fee036b..2296d285 100644 --- "a/data/\360\237\232\200.json" +++ "b/data/\360\237\232\200.json" @@ -8,7 +8,7 @@ "discord.gg": "elasticventures#4645", "show_avatar": true, "email": "brianh@fungible.farm", - "emoji_lifestory": "2022🚀🍭🌱🍄🌈🦘🌏🪃💖🦀", + "emoji_seq": "2022🚀🍭🌱🍄🌈🦘🌏🪃💖🦀", "linkedin.com": "in/brianhorakh", "discourse": "", "reddit.com": "u/elasticdotventures", From cc52d3d18dec4feb6ab988ed191f53f056adcbee Mon Sep 17 00:00:00 2001 From: b Date: Tue, 14 Jun 2022 00:44:42 +1000 Subject: [PATCH 3/4] README improvements --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb781793..2dc3f4de 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,11 @@ fields you like (such as `email`). * `name` - Your name. * `location` - Your location -* `tz`: - any ISO timezone format -* `email` - Your email address. Will appear in a mailto link. +* `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 @@ -33,10 +35,17 @@ fields you like (such as `email`). * `irc_channels` - A JSON array of channel names on `irc.mozilla.org`, without the `#` (e.g. `["rust", "rust-gamedev"]`). * `discourse` - [Discourse](https://internals.rust-lang.org/). -* `discord.gg` - [Discord Rustacean Station](https://discord.gg/chW4EKV9), +* `discord.gg` - [Discord](https://discord.gg/), fg + - 👂: [Rustacean Station](https://discord.gg/chW4EKV9) + - 👂: [Rustacean Station](https://discord.gg/chW4EKV9) * `reddit.com` - [Reddit](https://www.reddit.com/r/rust/). * `twitter.com` - [Twitter](https://twitter.com/), including the `@`. + - 👀: [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. From f29343ab384215014c2ed7ce437186ae1150e2db Mon Sep 17 00:00:00 2001 From: b Date: Tue, 14 Jun 2022 00:47:18 +1000 Subject: [PATCH 4/4] removed dup --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2dc3f4de..7009a04e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ fields you like (such as `email`). * `discourse` - [Discourse](https://internals.rust-lang.org/). * `discord.gg` - [Discord](https://discord.gg/), fg - 👂: [Rustacean Station](https://discord.gg/chW4EKV9) - - 👂: [Rustacean Station](https://discord.gg/chW4EKV9) * `reddit.com` - [Reddit](https://www.reddit.com/r/rust/). * `twitter.com` - [Twitter](https://twitter.com/), including the `@`.