diff options
| author | William Casarin <jb55@jb55.com> | 2023-07-10 08:40:58 -0700 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-07-19 20:46:23 -0300 |
| commit | ad39e1f3ca5ff2e61b1fc718a680c304acd82fef (patch) | |
| tree | 7e5dc1656727324fd533afa23abf7ff86d6f2ac2 | |
| parent | 00f9f5b049cd0a1cbba65166fb1fd5280ef448c1 (diff) | |
readme: add mailing lists
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -201,6 +201,21 @@ When experimenting with kinds, keep in mind the classification introduced by [NI | |||
| 201 | 4. There should be no more than one way of doing the same thing. | 201 | 4. There should be no more than one way of doing the same thing. |
| 202 | 5. Other rules will be made up when necessary. | 202 | 5. Other rules will be made up when necessary. |
| 203 | 203 | ||
| 204 | ## Mailing Lists | ||
| 205 | |||
| 206 | The nostr ecosystem is getting large with many different organizations, relays | ||
| 207 | and clients. Following the nips repo on github is becoming more difficult and | ||
| 208 | noisy. To coordinate on protocol development outside of github, there are | ||
| 209 | mailing lists where you can work on NIPs before submitting them here: | ||
| 210 | |||
| 211 | * [w3c nostr community group][w3-nostr] - [public-nostr@w3.org][mailto-w3] - requires signup | ||
| 212 | * [nostr-protocol google group][nostr-google-group] - [nostr-protocol@googlegroups.com][mailto-google] - no signup required | ||
| 213 | |||
| 214 | [w3-nostr]: https://www.w3.org/community/nostr/ | ||
| 215 | [mailto-w3]: mailto:public-nostr@w3.org | ||
| 216 | [nostr-google-group]: https://groups.google.com/g/nostr-protocol | ||
| 217 | [mailto-google]: mailto:nostr-protocol@googlegroups.com | ||
| 218 | |||
| 204 | ## License | 219 | ## License |
| 205 | 220 | ||
| 206 | All NIPs are public domain. | 221 | All NIPs are public domain. |