diff --git a/CLA.md b/CLA.md new file mode 100644 index 0000000..d1594aa --- /dev/null +++ b/CLA.md @@ -0,0 +1,11 @@ +# Contributor agreement + +By contributing any improvement, modification, or change to this project, I hereby certify that: + +(a) The contribution was authored or created in whole or in part by me and I have the full and unrestricted ownership right and title to submit the contribution under the project's license; or + +(b) The contribution is based upon previously authored work that, to the best of my knowledge, is licensed appropriately under an open source license and I have the full and unrestricted right under that open source license to submit that work with modifications, whether created in whole or in part by me, under the project's license; or + +(c) The contribution was lawfully provided to me by a licensed third-party who certified (a), (b) or (c) and I have not modified the contribution. + +I understand and agree that the contents of this project and the contents of this contribution are considered to be part of the public record and that a record of the contribution (including all personal information I submit with it) shall be maintained indefinitely and may be redistributed to third-parties consistent with this terms of this project or the open source license(s) involved. \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d43653d..1555c41 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ -# Contributing to the IRC Foundation Developer Docs -Welcome to the Foundation's developer documentation! Thank you very much for taking the time to contribute, it's always good to have more eyes looking at (and editing) these pages. +# Contributing to the IRC DevDocs +Welcome to IRC DevDocs! Thank you very much for taking the time to contribute, it's always good to have more eyes looking at (and editing) these pages. This page lists a set of guidelines and advice to simplify contributing to this project, and to (in the case of submitted changes) make it more likely that we'll accept your changes. @@ -31,7 +31,7 @@ Alright, let's go through each type of change: ### New Reference Page This is documenting a new command, numeric, or mode. We always appreciate new contributions, however there are some checks that we do due to the somewhat fragmented nature of IRC support out there. -If you're documenting a numeric, discuss your change with us on the [issue tracker](https://github.com/irccom/devdocs/issues). Specifically, tell us the number and the name of the numeric you're looking to describe. For example, something like: +If you're documenting a numeric, discuss your change with us on the [issue tracker](https://github.com/ircdocs/dd/issues). Specifically, tell us the number and the name of the numeric you're looking to describe. For example, something like: > **RPL_HELLO (020)** > diff --git a/Gemfile.lock b/Gemfile.lock index 7866083..52ac332 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,9 @@ GEM eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) eventmachine (1.2.7) + eventmachine (1.2.7-x64-mingw32) ffi (1.13.1) + ffi (1.13.1-x64-mingw32) forwardable-extended (2.6.0) git (1.7.0) rchardet (~> 1.8) @@ -58,12 +60,15 @@ GEM safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) + sassc (2.4.0-x64-mingw32) + ffi (~> 1.9) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.7.0) PLATFORMS ruby + x64-mingw32 DEPENDENCIES git (~> 1.7) diff --git a/README.md b/README.md index 3faf4e7..03de650 100644 --- a/README.md +++ b/README.md @@ -51,4 +51,4 @@ Here are some other IRC references that devs may find useful: The project's [license file](./LICENSE) lays this out in detail, but as a non-normative summary we've designed the license so that: - If anyone modifies or builds on top of the content in this repo, we can pull those changes back into this project under this project's license. -- If IRC.com / the IRC Foundation or anyone else wants to take any of the content in this repo and pull it into the IETF process (for example, writing a new RFC describing the IRC protocol), they can do that and the content they use will be under the IETF contributor license terms. +- If anyone wants to take any of the content in this repo and pull it into the IETF process (for example, writing a new RFC describing the IRC protocol), they can do that and the content they use will be under the IETF contributor license terms. diff --git a/_data/contributors.yml b/_data/contributors.yml index 177f6ca..071d3c1 100644 --- a/_data/contributors.yml +++ b/_data/contributors.yml @@ -3,9 +3,8 @@ people: name: Daniel Oaks github: DanielOaks twitter: Daniel_Oaks - email: daniel+devdocs@irc.com - tagline: Lead protocol docs maintainer - nick: dan- / doaks + tagline: Lead DevDocs maintainer + nick: dan- doaks orgs: - irccom - ircdocs diff --git a/_data/supported-servers.yml b/_data/supported-servers.yml index 36bb7ce..5453c79 100644 --- a/_data/supported-servers.yml +++ b/_data/supported-servers.yml @@ -33,14 +33,14 @@ shortlist: url: https://www.dal.net/?page=Bahamut desc: | Being written by and for [DALnet](https://www.dal.net/), Bahamut is a very stable IRC - server that doesn't follow newer standards. + server. - id: ratbox name: ircd-ratbox url: https://www.ratbox.org desc: | Being well-used on [EFnet](http://www.efnet.org/), ircd-ratbox is a stable and fast - IRC server that doesn't follow newer standards. + IRC server. - id: ngircd name: ngIRCd @@ -53,8 +53,7 @@ shortlist: name: ircu2 url: http://coder-com.undernet.org desc: | - Developed by and for the Undernet community, ircu2 is relatively well-used and does - not follow newer standards. + Developed by and for the Undernet community, ircu2 is relatively well-used. - id: hybrid name: ircd-hybrid @@ -68,5 +67,5 @@ shortlist: url: http://www.irc.org/servers.html desc: | The original IRC server, IRCd spawned a number of the servers listed here. Not - maintained today and having spawned the (in)famous RFC2812, we list the compatibility - of this server mostly for context and historical interest. + maintained today, we list the compatibility of this server mostly for context and + historical interest. diff --git a/_includes/layouts/dev-default.html b/_includes/layouts/dev-default.html index ae913af..234d6e9 100644 --- a/_includes/layouts/dev-default.html +++ b/_includes/layouts/dev-default.html @@ -3,7 +3,7 @@
-